On Sat, Feb 18, 2012 at 06:40, Walter Dnes <waltd...@waltdnes.org> wrote:
>

---- >8 snip

>
> 3) In the bootloader append line, include "init=/sbin/linuxrc" where
>   the file /sbin/linuxrc consists of *AT LEAST*...
>
> #!/bin/busybox ash
> mount -t proc proc /proc
> mount -t sysfs sysfs /sys
> exec /sbin/init
>
>   This should be enough for most users.  If you have an unusual setup,
>   you may need additional stuff in there.  If you're using lilo remember
>   to re-run lilo to implement the changes.
>

I suggest splitting this step into two:

3a) Create /sbin/linuxrc containing at least ... chmod ...

3b) Append "init=/sbin/linuxrc" to bootloader line

Slightly less confusing :-)

Rgds,
-- 
FdS Pandu E Poluan
~ IT Optimizer ~

 • LOPSA Member #15248
 • Blog : http://pepoluan.tumblr.com
 • Linked-In : http://id.linkedin.com/in/pepoluan

Reply via email to