Gentoo Archives: gentoo-user

From: pk <peterk2@××××××××.se>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Beta test Gentoo with mdev instead of udev; version 5 - failure :-(
Date: Mon, 12 Mar 2012 19:44:56
Message-Id: 4F5E5194.7030508@coolmail.se
In Reply to: Re: [gentoo-user] Beta test Gentoo with mdev instead of udev; version 5 - failure :-( by Alan Mackenzie
1 On 2012-03-12 10:24, Alan Mackenzie wrote:
2
3 >> #!/bin/busybox ash
4 >> mount -t proc proc /proc
5 >> mount -t sysfs sysfs /sys
6 >> exec /sbin/init
7
8 > How do I know whether my /sbin/linuxrc actually ran? Maybe, I mean how
9 > can I be sure my "append = "init=/sbin/linuxrc"" actually worked?
10
11 Well, you can always put in:
12
13 echo "linuxrc executing!"
14 sleep 5s #I put this here since I suspect it will flash by...
15
16 before the 'exec /sbin/init' line (or the mount lines) in the linuxrc
17 script above...
18
19 HTH
20
21 Best regards
22
23 Peter K