From cb0073ec4898c5437686f95eddd352d52a0f5cc2 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sat, 8 Jul 2006 16:54:36 +0000 Subject: 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 --- initrd/initrd-stuff/init | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'initrd/initrd-stuff/init') 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 , 03-07-2006 +# Author(s): Dirk von Suchodoletz , 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 -- cgit v1.2.3-55-g7522