summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-11-20 00:51:39 +0100
committerDirk von Suchodoletz2006-11-20 00:51:39 +0100
commitfe5a7abcfef76c482d5fc4232dc221ca8db29974 (patch)
treef97611a66b042a664831020571758e696bddc956 /initramfs/initrd-stuff/init
parentTiming issue for too fast systems fixed (hwautocfg ended in stage4 (diff)
downloadcore-fe5a7abcfef76c482d5fc4232dc221ca8db29974.tar.gz
core-fe5a7abcfef76c482d5fc4232dc221ca8db29974.tar.xz
core-fe5a7abcfef76c482d5fc4232dc221ca8db29974.zip
Support for commercial X servers (ATI at the moment ...)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@514 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/init')
-rwxr-xr-xinitramfs/initrd-stuff/init8
1 files changed, 4 insertions, 4 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init
index 54400eb0..167224eb 100755
--- a/initramfs/initrd-stuff/init
+++ b/initramfs/initrd-stuff/init
@@ -2,7 +2,7 @@
# main script for new type of initial ramdisk for OpenSLX linux diskless
# clients version 4
#
-# Dirk von Suchodoletz <dirk@goe.net>, 03-11-2006
+# Dirk von Suchodoletz <dirk@goe.net>, 19-11-2006
# <mj0@uni-freiburg.de> (xenbr), 27-09-2006
#
# (c) 2006 - RZ Universitaet Freiburg
@@ -181,9 +181,8 @@ line in $0\nnfsroot=\"${nfsroot}\"\n" >> /etc/machine-setup
# deprecated: nfs server and path (will be removed soon)
nfsroot=*)
nfsroot=${opts#nfsroot=}
- # conversion to new system:
- root_path=${nfsroot#*:}
- nfsserver=${nfsroot%:*}
+ #root_path=
+ #nfsserver=
echo -e "\n# nfs root information gotten via kernel command line in $0\n\
nfsroot=\"${nfsroot}\"\n" >> /etc/machine-setup
;;
@@ -409,6 +408,7 @@ if [ -n "${UNIONFS}" ] ; then
none /mnt
mkdir -p /mnt/uniontmp
mount -n --move ${RWDIR}/uniontmp /mnt/uniontmp
+ chmod 0755 /mnt/uniontmp /mnt
# if additional sources should be used for a combined root filesystem
# probably more sources should be merged into union (${UNION} is defined)
# allow more than one union??