Slackware Live CD

How to make a cd that boots Slackware

Create your install image

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

Build the compressed live-cd

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

Activate LVMs

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
linux/slackware/live_cd.txt · Last modified: 2007/07/25 02:05 by john
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki