mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-26 14:04:52 +00:00
* 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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user