View Single Post

  #3 (permalink)  
Old 06-28-2003
Gerhard W. Gruber
 
Posts: n/a
Default Re: Remastering Knoppix

On Sat, 28 Jun 2003 19:28:46 +0500 wrote rihad <rihad@mail.ru> in
comp.os.linux.misc with <va9rfv0mrvtvisgi3ibc5ht614a6bfldts@4ax.com>

>Hi, I've downloaded Knoppix 3.2 (2003-06-06) and think it's great. But
>I want to change a couple of things in the ISO before burning it on
>CD. Say, make "knoppix lang=en" the default, or add "export LESS=-F"
>to /etc/profile. How would I go about it?


You can always mount the iso as a loopback device. I once tried to add things
this way to the ISO and it worked, but it is said that you shouldn't do it
that way. Of course this way you can copy it to a normal file system and
change it and then create a new iso with mkisofs.

To mount in loopback use
mount -t iso9660 -o ro,loop=dev/loop0 Your_Image /YourMountpoint.

Of course if you want to change something then ommit the ro of course.

--
Gerhard Gruber

Für jedes menschliche Problem gibt es immer eine einfache Lösung:
Klar, einleuchtend und falsch. (Henry Louis Mencken)
Reply With Quote