env_init, grub list & split
This commit is contained in:
parent
86d12fe01f
commit
99ae54c84c
11 changed files with 112 additions and 52 deletions
|
@ -43,7 +43,6 @@
|
|||
* rmmod
|
||||
* sha256sum
|
||||
* sha512sum
|
||||
* sleep
|
||||
|
||||
* background_color
|
||||
* background_image
|
||||
|
@ -54,7 +53,6 @@
|
|||
* cryptomount
|
||||
* date
|
||||
* echo
|
||||
* eval
|
||||
* export
|
||||
* halt
|
||||
* initrd
|
||||
|
@ -78,7 +76,6 @@
|
|||
* normal
|
||||
* normal_exit
|
||||
* probe
|
||||
* read
|
||||
* reboot
|
||||
* regexp
|
||||
* save_env
|
||||
|
@ -93,11 +90,49 @@
|
|||
* trust
|
||||
* unset
|
||||
* verify_detached
|
||||
|
||||
### x86_64-efi-signed
|
||||
|
||||
#### allowed
|
||||
|
||||
* sleep
|
||||
|
||||
#### denied
|
||||
|
||||
* eval
|
||||
* read
|
||||
* videoinfo
|
||||
|
||||
## Variables
|
||||
|
||||
* biosnum
|
||||
* icondir
|
||||
* net_default_interface
|
||||
* pxe_blksize
|
||||
* pxe_default_gateway
|
||||
* superusers
|
||||
|
||||
* config_directory
|
||||
* config_file
|
||||
|
||||
* debug
|
||||
* default
|
||||
* fallback
|
||||
* gfxmode
|
||||
* gfxpayload
|
||||
* gfxterm_font
|
||||
* menu_color_highlight
|
||||
* menu_color_normal
|
||||
* theme
|
||||
* timeout
|
||||
* timeout_style
|
||||
|
||||
### Function
|
||||
|
||||
* ?
|
||||
|
||||
### Persistent
|
||||
|
||||
* feature_200_final
|
||||
* feature_all_video_module
|
||||
* feature_chainloader_bpb
|
||||
|
@ -108,43 +143,28 @@
|
|||
* feature_ntldr
|
||||
* feature_platform_search_hint
|
||||
* feature_timeout_style
|
||||
* icondir
|
||||
* net_default_interface
|
||||
* net_default_ip
|
||||
* net_default_mac
|
||||
* net_default_server
|
||||
* pxe_blksize
|
||||
* pxe_default_gateway
|
||||
* pxe_default_server
|
||||
* superusers
|
||||
* secondary_locale_dir
|
||||
|
||||
* chosen
|
||||
* config_directory
|
||||
* config_file
|
||||
|
||||
* ?
|
||||
* check_signatures
|
||||
* chosen
|
||||
* cmdpath
|
||||
* (hd?,*)/efi/boot/bootx64.efi
|
||||
* (hd?)
|
||||
* color_highlight
|
||||
* color_normal
|
||||
* debug
|
||||
* default
|
||||
* fallback
|
||||
* gfxmode
|
||||
* gfxpayload
|
||||
* gfxterm_font
|
||||
* grub_cpu
|
||||
* grub_platform
|
||||
* lang
|
||||
* locale_dir
|
||||
* menu_color_highlight
|
||||
* menu_color_normal
|
||||
* pager
|
||||
* prefix
|
||||
* root
|
||||
* secondary_locale_dir
|
||||
* theme
|
||||
* timeout
|
||||
* timeout_style
|
||||
|
||||
#### x86_64-efi-signed
|
||||
|
||||
* lockdown
|
||||
* shim_lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue