reply to elboricua
said by davidsmind:BTW you can password protect lilo as well.
code:image = /boot/my-kernel label = secret password = "my password" root = /dev/hda2
image = /boot/my-kernel label = secret password = "my password" root = /dev/hda2
code:image = /boot/my-kernel label = secured password = "my password" restricted root = /dev/hda2
image = /boot/my-kernel label = secured password = "my password" restricted root = /dev/hda2
Danke Dehacked. I love this forum
reply to DeHackEd Don't forget to mention that you should restrict read access to the lilo.conf file after making changes like that. The passwords are stored in clear text...