projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb24bed
)
Remove "-a" from call to umount
author
Sebastian Pipping
<sebastian@pipping.org>
Mon, 7 Feb 2011 03:09:25 +0000
(
04:09
+0100)
committer
Sebastian Pipping
<sebastian@pipping.org>
Mon, 7 Feb 2011 03:09:25 +0000
(
04:09
+0100)
defaults/linuxrc
patch
|
blob
|
history
diff --git
a/defaults/linuxrc
b/defaults/linuxrc
index 88eed003786f09426afdb0b1e0d5daae87fe6ed0..b42070cb05c0c58a6dcd45648256adaeb61a65c4 100755
(executable)
--- a/
defaults/linuxrc
+++ b/
defaults/linuxrc
@@
-731,7
+731,7
@@
if grep -qs devtmpfs /proc/mounts
then
if ! mount --move /dev "${CHROOT}"/dev
then
- umount -
a -
t devtmpfs || echo '*: Failed to move and unmount the devtmpfs /dev!'
+ umount -t devtmpfs || echo '*: Failed to move and unmount the devtmpfs /dev!'
fi
fi