pmon-update - program to generate pmon menu files
pmon-update is a tool used to generate the menu files used by the
pmon bootloader. Options can be configured in /etc/default/pmon-update.
- PMON_UPDATE="true|false"
- This variable specifies if pmon-update is allowed to modify the
configuration files in /boot/cfg. Values are either 'true' or 'false',
default is 'true'.
- PMON_ALTERNATIVES="default
recovery"
- This variable specifies which entries pmon-update is populating. Values
are 'default', 'recovery', 'live', default is 'default recovery'.
- PMON_BOOTDEV="(wd0,0)"
- This variable specifies the prefix of boot device from pmon point of view,
default is (wd0,0).
- PMON_DEFAULT="1"
- This variable specifies the default entry to boot. Entries start from
index 0. Default is 0.
- PMON_ENTRIES="all"
- This variable specifies how many kernel versions should be used to
populate the boot configuration. Value is an integer starting with 1, or
'all' to populate for all kernels, default is 'all'.
- This variable specifies the text that is used as a description in the boot
menu. Value is an arbitrary string. If lsb_release is installed, the
distributors id is automatically determined. If lsb_release is not
available, it defaults to 'Debian GNU/Linux, kernel'.
- PMON_PARAMETERS="ro
quiet"
- This variable specifies additional boot parameters that are appended to
each kernel entry. Value is an arbitrary string, default is 'ro quiet'
(except for recovery entries, where quiet is avoided).
- PMON_ROOT="root=DEVICE"
- This variable specifies the root partition. It is automatically extracted
from /etc/fstab. pmon supports both devices and UUIDs.
- PMON_TIMEOUT="50"
- This variable specifies the time that pmon should wait for user input
during boot. Values are in seconds. The default is 5.
/etc/default/pmon-update
pmon-update and this manual page was written by Daniel Baumann
<daniel.baumann@progress-technologies.net> for extlinux. Riku
Voipio <riku.voipio@linaro.org> updated them for u-boot, Jiaxun
Yang <iaxun.yang@flygoat.com> updated them for pmon.