* Typo.
svn path=/nixos/trunk/; revision=32571
This commit is contained in:
parent
933ce8e9c8
commit
f55cf99c7c
@ -100,7 +100,7 @@ with pkgs.lib;
|
|||||||
elif [ "$fsType" = ext3 ]; then
|
elif [ "$fsType" = ext3 ]; then
|
||||||
mp="/disk$diskNr"
|
mp="/disk$diskNr"
|
||||||
diskNr=$((diskNr + 1))
|
diskNr=$((diskNr + 1))
|
||||||
echo "mounting $device om $mp..."
|
echo "mounting $device on $mp..."
|
||||||
if mountFS "$device" "$mp" "" ext3; then
|
if mountFS "$device" "$mp" "" ext3; then
|
||||||
if [ -z "$diskForAufs" ]; then diskForAufs="$mp"; fi
|
if [ -z "$diskForAufs" ]; then diskForAufs="$mp"; fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user