projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
be90386
)
fix fstab fixing for gentoo/initpost
author
Benedikt Boehm
<hollow@gentoo.org>
Thu, 2 Nov 2006 19:32:12 +0000 (19:32 +0000)
committer
Benedikt Boehm
<hollow@gentoo.org>
Thu, 2 Nov 2006 19:32:12 +0000 (19:32 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2362
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
distrib/gentoo/initpost
patch
|
blob
|
history
diff --git
a/distrib/gentoo/initpost
b/distrib/gentoo/initpost
index
f8bef51
..
5c68bb3
100755
(executable)
--- a/
distrib/gentoo/initpost
+++ b/
distrib/gentoo/initpost
@@
-73,7
+73,7
@@
popd &>/dev/null
# fix fstab for checkfs/localmount
pushd "$vdir" &>/dev/null
echo ">>> Fixing fstab ... "
-echo "/dev/hdv1 / ufs 0 0" | $_CHROOT_SH truncate /etc/fstab
+echo "/dev/hdv1 / ufs defaults 0 0" | $_CHROOT_SH truncate /etc/fstab
popd &>/dev/null