From 763fd09bacda81255d1244c767e921cfc48b9032 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 7 Feb 2011 04:09:25 +0100 Subject: [PATCH] Remove "-a" from call to umount --- defaults/linuxrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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