summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-07-08 18:54:36 +0200
committerDirk von Suchodoletz2006-07-08 18:54:36 +0200
commitcb0073ec4898c5437686f95eddd352d52a0f5cc2 (patch)
treee65d478fd60924a531f3da6d3bbc8370fda989fd /initrd/initrd-stuff/init
parentUpdate HW database for graphic adapators (file Cards), minor fix in (diff)
downloadcore-cb0073ec4898c5437686f95eddd352d52a0f5cc2.tar.gz
core-cb0073ec4898c5437686f95eddd352d52a0f5cc2.tar.xz
core-cb0073ec4898c5437686f95eddd352d52a0f5cc2.zip
Fixes for vm-udev, addition of glx-check for ATI, see HardwareErkennung
too ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@277 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 0530a8cd..06be1eba 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -2,12 +2,12 @@
# Description: main script for new type of initial ramdisk for
# linux diskless clients version 4
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 03-07-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 05-07-2006
#
# Copyright: (c) 2006 - RZ Universitaet Freiburg
# (c) 2006 - odlx.org project
#
-# Version: 0.2.4k
+# Version: 0.2.5a
# functions common for all distros, messages contains all error and info
# output
@@ -357,6 +357,7 @@ if [ -n "${UNIONFS}" ] ; then
echo "Using UnionFS for rw access"
mkdir -p ${RWDIR}/union ${RWDIR}/uniontmp /rorootfs
mount -n -t tmpfs none ${RWDIR}/uniontmp
+ # hack for handling unionfs with patched run-init
mount --move /mnt /rorootfs
mount -n -t unionfs -o dirs=${RWDIR}/uniontmp=rw:/rorootfs=${NFSRO}ro \
none /mnt