summaryrefslogtreecommitdiffstats
path: root/perl-install/pixmaps/monitor-800.png
Commit message (Expand)AuthorAgeFilesLines
* UpdateDavid Baudens2003-09-051-0/+0
* New imagesDavid Baudens2002-08-221-0/+0
* plopdamien2001-04-161-0/+0
* removed for readd in kbdamien2001-04-161-0/+0
* add nice shots for XFdrakeGuillaume Cottenceau2001-04-161-0/+0
f77ce8278e.zip
make sure the cancel button is available in this pseudo-drakboot-boot
Diffstat
-rwxr-xr-xlive/draklive-install/draklive-install5
1 files changed, 4 insertions, 1 deletions
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);