diff options
author | Stew Benedict <stewb@mandriva.org> | 2001-05-02 18:39:44 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2001-05-02 18:39:44 +0000 |
commit | 654e86804269105669a9eee0cf48aca749a17b90 (patch) | |
tree | 0524774e1971cd9253acfc883b5dd269b6187fa8 /perl-install/any.pm | |
parent | 584cf85907f139e62ed27c8b84c37b4bce43c21f (diff) | |
download | drakx-654e86804269105669a9eee0cf48aca749a17b90.tar drakx-654e86804269105669a9eee0cf48aca749a17b90.tar.gz drakx-654e86804269105669a9eee0cf48aca749a17b90.tar.bz2 drakx-654e86804269105669a9eee0cf48aca749a17b90.tar.xz drakx-654e86804269105669a9eee0cf48aca749a17b90.zip |
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.
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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} }, |