aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2008-11-13 21:46:12 -0600
committerAndrew Gaffney <agaffney@gentoo.org>2008-11-13 21:46:12 -0600
commitabf5986e2ba1c4cdddb07a5b21c770ba9a082544 (patch)
treef4cb7a4f46f688e778f92c87f84f957f0aed1216 /defaults/linuxrc
parentAdd fuse to MODULES_FS (diff)
downloadgenkernel-abf5986e2ba1c4cdddb07a5b21c770ba9a082544.tar.gz
genkernel-abf5986e2ba1c4cdddb07a5b21c770ba9a082544.tar.bz2
genkernel-abf5986e2ba1c4cdddb07a5b21c770ba9a082544.zip
Small cleanups in unionfs code
Diffstat (limited to 'defaults/linuxrc')
-rw-r--r--defaults/linuxrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/defaults/linuxrc b/defaults/linuxrc
index c38c907..49a476d 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -193,10 +193,10 @@ do
fi
;;
# unionfs\=*)
-# if [ ! -x /sbin/unionctl ]
+# if [ ! -x /sbin/unionfs ]
# then
# USE_UNIONFS_NORMAL=0
-# bad_msg 'Unionctl not found: aborting use of unionfs!'
+# bad_msg 'unionfs binary not found: aborting use of unionfs!'
# else
# USE_UNIONFS_NORMAL=1
# CMD_UNIONFS=`parse_opt "${x}"`
@@ -285,7 +285,7 @@ rundebugshell
if [ "${CDROOT}" = '1' ]
then
good_msg "Making tmpfs for ${NEW_ROOT}"
- mount -t tmpfs tmpfs "${NEW_ROOT}"
+ mount -n -t tmpfs tmpfs "${NEW_ROOT}"
for i in dev mnt mnt/cdrom mnt/livecd mnt/key tmp tmp/.initrd mnt/gentoo sys
do