normal
This commit is contained in:
parent
39e1a9b927
commit
cf876c72d8
12 changed files with 64 additions and 68 deletions
14
live/menu/set.sh
Normal file
14
live/menu/set.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
env_init
|
||||
menu_init
|
||||
|
||||
default='split'
|
||||
|
||||
menuentry "cmdpath: ${cmdpath}" { nop }
|
||||
menuentry "grub_cpu: ${grub_cpu} → grub_platform: ${grub_platform}" { nop }
|
||||
menu_split
|
||||
menuentry "check_signatures: ${check_signatures} → pager: ${pager}" { nop }
|
||||
menuentry "prefix: ${prefix} → root: ${root}" { nop }
|
||||
menu_split 'split'
|
||||
menuentry "esp: ${esp} → data: ${data}" { nop }
|
||||
menuentry "env: ${env} → env_mod: ${env_mod}" { nop }
|
||||
menuentry "live: ${live}" { nop }
|
Loading…
Add table
Add a link
Reference in a new issue