summaryrefslogtreecommitdiffstats
path: root/abs/core/initscripts/rc.sysinit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/initscripts/rc.sysinit.patch')
-rw-r--r--abs/core/initscripts/rc.sysinit.patch16
1 files changed, 12 insertions, 4 deletions
diff --git a/abs/core/initscripts/rc.sysinit.patch b/abs/core/initscripts/rc.sysinit.patch
index 903cf80..c158fcc 100644
--- a/abs/core/initscripts/rc.sysinit.patch
+++ b/abs/core/initscripts/rc.sysinit.patch
@@ -1,6 +1,6 @@
---- rc.sysinit.orig 2011-07-31 02:39:05.726815241 +0000
-+++ rc.sysinit 2011-07-31 02:42:45.103491048 +0000
-@@ -7,8 +7,10 @@
+--- initscripts-2011.06.4/rc.sysinit.orig 2011-08-11 19:56:03.000000000 +0000
++++ initscripts-2011.06.4/rc.sysinit 2011-08-11 20:00:05.000000000 +0000
+@@ -7,8 +7,9 @@
. /etc/rc.d/functions
echo " "
@@ -9,7 +9,15 @@
+printhl "LinHES\n"
+printhl "The Linux Home Entertainment System\n"
+printhl "${C_H2}http://www.linhes.org"
-+
printsep
run_hook sysinit_start
+@@ -16,6 +17,8 @@
+ # export standard PATH (will be overridden later when /etc/profile is sourced, but is useful for UDev)
+ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
+
++[[ -d /run ]] || /bin/mkdir -p /run
++
+ # mount /proc, /sys, /run, /dev, /run/lock, /dev/pts, /dev/shm (the api filesystems)
+ /bin/mountpoint -q /proc || /bin/mount -n -t proc proc /proc -o nosuid,noexec,nodev
+ /bin/mountpoint -q /sys || /bin/mount -n -t sysfs sysfs /sys -o nosuid,noexec,nodev