mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
amazon-image.nix: Remove redundant log message
(cherry picked from commit c4b5ed5db74cde94b19d519a8d875e3f7df48a76)
This commit is contained in:
parent
b297af42d2
commit
d496f23df0
|
@ -94,7 +94,6 @@ let cfg = config.ec2; in
|
||||||
elif [ "$fsType" = ext3 ]; then
|
elif [ "$fsType" = ext3 ]; then
|
||||||
mp="/disk$diskNr"
|
mp="/disk$diskNr"
|
||||||
diskNr=$((diskNr + 1))
|
diskNr=$((diskNr + 1))
|
||||||
echo "mounting $device on $mp..."
|
|
||||||
if mountFS "$device" "$mp" "" ext3; then
|
if mountFS "$device" "$mp" "" ext3; then
|
||||||
if [ -z "$diskForUnionfs" ]; then diskForUnionfs="$mp"; fi
|
if [ -z "$diskForUnionfs" ]; then diskForUnionfs="$mp"; fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue