[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] Automatic Log In
>>>>> "Wolfgang" == Wolfgang Denk <wd@denx.de> writes:
Wolfgang> In message <00070421153726.29684@weba6.iname.net> you
Wolfgang> wrote:
>> How can I make Linux to automatically log in as root at boot and
>> make the insmod's and start the user tasks??
Wolfgang> Read the file 'initrd.txt' in the kernel 'Documentation'
Wolfgang> directory, then build an initrd image where you put the
Wolfgang> needed commands in your /linuxrc script.
That seems harder than necessary. Starting things at startup is
easily done from the startup scripts. For example, in RedHat systems
look around /etc/rc.d and its subdirectories, and the related
documentation.
paul