svn path=/nixos/trunk/; revision=32571
This commit is contained in:
Eelco Dolstra 2012-02-26 00:12:04 +00:00
parent 933ce8e9c8
commit f55cf99c7c

View File

@ -100,7 +100,7 @@ with pkgs.lib;
elif [ "$fsType" = ext3 ]; then
mp="/disk$diskNr"
diskNr=$((diskNr + 1))
echo "mounting $device om $mp..."
echo "mounting $device on $mp..."
if mountFS "$device" "$mp" "" ext3; then
if [ -z "$diskForAufs" ]; then diskForAufs="$mp"; fi
fi