summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r--perl-install/bootloader.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 3b7a1d348..bf870526a 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -409,6 +409,8 @@ sub read_silo() {
$bootloader->{method} = 'silo';
$bootloader;
}
+
+# FIXME: actually read back previous conf
sub read_pmon2000() {
+{ method => 'pmon2000' };
}
@@ -418,6 +420,8 @@ sub read_uboot() {
sub read_cromwell() {
+{ method => 'cromwell' };
}
+
+
sub read_yaboot() {
my $bootloader = read_lilo_like("/etc/yaboot.conf", \&yaboot2file);
$bootloader->{method} = 'yaboot';