amazon-image.nix: Remove redundant log message

(cherry picked from commit c4b5ed5db74cde94b19d519a8d875e3f7df48a76)
wip/yesman
Eelco Dolstra 8 years ago
parent b297af42d2
commit d496f23df0
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
  1. 1
      nixos/modules/virtualisation/amazon-image.nix

@ -94,7 +94,6 @@ let cfg = config.ec2; in
elif [ "$fsType" = ext3 ]; then
mp="/disk$diskNr"
diskNr=$((diskNr + 1))
echo "mounting $device on $mp..."
if mountFS "$device" "$mp" "" ext3; then
if [ -z "$diskForUnionfs" ]; then diskForUnionfs="$mp"; fi
fi

Loading…
Cancel
Save