diff options
-rwxr-xr-x | rescue/install_bootloader | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue/install_bootloader b/rescue/install_bootloader index 5c7f9012f..117b217e2 100755 --- a/rescue/install_bootloader +++ b/rescue/install_bootloader @@ -17,6 +17,7 @@ use common; use bootloader; use fs; +my $auto; if ($ARGV[0] eq '--auto') { $auto = shift @ARGV; } |