View Single Post
Old 23 May 2012, 12:20   #7
tero
Registered User
 
tero's Avatar
 
Join Date: Jan 2009
Location: M'Gladbach
Age: 46
Posts: 621
i would just copy the live system from the amiga forever dvd
mount and unpack 'knoppix' file
change contents to my needs and repack file
mkisofs and done.

i don't remember everything (did this for a knoppix cd) but:
- Mount the compressed KNOPPIX file.
insmod cloop file=home/KNOPPIX
mount -o ro /dev/cloop compressed/
- Copy the knoppix source to your working directory
mkdir source
cp -Rupv compressed/* source/
- Umount the compressed KNOPPIX image
umount /dev/cloop

iirc you need a prog to repack knoppix file, which i can't remember.
maybe someone know better
tero is offline  
 
Page generated in 0.04232 seconds with 11 queries