Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

option.pp

  • Thomas Bellman's avatar
    d775acad
    Definition for managing Grub 0.x options. · d775acad
    Thomas Bellman authored
    This adds the defintion bootloader::grub0::option, which can set and
    unset options in the Grub 0.x config file.  It handles both "bare"
    options (e.g. 'hiddenmenu') and valued options (e.g. timeout=5).
    
    Managing Grub 2 options seems a bit more complicated, so for now we
    only implement the Grub 0.x version.
    d775acad
    History
    Definition for managing Grub 0.x options.
    Thomas Bellman authored
    This adds the defintion bootloader::grub0::option, which can set and
    unset options in the Grub 0.x config file.  It handles both "bare"
    options (e.g. 'hiddenmenu') and valued options (e.g. timeout=5).
    
    Managing Grub 2 options seems a bit more complicated, so for now we
    only implement the Grub 0.x version.