source: mainline/boot/grub.pc/i386-pc/command.lst@ eeb23f2d

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since eeb23f2d was 83285fd, checked in by Martin Decky <martin@…>, 14 years ago

add configuration choice to boot the ISO image using GRUB for BIOS (common PC) or GRUB for UEFI
a hybrid BIOS/UEFI boot ISO should be also possible to create, but the current mkisofs does not support this

  • Property mode set to 100644
File size: 2.7 KB
Line 
1*acpi: acpi
2*background_image: gfxterm
3*cat: cat
4*cpuid: cpuid
5*crc: hashsum
6*drivemap: drivemap
7*echo: echo
8*functional_test: functional_test
9*gettext: gettext
10*halt: halt
11*hashsum: hashsum
12*hdparm: hdparm
13*hello: hello
14*help: help
15*hexdump: hexdump
16*inb: iorw
17*inl: iorw
18*inw: iorw
19*keystatus: keystatus
20*kfreebsd: bsd
21*knetbsd: bsd
22*kopenbsd: bsd
23*list_env: loadenv
24*load_env: loadenv
25*loopback: loopback
26*ls: ls
27*lsacpi: lsacpi
28*lspci: lspci
29*md5sum: hashsum
30*menuentry: normal
31*probe: probe
32*read_byte: memrw
33*read_dword: memrw
34*read_word: memrw
35*regexp: regexp
36*save_env: loadenv
37*search: search
38*sendkey: sendkey
39*serial: serial
40*setpci: setpci
41*sha1sum: hashsum
42*sha256sum: hashsum
43*sha512sum: hashsum
44*sleep: sleep
45*submenu: normal
46*terminfo: terminfo
47*test_blockarg: test_blockarg
48*xnu_splash: xnu
49.: configfile
50[: test
51authenticate: normal
52badram: mmap
53blocklist: blocklist
54boot: boot
55break: normal
56cat: minicmd
57chainloader: chain
58clear: normal
59cmosclean: cmostest
60cmostest: cmostest
61cmp: cmp
62configfile: configfile
63continue: normal
64cutmem: mmap
65date: date
66dump: minicmd
67efiemu_loadcore: efiemu
68efiemu_prepare: efiemu
69efiemu_unload: efiemu
70exit: minicmd
71export: normal
72extract_entries_configfile: configfile
73extract_entries_source: configfile
74extract_legacy_entries_configfile: legacycfg
75extract_legacy_entries_source: legacycfg
76false: true
77gptsync: gptsync
78help: minicmd
79initrd16: linux16
80initrd: linux
81keymap: keylayouts
82kfreebsd_loadenv: bsd
83kfreebsd_module: bsd
84kfreebsd_module_elf: bsd
85knetbsd_module: bsd
86knetbsd_module_elf: bsd
87kopenbsd_ramdisk: bsd
88legacy_check_password: legacycfg
89legacy_configfile: legacycfg
90legacy_initrd: legacycfg
91legacy_initrd_nounzip: legacycfg
92legacy_kernel: legacycfg
93legacy_password: legacycfg
94legacy_source: legacycfg
95linux16: linux16
96linux: linux
97loadfont: font
98lsapm: lsapm
99lsfonts: font
100lsmmap: lsmmap
101lsmod: minicmd
102module2: multiboot2
103module: multiboot
104multiboot2: multiboot2
105multiboot: multiboot
106normal: normal
107normal_exit: normal
108ntldr: ntldr
109outb: iorw
110outl: iorw
111outw: iorw
112parttool: parttool
113password: password
114password_pbkdf2: password_pbkdf2
115play: play
116pxe_unload: pxecmd
117read: read
118reboot: reboot
119return: normal
120rmmod: minicmd
121search.file: search_fs_file
122search.fs_label: search_label
123search.fs_uuid: search_fs_uuid
124setparams: normal
125shift: normal
126source: configfile
127terminal_input: terminal
128terminal_output: terminal
129test: test
130testload: testload
131true: true
132usb: usbtest
133vbeinfo: videoinfo
134vbetest: videotest
135videoinfo: videoinfo
136videotest: videotest
137write_byte: memrw
138write_dword: memrw
139write_word: memrw
140xnu_devprop_load: xnu
141xnu_kernel64: xnu
142xnu_kernel: xnu
143xnu_kext: xnu
144xnu_kextdir: xnu
145xnu_mkext: xnu
146xnu_ramdisk: xnu
147xnu_resume: xnu
148xnu_uuid: xnu_uuid
149zfs-bootfs: zfsinfo
150zfsinfo: zfsinfo
Note: See TracBrowser for help on using the repository browser.