]> git.ozlabs.org Git - petitboot/blob - ui/ncurses/nc-boot-editor-help.c
ui/ncurses: allow tab/backtab to skip through a widget's fields
[petitboot] / ui / ncurses / nc-boot-editor-help.c
1 const char *boot_editor_help_text = "\
2 This screen allows you to edit or create boot options.\n\
3 \n\
4 Device: This is a list of block devices available on the system. Select \
5 the device which contains your boot resources (kernel, initrd and device \
6 tree), or \"Specify paths/URLs manually\" to use full URLs to the boot \
7 resources.\n\
8 \n\
9 Kernel: enter the path to the kernel to boot. This field is mandatory. \
10 This should be a kernel image that the kexec utility can handle. Generally, \
11 this will be a 'vmlinux'-type image.\n\
12 Example: /boot/vmlinux\n\
13 \n\
14 Initrd: enter the path to the initial RAM disk image. This is optional.\n\
15 Example: /boot/initrd.img\n\
16 \n\
17 Device tree: enter the path to the device tree blob file (.dtb). \
18 This is optional; if not specified, and your platform currently provides \
19 a device tree, the current one will be used.\n\
20 Example: /boot/device-tree.dtb\n\
21 \n\
22 Boot arguments: enter the kernel command-line arguments. This is optional.\n\
23 Example: root=/dev/sda1 console=hvc0\n\
24 \n";