I'm trying to package minimal file system to be used for diskless
terminal. It's RedHat5.2 based. Using Etherboot-4.0 this fs is combined
with 2.0.36 kernel into bootable tagged image. I package 5.2 the same way
like 4.2 based I'm using for 2+ yrs, but with 5.2 I have login problem:
nor matter which username/password it says "password incorrect"
(/etc/passwd,group are copied from disk based setup, which logs you fine).
If I run "su -c some_command root" from rc.local for login-less boot it
says "user root does not exist" (again, passwd do has root entry).
Any suggestions?
Thanks.
P.S. Terminal is headless so I believe by-passing login altogether won't
compromise security too much. Can I boot straight to the prompt? (I disable
password checking, but login still keeps saying "incorrect login").