From c2d7f40b2e0837f5544e6e2bfc22dc12e994ed16 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 8 Jan 2008 03:35:05 -0600 Subject: Create some basic device nodes on initialization We need, at the very least, these three device nodes (null, console, and zero) created before we get udev up and running Signed-off-by: Aaron Griffin --- rc.sysinit | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index 05e2303..dabeb9d 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -19,6 +19,11 @@ printsep mount -n -t ramfs none /dev mount -n -t proc none /proc +# Create our default nodes that minilogd may need +/bin/mknod /dev/null c 1 3 +/bin/mknod /dev/zero c 1 5 +/bin/mknod /dev/console c 5 1 + # start up our mini logger until syslog takes over /sbin/minilogd -- cgit v1.2.3