Changeset 15368
- Timestamp:
- 10/05/10 18:13:00 (3 years ago)
- File:
-
- 1 edited
-
src/router/services/sysinit/devinit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/sysinit/devinit.c
r15068 r15368 73 73 #ifdef HAVE_HOTPLUG2 74 74 // shell-skript. otherwise we loose our console 75 system("/etc/hotplug2.startup"); 75 system("echo >/proc/sys/kernel/hotplug"); 76 system("mount -t tmpfs none /dev -o size=512K"); 77 system("mknod /dev/console c 5 1\n"); 76 78 system("mkdir /dev/pts"); 77 79 #else … … 98 100 mkdir("/var/run", 0777); 99 101 mkdir("/var/tmp", 0777); 102 103 #ifdef HAVE_HOTPLUG2 104 system("/etc/hotplug2.startup"); 105 #endif 100 106 }
Note: See TracChangeset
for help on using the changeset viewer.
