How to make a cd that boots Slackware
install a set of packages. for this example, i'm using the a and n sets (all packages from each)
mkdir ~/livecdroot mount /mnt/cdrom installpkg -root ~/livecdroot /mnt/cdrom/slackware/(a|n)/*.tgz
now download the kernel from the linux-live site (listed below)
installpkg -root ~/livecdroot /tmp/linux-2.6.21.5-i486-1.tgz
Using the linux-live tools, build the compressed livecd filesystems
make sure to configure the .config
file properly
./build
Once that is done, it will tell you where to generate the iso from
http://www.linux-live.org/
http://www.slackbasics.org/html/pkgmgmt.html#sysadmin-pkgmgmt-tagfiles - tagfiles aren't working for me with installpkg
http://www.slackbasics.org/html/custom-installation.html
http://www.linuxpackages.net/howto.php?page=livecd&title=livecd+HOWTO
http://www.slax.org/documentation.php
from http://www.gentoo.org/doc/en/lvm2.xml
# vgscan Reading all physical volumes. This may take a while... No volume groups found (Make any previously set up volume groups available) # vgchange -a y