BOOT (<- LFS <- LINUX <- HOME)

Boot into LFS

# init 6

The following packages are included as part of the "Base installation" because without them I would not have access to the Internet, which is vital to be able to fetch further packages.

They are installed after a reboot because pcmcia installation works better when the running kernel matches the one found in the kernel source directory.

pcmcia-cs

# su - claudio
$ cd /var/src/pcmcia
$ tar xzvf pcmcia-cs-3.1.25.tar.gz
$ cd pcmcia-cs-3.1.25
$ make config
/var/src/kernel/linux-2.4.4
n
y
/lib/modules/2.4.4_lfs1
$ make all
$ exit
# cd /var/src/pcmcia/pcmcia-cs-3.1.25
# make install

wireless-tools

# su - claudio
$ cd /var/src/wireless-tools
$ tar xzvf wireless_tools.21.tar.gz 
$ cd wireless_tools.21
$ make HEADERS=-DGLIBC22_HEADERS
$ exit
# cd /var/src/wireless-tools/wireless_tools.21
# make INSTALL_DIR=/usr/sbin install
# cp -i *.8 /usr/man/man8