summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-03-24 00:43:32 +0100
committerDirk von Suchodoletz2006-03-24 00:43:32 +0100
commit6784da20db046a83119d50885e0151cbe6cf5925 (patch)
tree0d6cfd13f6f19fcb1b61304dc0225f6c034a0834 /initrd/initrd-stuff/init
parentinstaller: kernel autodetection (diff)
downloadcore-6784da20db046a83119d50885e0151cbe6cf5925.tar.gz
core-6784da20db046a83119d50885e0151cbe6cf5925.tar.xz
core-6784da20db046a83119d50885e0151cbe6cf5925.zip
adding id 83 partitions to fstab, changes for temp directory
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@123 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index 38576137..4431ece3 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -96,7 +96,7 @@ in $0\ncountry=\"${COUNTRY}\"" >> /etc/machine-setup
# if ld.so.cache should not be generated
noldsc)
NOLDSC=yes;;
- # additional source to union root filesystem with
+ # additional source to unify root filesystem with
union*)
UNIONFS=1
UNIONDIRS=${opts#union=};;