Hello all
I'm doing a gentoo install on my shuttle cube, and I am gravitating towards
utter lunacy! Basically the motherboard has all the nvidia nforce bits.
Consequently until I can compile the kernel I can't put in the drivers for my
NIC. No problem you download the universal livecd and uncompress stage1 and
the the necessary bits should be there. Under usr/portage/distfiles I should
have the necessary files to get me up to kernel level .... except there are a
few minor things missing, you know little things like gcc or glibc, ...
Ok so that's still only a minor problem, I can find out the list of missing
files, reboot into windows, download them to a shared partition and off I
go. Conviniently the bootstrap script that sets every up has a --fetchonly
(-f) option will list all the missing packages. So I do
bootstrap -f > /tmp/files
oh bother most of the packages are coming out to stderr ok so I rephrase
bootstrap -f 2>&1> /tmp/files
It's still doing it I can't the list into /tmp/files aarrrrhhhh I'm not a bash
expert but I thought the above syntax was ok
So in short does anyone know how I can get this list of files before they put
the straight jacket on me and I can't even type!!
Cheers
Charles