Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
 

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: mkmydsl remaster, working from iso< Next Oldest | Next Newest >
u2musicmike Offline





Group: Members
Posts: 149
Joined: April 2006
Posted: Sep. 08 2006,21:21 QUOTE

I copied the mkmydsl script to a new file and changed these lines:

Code Sample

echo "${BLUE}Copying DSL image for remastering...${NORMAL}"
mount -t iso9660 /dev/cdrom /cdrom2 > /dev/null 2>&1
cp -Rp /cdrom2/* "$SOURCE"
sync;sync
umount /cdrom2


To these lines that I lifted from the frugal lite script:

Code Sample

echo "${BLUE}Copying DSL image for remastering...${NORMAL}"
mkdir /mnt/iso
mount /mnt/sda1/current.iso /mnt/iso -t iso9660 -o loop=/dev/loop0
cp -Rp /mnt/iso/* "$SOURCE"
sync;sync


It looks for the current.iso on my usb drive so I can copy all of my extensions in an /optional directory before I burn a new CD.  If you use a hard drive partition change the path to the current.iso.
Back to top
Profile PM 
0 replies since Sep. 08 2006,21:21 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

 
reply to topic new topic new poll
Quick Reply: mkmydsl remaster

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code