]> git.ozlabs.org Git - petitboot/history - discover/grub2/script.c
discover/grub: Add blscfg command support to parse BootLoaderSpec files
[petitboot] / discover / grub2 / script.c
2018-03-23 Javier Martinez... discover/grub: Add blscfg command support to parse...
2016-04-26 Alan Dunndiscover/grub2: Do not set $0 in functions
2016-03-15 Alan Dunndiscover/grub2: Fix handling of positional parameters
2014-12-11 Jeremy Kerrdiscover/grub2: Allow unset and invalid defaults
2014-04-16 Jeremy Kerrdiscover: Fix uninitialised var warnings
2014-01-30 Jeremy Kerrdiscover/grub2: Add support for for-loops
2014-01-30 Jeremy Kerrdiscover/grub2: Perform word-expansion non-destructively
2014-01-30 Jeremy Kerrdiscover/grub2: skip menuentries that don't define...
2014-01-30 Jeremy Kerrdiscover/grub: Add feature variable for --id support.
2014-01-30 Jeremy Kerrdiscover/grub2: Use script_env_set when initialising...
2014-01-17 Ben Stoltzdiscover/grub: Use --id values for default option detection
2013-11-27 Jeremy Kerrdiscover/grub2: Populate $prefix from config file location
2013-11-13 Jeremy Kerrdiscover: Fix potentially-uninitialised variables
2013-10-01 Jeremy Kerrdiscover/grub2: strdup strings used in the environment
2013-10-01 Jeremy Kerrdiscover/grub2: Add default prefix
2013-09-26 Jeremy Kerrdiscover/grub2: Clean up error-handling for grub2 parse...
2013-09-25 Jeremy Kerrdiscover/grub2: Reimplement default options
2013-09-24 Jeremy Kerrdiscover/grub2: Support var=value assignments
2013-09-24 Jeremy Kerrdiscover/grub2: Implement statement_block_execute
2013-09-24 Jeremy Kerrdiscover/grub2: unknown commands should fail
2013-09-24 Jeremy Kerrdiscover/grub2: Populate option ids
2013-09-24 Jeremy Kerrdiscover/grub2: Implement 'elif'
2013-09-24 Jeremy Kerrdiscover/grub2: Create 'conditional' statements
2013-09-24 Jeremy Kerrdiscover/grub2: Add function support
2013-09-24 Jeremy Kerrdiscover/grub2: Function infrastructure improvements
2013-09-24 Jeremy Kerrdiscover/grub2: Add option state in menuentry processing
2013-09-24 Jeremy Kerrdiscover/grub2: Add a reference to the context from...
2013-09-24 Jeremy Kerrdiscover/grub2: Hook up flex/bison parser to discover...
2013-09-24 Jeremy Kerrdiscover/grub2: Implement multiple-arv variable splitting
2013-09-24 Jeremy Kerrdiscover/grub2: Add initial command execution
2013-09-24 Jeremy Kerrdiscover/grub2: Add menuentry execution
2013-09-24 Jeremy Kerrdiscover/grub2: Handle var tokens in lexer
2013-09-24 Jeremy Kerrdiscover/grub2: Remove debug printfs
2013-09-24 Jeremy Kerrdiscover/grub2: Initial environment handling
2013-09-24 Jeremy Kerrdiscover/grub2: Add initial execution code
2013-09-24 Jeremy Kerrdiscover/grub2: Add var expansion code
2013-09-24 Jeremy Kerrdiscover/grub2: Add initial script infrastructure