fvgestel old hand
Registered: 12/08/2000
Posts: 702
Loc: Netherlands
on the empeg, first mount the disk read-write with the command:
# rw
then issue the following commands to switch off authentication in autostart:
# cd /etc
# cp init init.auth
# cat init.auth | sed 's#./displayserver#./displayserver noauth#' > init
# cp init init.noauth