mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Add missing progress message
This commit is contained in:
parent
f0c82f4543
commit
fb15b1894e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue