From c6b07ad64b6169e34edfee0e5f2389f77ce8278e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 24 Feb 2006 16:50:30 +0000 Subject: make sure the cancel button is available in this pseudo-drakboot-boot --- live/draklive-install/draklive-install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'live/draklive-install') diff --git a/live/draklive-install/draklive-install b/live/draklive-install/draklive-install index 630e2f2e7..e902642bd 100755 --- a/live/draklive-install/draklive-install +++ b/live/draklive-install/draklive-install @@ -156,7 +156,10 @@ bootloader::suggest($bootloader, $in->{all_hds}, vga_fb => first($cmdline =~ /\bvga=(\S+)/), #- don't use $1 here, otherwise perl will hit you because of the other "=~" below quiet => $cmdline =~ /\bsplash=silent\b/, ); -lilo_choice(); +{ + local $::Wizard_no_previous = 0; + lilo_choice(); +} #- cleanly umount here, it will avoid fs journals to be corrupted after a hackish reboot umount_all($in); -- cgit v1.2.1