LinuxQuestions.org
Support LQ: Use code LQCO20 and save 20% on CrossOver Office
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Newbie
User Name
Password
Linux - Newbie This forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices

Tags used in this thread
Popular LQ Tags , , , ,

Reply
 
Thread Tools
Old 12-17-2008, 08:51 AM   #1
CQ1ST
Member
 
Registered: Oct 2005
Location: NewZealand
Distribution: Yoper,Wolvix,Puppy
Posts: 41
Thanked: 2
Smile how to make a bootable cd > plus alot of extras


[Log in to get rid of this advertisement]
I'm just new and was wondering

How can I burn a live-cd (insert/dsl) .iso and fill the rest (600MB) of the cd with ordinary files? Would I have to pack the image+extras into one "new" iso beforehand? How would you do this?
CQ1ST is offline  
Tag This Post , , , ,
Reply With Quote
Old 12-17-2008, 09:03 AM   #2
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,404
Thanked: 34
1. mount the iso file to copy the data
Code:
mkdir /mnt/dsl
mount -o loop -t iso9660 dsl.iso /mnt/dsl
2. copy the files to a new read/write location
Code:
cp -r /mnt/dsl /tmp
3. Add your files to /tmp/dsl
4. Remake the iso with your new files:
Code:
mkisofs -o /tmp/newdsl.iso -b /tmp/dsl/isolinux/isolinux.bin -no-emul-boot /tmp/dsl
5. burn /tmp/newdsl.iso

EDIT:
I forgot you must test the iso on a virtual machine before you burn it.

Last edited by Agrouf; 12-17-2008 at 09:14 AM..
Agrouf is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make bootable DSL CD kcav45 Linux - Software 2 10-24-2007 11:25 PM
How to make HD bootable? malangbaba Puppy 2 08-30-2007 02:38 PM
How to make HD bootable? malangbaba Linux - Newbie 5 08-30-2007 07:30 AM
Does it take alot of programming knowledge to make a liveCD? freddurgan Linux - Distributions 1 05-21-2004 03:34 AM
how to make slackware bootable CD? slackman Linux - General 4 12-01-2003 06:58 AM


All times are GMT -5. The time now is 11:54 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration