summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r--perl-install/bootloader.pm2
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),
});
}