From 654e86804269105669a9eee0cf48aca749a17b90 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Wed, 2 May 2001 18:39:44 +0000 Subject: Don't delete any images in test mode. Fix tabs in bootloader.pm. Default bootstrap partition in expert. Change mdk-bg.png to 4x4 for PPC strangeness. --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index e2045a535..e48cb64eb 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -176,6 +176,7 @@ sub setupBootloader { } ) or return 0; } else { + $b->{boot} = $partition_table_mac::bootstrap_part; $in->ask_from_entries_refH('', _("Bootloader main options"), [ { label => _("Bootloader to use"), val => \$bootloader, list => [ keys(%bootloaders) ], format => \&translate }, { label => _("Init Message"), val => \$b->{initmsg} }, -- cgit v1.2.1