[augeas-devel] [Augeas] #158: [PATCH] Solaris extensions to GRUB menu.lst

Augeas trac at fedorahosted.org
Mon Nov 29 12:31:07 UTC 2010


#158: [PATCH] Solaris extensions to GRUB menu.lst
--------------------------+-------------------------------------------------
  Reporter:  domcleal     |       Owner:  lutter      
      Type:  enhancement  |      Status:  new         
  Priority:  major        |   Milestone:  next        
 Component:  Augeas       |     Version:  0.7.0       
Resolution:               |    Keywords:  solaris grub
--------------------------+-------------------------------------------------
Comment (by domcleal):

 A further change to support the Solaris multiboot kernels was required, as
 the first kernel argument provides a path such as "kernel/unix".

 {{{
 kernel /boot/multiboot kernel/unix -s
 }}}

 Because kernel arguments are used for node keys, this failed.  I've
 changed it so the kernel node value now includes the kernel path from the
 first argument.  For example (from test_grub.aug):

 {{{
 { "kernel" = "/boot/multiboot kernel/unix" { "-s" } }
 }}}

 Above patch and new fix are on the 158-solaris-grub branch here:
 [https://github.com/domcleal/augeas/tree/158-solaris-grub
 github.com/domcleal/augeas/158-solaris-grub]

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/158#comment:1>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list