nezticle / RaspberryPi-BuildRoot

The objective of this project is to provide an SDK and root file system for the Raspberry Pi that is lightweight and takes full advantage of the hardware available. The resulting image produced is small distro known as Bsquask (linux). The Bsquask SDK provides a GCC 4.6.3 toolchain for building armv6 binaries with the hardfloat ABI, as well as bootloaders, kernel image, rootfs, and development sysroot for the Raspberry Pi.
http://bsquask.com
GNU General Public License v2.0
228 stars 61 forks source link

Remove Login (Autologin root) #63

Open megomes opened 9 years ago

megomes commented 9 years ago

I can't implement the autologin function as root. There is no file /etc/inittab.

Can I call the command: /bin/login -f root before the login procedure?

Thanks!