summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-06-17 16:01:15 +0200
committerDirk von Suchodoletz2009-06-17 16:01:15 +0200
commit80b8297c9eeaf041cc3aec549ebc938b33a82fe8 (patch)
tree0270928df248d11b103fb9610599aaa97119ebb5 /initramfs/stage3-stuff/init
parentvmchooser various changes: (diff)
downloadcore-80b8297c9eeaf041cc3aec549ebc938b33a82fe8.tar.gz
core-80b8297c9eeaf041cc3aec549ebc938b33a82fe8.tar.xz
core-80b8297c9eeaf041cc3aec549ebc938b33a82fe8.zip
Suppress some unused variables in dhcp configuration, quieten wget ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2963 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/stage3-stuff/init')
-rwxr-xr-xinitramfs/stage3-stuff/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/init b/initramfs/stage3-stuff/init
index b250d043..fd15bd4c 100755
--- a/initramfs/stage3-stuff/init
+++ b/initramfs/stage3-stuff/init
@@ -711,7 +711,7 @@ fi
[ $DEBUGLEVEL -eq 8 -o $DEBUGLEVEL -eq 20 ] && \
echo "** Filesystem setup started at $(sysup)"
# setup of client root filesystem dependent on the availability of UnionFS
-if [ -n "${union_type}" ] ; then
+if [ "x${union_type}" != "x" ] ; then
echo "Using ${union_type} for rw access"
mkdir -p ${rwdir}/union ${rwdir}/uniontmp /rorootfs
# adapting tempfs size of the device directory (takes /tmp in stage4)