[slackintosh-users] Re: Couple questions

  • From: James Lay <jlay@xxxxxxxxxxxxxxxxxxx>
  • To: <slackintosh-users@xxxxxxxxxxxxx>
  • Date: Tue, 29 Apr 2008 14:30:57 -0600

On 4/29/08 1:30 PM, "Jeremy Mann" <jeremy@xxxxxxxxxxxxxxxxxxx> wrote:

> 
> Marco Bonetti wrote:
> 
>>> Second, what does one need to do to make a bootable ISO of the
>>> slackintosh-current tree?
>> search this ml archive or download the linux-live script I ported some
>> times ago: at the end of the main script there's a 3 lines shell command
>> which will build the bootable iso
> 
> Here's what I use for the i686 -current tree:
> 
> echo "Making first CD ..."
> mkisofs -o ../Slackware-current.$DATE.CD1.iso -R -J -V "Slackware Current" \
>         -x ./extra -x ./pasture -x ./source -x ./testing -x ./slackware/xap \
>         -x ./slackware/kde  -x ./slackware/kdei -x ./slackware/t \
>         -x ./slackware/xap \
>         --hide-rr-moved -v -d -N -no-emul-boot \
>         -boot-load-size 32 -boot-info-table -sort isolinux/iso.sort \
>         -b isolinux/isolinux.bin -c isolinux/isolinux.boot \
>         -A "Slackware Current" . >> $LOGFILE
> 
> echo "Making second CD ..."
> mkisofs -o ../Slackware-current.$DATE.CD2.iso -R -J -V "Slackware Current" \
>         -x ./extra -x ./pasture -x ./source -x ./testing -x ./slackware/a \
>         -x ./slackware/ap -x ./slackware/d -x ./slackware/e -x
> ./slackware/f \
>         -x ./slackware/k -x ./slackware/l -x ./slackware/kdei \
>         -x ./slackware/n -x ./slackware/tcl \
>         -x ./slackware/x -x ./slackware/y  \
>         --hide-rr-moved -v -d -N -no-emul-boot \
>         -boot-load-size 32 -boot-info-table -sort isolinux/iso.sort \
>         -b isolinux/isolinux.bin -c isolinux/isolinux.boot \
>         -A "Slackware Current" . >> $LOGFILE
> 
> Note, this is part of a script, so release $DATE with whatever you want. I
> run this every few weeks or so on our server.

Thanks Jeremy :)

James



Other related posts: