Dann, Are there more changes coming here? Do you want/need a release based on this patch?
-Sean
On Mon, Sep 15, 2003 at 10:41:09PM -0700, dann frazier wrote:
> Update of /cvsroot/systemconfig/systemconfig/lib/Boot
> In directory sc8-pr-cvs1:/tmp/cvs-serv2445/lib/Boot
>
> Modified Files:
> EFI.pm
> Log Message:
> fixes from Eric Jacobson - Closes sf #806837.
> """
> EFI issues - additional paths for elilo and append fix
> In system configurator 2.08, I had some trouble with
> EFI.pm being able to locate elilo configuration files.
> This is because SUSE SLES8 and SGI ProPack put their
> boot files in a location that EFI.pm doesn't look for.
>
> I also ran in to a problem when I tried to use the
> "Append" ELILO option
> in my systemconfigurator config file.
>
> I fixed these problems for myself. The fixes appear in
> the attached patch.
> """
>
>
> Index: EFI.pm
> ===================================================================
> RCS file: /cvsroot/systemconfig/systemconfig/lib/Boot/EFI.pm,v
> retrieving revision 1.7
> retrieving revision 1.8
> diff -C2 -r1.7 -r1.8
> *** EFI.pm 10 Sep 2002 21:09:59 -0000 1.7
> --- EFI.pm 16 Sep 2003 05:41:07 -0000 1.8
> ***************
> *** 77,80 ****
> --- 77,82 ----
> /boot/efi
> /boot/efi/efi/redhat
> + /boot/efi/efi/sgi
> + /boot/efi/SuSE
> );
>
> ***************
> *** 135,139 ****
>
> return ((-e $$this{root} . "/boot/efi/elilo.efi" or
> ! -e $$this{root} . "/boot/efi/efi/redhat/elilo.efi")
> and $$this{bootmenu_exe} and $$this{bootloader_exe});
> }
> --- 137,143 ----
>
> return ((-e $$this{root} . "/boot/efi/elilo.efi" or
> ! -e $$this{root} . "/boot/efi/efi/redhat/elilo.efi" or
> ! -e $$this{root} . "/boot/efi/efi/sgi/elilo.efi" or
> ! -e $$this{root} . "/boot/efi/SuSE/elilo.efi")
> and $$this{bootmenu_exe} and $$this{bootloader_exe});
> }
> ***************
> *** 180,184 ****
> if ($this->{boot_append}) {
> print OUT "# Kernel command line options. \n";
> ! print OUT "append=" . $this->{append} . "\n";
> }
>
> --- 184,188 ----
> if ($this->{boot_append}) {
> print OUT "# Kernel command line options. \n";
> ! print OUT "append=" . $this->{boot_append} . "\n";
> }
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Systemconfig-checkins mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/systemconfig-checkins
--
__________________________________________________________________
Sean Dague Mid-Hudson Valley
sean at dague dot net Linux Users Group
http://dague.net http://mhvlug.org
There is no silver bullet. Plus, werewolves make better neighbors
than zombies, and they tend to keep the vampire population down.
__________________________________________________________________
pgp00000.pgp
Description: PGP signature
