From c5eb196e0797385c3d031c03aa1afeba3088dd90 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 19 Mar 2012 18:56:42 +0000 Subject: (read_pmon2000,read_uboot,read_cromwell) add a FIXME note since those are fake stubs --- perl-install/bootloader.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/bootloader.pm') 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'; -- cgit v1.2.1