Networking :: Host name?



Quote (doobit @ Feb. 23 2006,16:43)
With Frugal you can put the cheat code host=whatever somewhere after frugal or toram in the grub menu.lst

Yeah I usle LiLo and was just trying to get away with not having to reinstall my image (call me lazy lol) seemed easier if i could just mod a few text files and be done, but I'll use the
Code Sample
host=mybox
cheatcode at the apropriate spot during the frugal install.

Thanks,
Rob

Read-only files in /etc are probably symlinks back to the compressed livecd image at /KNOPPIX.  This image is read-only, so all files inside it are also read-only.

Here is a way to be able to edit one.  For example:

sudo su
rm /etc/init.d/knoppix-autoconfig
cp /KNOPPIX/etc/init.d/knoppix-autoconfig /etc/init.d/knoppix-autoconfig
beaver /etc/init.d/knoppix-autoconfig


original here.