> I have compiled agetty and login from Util-Linux and PAM support is > disabled. > > I have an init script that simply starts /bin/bash and gives me a > prompt. I then tell it to run agetty which in turns spawns login. > I have an /etc/passwd that looks like this: root::0:0:root:/root:/bin/bash > > Yet I get prompted for a password when I type in root. > > Can anyone get me logged in the simplest and easiest way or tell me why > it's not working?
I'm not sure if this is what you exactly want to do. If you want to have a shell without any login just add the 'init=/bin/bash' kernel prameter. If you want to have just one single login remove some lines from your /etc/inittab file. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
