summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-02-06 23:07:08 +0100
committerDirk von Suchodoletz2006-02-06 23:07:08 +0100
commitc2e0aa11ed5542e2a35dba06479e37f4760116d3 (patch)
tree6c35e659a1d3500b8e428c0be296872a2ff3d267 /initrd/initrd-stuff/init
parentSome tests with SuSE 10.1 revealed bugs in mkdxsinitrd. Added (diff)
downloadcore-c2e0aa11ed5542e2a35dba06479e37f4760116d3.tar.gz
core-c2e0aa11ed5542e2a35dba06479e37f4760116d3.tar.xz
core-c2e0aa11ed5542e2a35dba06479e37f4760116d3.zip
Minor additions for preinit ...
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@64 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init5
1 files changed, 3 insertions, 2 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index 112c1539..e066bae2 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -19,9 +19,11 @@ functionality. Without this\ninit script will not run."
. /etc/sysconfig/config || ( echo -e " The distribution \
specific configuration file could not be found" && exit 1 )
+# run pre init script
+preinit
date
export PATH=/bin:/sbin:/usr/bin/:/usr/sbin
-export date="17-01-2006"
+export date="07-02-2006"
exec < /dev/console > /dev/console 2>&1
export KERNEL="@@@KERNVER@@@"
@@ -39,7 +41,6 @@ echo 256 > /proc/sys/kernel/real-root-dev
[ ! -d /sys/class ] && mount -n -t sysfs sysfs /sys
# start device auto discovery service - distro specific function
-bash
udev_hotplug
# read kernel commandline
TMPFSSIZE="50%"