diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/bootloader.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index b9d1ae8da..d49307948 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -561,7 +561,7 @@ wait %d seconds for default boot. label => 'restore', kernel_or_dev => "/boot/restore/vmlinuz", initrd => "/boot/restore/all.rdz", - append => $cmdline, + append => "$cmdline recovery", #- the restore entry is a recovery entry if_($vga, vga => $vga), }); } |