View Single Post

   
  #1 (permalink)  
Old 02-19-2008, 12:40 PM
Miguel De Anda
 
Posts: n/a
Default Slackware 10 DVD?

I wish slackware 10 had a dvd iso. I'll have to make it myself I guess. For
slackware 9.1 I copied pretty much all of the content from the 4 discs
(minus a few things, I can't remember what now) and used this to build the
iso:

cd ~/slackware_cd
rm -f ~/slackware_cd.iso
mkisofs -o ~/slackware_cd.iso \
-R -J -V "Slackware Install" \
-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" .

Does anybody know how I can make it so I can also boot to the rescure disc
as well? I haven't really used the rescure disc from 9.1 but I was planning
on sharing this iso with other people who might want it.

Hopefully it'll finish the bit torrent download by this weekend so I can
work on the dvd.


Reply With Quote