PDA

View Full Version : Scripts customization help needed.



DevLocKe
07-25-2003, 06:44 PM
I am trying to find out where the message "Welcome to Knoppix Live on CD!" is placed.. where can i find that script??

Also that one that says, "Acessing knoppix on: /dev/scd0..."
Right after that welcome message.


Thanks for your time, i hope someone knows it! :wink:

SillyFly
07-25-2003, 07:50 PM
inside boot.img - inside miniroot.gz - linuxrc.

boot.img is a vfat fs (mount -o loop -t vfat)
miniroot is a gziped ext2 fs (gzip -d ; mount -o loop -t ext2)
linuxrc is the script you are looking for. g'luck.

MichielioZ
08-06-2003, 03:47 PM
The message is indeed in linuxrc...
Don't forget however, that this file is locked to a certain size !!
If you add characters, just remove the same amount on the end of the file and vice versa...
I just thought you should know this ;)