From 82686160084c1a9e09acb83cd2e16e87d63a4928 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 14 Jan 2009 14:10:52 +0000 Subject: add comment --- perl-install/bootloader.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/bootloader.pm') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index c535d83f2..3a0a2b516 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -175,6 +175,7 @@ sub read { cleanup_entries($bootloader); + # handle raid-extra-boot (lilo) my @devs = $bootloader->{boot}; if ($bootloader->{'raid-extra-boot'} =~ /mbr/ && (my $md = fs::get::device2part($bootloader->{boot}, $all_hds->{raids}))) { @@ -227,6 +228,7 @@ sub read_grub { $bootloader; } +# adapts device.map (aka $grub2dev) when for example hda is now sda # nb: # - $boot_part comes from /boot/grub/install.sh "root (hd...)" line # - $grub2dev is /boot/grub/device.map -- cgit v1.2.1