ISOTweaks

From Inveneo

Jump to: navigation, search

InveneoPuppyLinux

Customise BootSplash:
(NB This isn't used in 1.0.8, but could probably be easily reinstated)

cp /mnt/home/puppy/Inveneo/inveneoLogo640x400x16.16 /mnt/home/puppy/puppy-unleashed/isolinux-builds/goofy.16

Tweak booting options:

vi /mnt/home/puppy/puppy-unleashed/isolinux-builds/isolinux.cfg
append ramdisk_size=14668 (or whatever is recommended by PCCC)
# keep all in RAM and write back at shutdown (when put onto USB)
append PSLEEP=5

Blank CD:

cdrecord -v dev=ATAPI:/dev/hdc -blank=all

Build .iso image:

cd /mnt/home/puppy/puppy-unleashed
mkisofs -J -R -pad -o puppy-1.0.8-custom.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table ./isolinux-builds/

Burn CD:

burniso2cd
Personal tools