mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
Add missing progress message
This commit is contained in:
parent
f0c82f4543
commit
fb15b1894e
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user