search for: num_stanza

Displaying 1 result from an estimated 1 matches for "num_stanza".

Did you mean: num_stanzas
2009 Jul 28
1
Cry for Augeas grub.conf help!
All, I''m trying to figure out the best way to use augeas to manage grub.conf. The issue is that I want users to be able to do whatever they like but: 1) The active, running, kernel should be the default *fallback* 2) I need to be able to set the ''default'' to the last entry added I''ve tried something like: set default /files/etc/grub.conf/count(title) But,