View Single Post

   
  #2 (permalink)  
Old 02-19-2008, 12:49 PM
David
 
Posts: n/a
Default Re: Moved 9.1, am installing 10.1

Rich Grise wrote:
>
> I don't know how to make a bootable CD with Linux yet, so I thought
> I'd use bootdisk/install.1/install.2. dd if=bare.i of=/dev/fd0
> makes a bootable boot disk, but then I get errors on install.1,
> first written with dd, which according to the README is wrong, then
> with cat, as it says in the readme. I might or might not look at
> that.


You would make a bootable CD like this if your doing it on a
linux system. Then burn the ISO to disk with cdrecord.

This would build an ISO without any k, x, GNOME, or KDE so it
will fit on a CD-RW disc.
If you want to add X to it then remove the line
(-x ./slackware/x \ )
from the script. You can't fit KDE on the same CD so don't even
try.

cd /path/to/slackware-10.0

mkisofs -o ../slackware-10.0-iso/slackware-10.0-NO_X.iso \
-R -J -V "Slackware Install" \
-x ./extra \
-x ./slackware/e \
-x ./slackware/gnome \
-x ./slackware/kde \
-x ./slackware/kdei \
-x ./slackware/x \
-x ./slackware/xap \
-x ./pasture \
-x ./patches \
-x ./source \
-x ./testing \
-x ./zipslack \
-hide-rr-moved \
-v -d -N -no-emul-boot -boot-load-size 4 -boot-info-table \
-sort isolinux/iso.sort \
-b isolinux/isolinux.bin \
-c isolinux/isolinux.boot \
-A "Slackware Install CD" .



--
Confucius: He who play in root, eventually kill tree.
Registered with The Linux Counter. http://counter.li.org/
Slackware 9.1.0 Kernel 2.4.26 SMP i686 (GCC) 3.3.4
Uptime:12 days, 7:25, 3 users, load average: 2.03, 1.95, 1.61
Reply With Quote