On 2012-03-12 10:24, Alan Mackenzie wrote:

>> #!/bin/busybox ash
>> mount -t proc proc /proc
>> mount -t sysfs sysfs /sys
>> exec /sbin/init

> How do I know whether my /sbin/linuxrc actually ran?  Maybe, I mean how
> can I be sure my "append = "init=/sbin/linuxrc"" actually worked?

Well, you can always put in:

echo "linuxrc executing!"
sleep 5s #I put this here since I suspect it will flash by...

before the 'exec /sbin/init' line (or the mount lines) in the linuxrc
script above...

HTH

Best regards

Peter K

Reply via email to