probe_
This commit is contained in:
parent
08972d3817
commit
0dc8e3e6b1
23 changed files with 1607 additions and 0 deletions
150
readme/grub.md
Normal file
150
readme/grub.md
Normal file
|
@ -0,0 +1,150 @@
|
|||
# GRUB
|
||||
|
||||
## Commands
|
||||
|
||||
* crc
|
||||
* drivemap
|
||||
* false
|
||||
* gettext
|
||||
* gptsync
|
||||
* initrd16
|
||||
* linux16
|
||||
* md5sum
|
||||
* module
|
||||
* multiboot
|
||||
* net_add_addr
|
||||
* net_add_dns
|
||||
* net_add_route
|
||||
* net_nootp
|
||||
* net_del_addr
|
||||
* net_del_dns
|
||||
* net_del_route
|
||||
* net_dhcp
|
||||
* net_get_dhcp_option
|
||||
* net_ipv6_autoconf
|
||||
* net_ls_addr
|
||||
* net_ls_cards
|
||||
* net_ls_dns
|
||||
* net_ls_routes
|
||||
* net_nslookup
|
||||
* parttool
|
||||
* play
|
||||
* rdmsr
|
||||
* sendkey
|
||||
* sha1sum
|
||||
* wrmsr
|
||||
* xen_hypervisor
|
||||
* xen_module
|
||||
|
||||
* hashsum
|
||||
* help
|
||||
* insmod
|
||||
* nativedisk
|
||||
* rmmod
|
||||
* sha256sum
|
||||
* sha512sum
|
||||
* sleep
|
||||
|
||||
* background_color
|
||||
* background_image
|
||||
* boot
|
||||
* cat
|
||||
* clear
|
||||
* configfile
|
||||
* cryptomount
|
||||
* date
|
||||
* echo
|
||||
* eval
|
||||
* export
|
||||
* halt
|
||||
* initrd
|
||||
* keystatus
|
||||
* linux
|
||||
* list_env
|
||||
* list_trusted
|
||||
* load_env
|
||||
* loadfont
|
||||
* loopback
|
||||
* ls
|
||||
* (crypto?)
|
||||
* (hd?)
|
||||
* (hd?,*)
|
||||
* (lvm/*)
|
||||
* (md/*)
|
||||
* (memdisk)
|
||||
* lsfonts
|
||||
* lsmod
|
||||
* menuentry
|
||||
* normal
|
||||
* normal_exit
|
||||
* probe
|
||||
* read
|
||||
* reboot
|
||||
* regexp
|
||||
* save_env
|
||||
* search
|
||||
* set
|
||||
* source
|
||||
* submenu
|
||||
* terminal_input
|
||||
* terminal_output
|
||||
* terminfo
|
||||
* true
|
||||
* trust
|
||||
* unset
|
||||
* verify_detached
|
||||
* videoinfo
|
||||
|
||||
## Variables
|
||||
|
||||
* biosnum
|
||||
* feature_200_final
|
||||
* feature_all_video_module
|
||||
* feature_chainloader_bpb
|
||||
* feature_default_font_path
|
||||
* feature_menuentry_id
|
||||
* feature_menuentry_options
|
||||
* feature_nativedisk_cmd
|
||||
* 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
|
||||
|
||||
* chosen
|
||||
* config_directory
|
||||
* config_file
|
||||
|
||||
* ?
|
||||
* check_signatures
|
||||
* 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
|
Loading…
Add table
Add a link
Reference in a new issue