summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-09-10 13:26:20 +0000
committerFrancois Pons <fpons@mandriva.com>2003-09-10 13:26:20 +0000
commit0e1ffb6cff22128350b316414f108fab55c49670 (patch)
treed45221217317ae3a2e374106dee0aa08f177ceab /perl-install
parente3765744e9bdb24ad1218f0e5eebef9814353d9b (diff)
downloaddrakx-backup-do-not-use-0e1ffb6cff22128350b316414f108fab55c49670.tar
drakx-backup-do-not-use-0e1ffb6cff22128350b316414f108fab55c49670.tar.gz
drakx-backup-do-not-use-0e1ffb6cff22128350b316414f108fab55c49670.tar.bz2
drakx-backup-do-not-use-0e1ffb6cff22128350b316414f108fab55c49670.tar.xz
drakx-backup-do-not-use-0e1ffb6cff22128350b316414f108fab55c49670.zip
restore entry is a recovery entry.
Diffstat (limited to 'perl-install')
-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),
});
}