[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] how to remaster knoppix 3.8.1



THANKS !!

A great job here :)

If you need help for docs... I can beta-test them.

Clear skies, 

				JB



Le Jeudi 21 Avril 2005 20:04, Fabian Franz a écrit :
> Am Mittwoch, 20. April 2005 23:53 schrieb airplays55@yahoo.com:
> > What is the prescribed method to remaster knoppix
> > 3.8.1?
>
> We haven't written one, yet.
>
> > Won't there be a vastly SIMPLIFED remastering method
> > for knoppix 3.8+, made possible by UNIONFS?
>
> Yes.
>
> > I jumped through hoops to remaster 3.4, BUT with
> > UNIONFS, and tools from (or similar to) those at
> > linux-live.org, why can't we expect a simple
> > remastering method that won't even require a harddrive
> > installation?
>
> It should be as easy as:
>
> mkdir /mnt/hdaX/master/
> cp -a /cdrom/* /mnt/hdaX/master
>
> SORT=""
> mkisofs -input-charset ISO-8859-15 -R -U $SORT \
> 	-no-split-symlink-components -no-split-symlink-fields \
> 	-V "KNOPPIX_FS" \
> 	-publisher "Fabian Franz" \
> 	-p "www.fabian-franz.de" \
> 	-hide-rr-moved -cache-inodes -no-bak -pad \
> 	-m /proc/\* -m /sys/\* -m /mnt/\* -m /home/\* -m /root/\* / |
> create_compressed_fs - 65536 > /mnt/hdaX/master/KNOPPIX/KNOPPIX
>
> After you have done your changes. Then use the normal way from the Knoppix
> remasteringHowTo or just:
>
> DEST=/mnt/hdaX/master/
> rm -f /tmp/knoppix.sort
> echo "$DEST/boot/isolinux/* 111111"      >/tmp/knoppix.sort
> echo "$DEST/ct/* -10000"               >>/tmp/knoppix.sort
> echo "$DEST/LinuxTag/* -10000"         >>/tmp/knoppix.sort
> echo "$DEST/LinuxTag/Song/* -10000"    >>/tmp/knoppix.sort
> echo "$DEST/Demos/Audio/*.mp3 -10000"  >>/tmp/knoppix.sort
> echo "$DEST/Demos/Audio/*.ogg -10000"  >>/tmp/knoppix.sort
>
> mkisofs -input-charset ISO-8859-15 -pad -l -R -U -J \
> 	-sort /tmp/knoppix.sort \
>         -V 'KNOPPIX' -A 'KNOPPIX LIVE LINUX CD' \
>         -P "Fabian Franz" \
>         -no-emul-boot -boot-load-size 4 -boot-info-table -b
> boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat \
>         -hide-rr-moved \
>         -o "myiso.iso" "$DEST"
>
> Note you should recreate md5sums first, but this should be explained in
> above docs.
>
> cu
>
> Fabian


Reply to: