From: Sebastian Pipping Date: Mon, 7 Feb 2011 03:09:25 +0000 (+0100) Subject: Remove "-a" from call to umount X-Git-Tag: v3.4.13~1^2~8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=763fd09bacda81255d1244c767e921cfc48b9032;p=genkernel.git Remove "-a" from call to umount --- diff --git a/defaults/linuxrc b/defaults/linuxrc index 88eed00..b42070c 100755 --- 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