1) I booted off the standard Gentoo 2008.0 minimal X86_64 CD, so tar doesn't support lzma. I downloaded the portage-latest.bz2 instead
2) As of 29 Dec 2008, the funtoo stage3 64-bit tarball has udev configured in a way incompatible with this install. The result is (sometimes) a nonworking console keyboard and all kinds of initd restarting too frequently messages (and a /dev directory that is minimal and dysfucntional).
The fix is, before rebooting, to:
Code: Select all
rc-update del udevd sysinit
rc-update add udev sysinit
Code: Select all
# ls -l /etc/runlevels/*/*udev*
lrwxrwxrwx 1 root root 26 Dec 30 10:42 /etc/runlevels/boot/udev-postmount -> /etc/init.d/udev-postmount
lrwxrwxrwx 1 root root 21 Dec 30 10:42 /etc/runlevels/shutdown/udev-save -> /etc/init.d/udev-save
lrwxrwxrwx 1 root root 16 Dec 30 18:29 /etc/runlevels/sysinit/udev -> /etc/init.d/udev
Also, to rebuild world and to get X, qt-gui, and kde to build, I had to add some USE flags to /etc/paludis/use.conf. Resuming was no problem, by cutting and pasting the paludis resume command into a script and running the script once the USE flags were updated.(1) Downloading the portage2paludis script
(2) Making directories for paludis
(3) Emerging paludis
(4) Using chown to change ownership to paludisbuild > portage
(5) Run portage2paludis.bash
(6) Syncing paludis
(7) Regenerating cache
(8)paludis -i dev-util/git subversion cvs mercurial
(9) Configuring paludis
All in all an excellent guide--the best I've found so far. Thanks for all your hard work, and for sharing the results!



