From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/udev
Date: Mon, 8 Dec 2008 05:41:59 -0800 (PST) [thread overview]
Message-ID: <20081208134159.7D75E3C767@busybox.net> (raw)
Author: jacmet
Date: 2008-12-08 05:41:59 -0800 (Mon, 08 Dec 2008)
New Revision: 24320
Log:
package/udev: create base device nodes after mounting a new /dev
Currently, udev won't start for me, as we've just mounted a new /dev,
which is completely empty, and udevd requires a /dev/null.
This change manually creates the three base device nodes (zero, null
and console) so that udev can start.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Modified:
trunk/buildroot/package/udev/S10udev
Changeset:
Modified: trunk/buildroot/package/udev/S10udev
===================================================================
--- trunk/buildroot/package/udev/S10udev 2008-12-08 13:41:56 UTC (rev 24319)
+++ trunk/buildroot/package/udev/S10udev 2008-12-08 13:41:59 UTC (rev 24320)
@@ -58,6 +58,9 @@
exit 1
mkdir $udev_root/pts $udev_root/shm
+ mknod -m 0666 /dev/null c 1 3
+ mknod -m 0666 /dev/zero c 1 5
+ mknod -m 0600 /dev/console c 5 1
# populate /dev (normally)
echo -n "Populating $udev_root using udev: "
next reply other threads:[~2008-12-08 13:41 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-08 13:41 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-02-13 19:58 [Buildroot] svn commit: trunk/buildroot/package/udev jacmet at uclibc.org
2008-12-08 13:48 jacmet at uclibc.org
2008-12-08 13:41 jacmet at uclibc.org
2008-12-08 13:41 jacmet at uclibc.org
2008-04-06 10:35 nkukard at uclibc.org
2007-08-15 22:31 ulf at uclibc.org
2007-08-15 15:47 ulf at uclibc.org
2007-08-14 6:16 ulf at uclibc.org
2007-08-11 16:52 ulf at uclibc.org
2007-08-11 16:50 ulf at uclibc.org
2007-05-07 4:02 sjhill at uclibc.org
2007-01-19 16:23 aldot at uclibc.org
2007-01-14 0:59 sjhill at uclibc.org
2006-12-10 13:53 aldot at uclibc.org
2006-12-06 8:29 aldot at uclibc.org
2006-12-01 17:49 aldot at uclibc.org
2006-11-29 18:59 aldot at uclibc.org
2006-11-29 21:38 ` Petr Stetiar
2006-12-01 17:50 ` Bernhard Fischer
2006-12-01 20:47 ` ynezz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081208134159.7D75E3C767@busybox.net \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox