From 2d04b4acee688022bb15c7a26e4e016ded622046 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 16 Mar 2005 17:46:05 +0000 Subject: fix dropping line macos in yaboot.conf (bugzilla #14642) --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 602a888d9..1dc311adc 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -279,7 +279,7 @@ sub read_lilo() { next if /^\s*#/ || /^\s*$/; ($_, $v) = /^\s*([^=\s]+)\s*(?:=\s*(.*?))?\s*$/ or log::l("unknown line in $file: $_"), next; - if (/^(image|other)$/) { + if (/^(image|other|macos|macosx|bsd|darwin)$/) { $v = yaboot2file($v) if arch() =~ /ppc/; push @{$b{entries}}, $e = { type => $_, kernel_or_dev => $v }; $global = 0; -- cgit v1.2.1