Add missing progress message

This commit is contained in:
Eelco Dolstra 2012-07-24 19:27:16 -04:00
parent f0c82f4543
commit fb15b1894e

View file

@ -29,6 +29,8 @@ my $defaultEntry = int(get("default"));
die "unsupported GRUB version\n" if $grubVersion != 1 && $grubVersion != 2;
print STDERR "updating GRUB $grubVersion menu...\n";
mkpath("/boot/grub", 0, 0700);