Scroll to navigation

pmon-UPDATE(8) pmon configuration tool pmon-UPDATE(8)

NAME

pmon-update - program to generate pmon menu files

SYNOPSIS

pmon-update

DESCRIPTION

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.

OPTIONS

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'.
This variable specifies which entries pmon-update is populating. Values are 'default', 'recovery', 'live', default is 'default recovery'.
This variable specifies the prefix of boot device from pmon point of view, default is (wd0,0).
This variable specifies the default entry to boot. Entries start from index 0. Default is 0.
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'.
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).
This variable specifies the root partition. It is automatically extracted from /etc/fstab. pmon supports both devices and UUIDs.
This variable specifies the time that pmon should wait for user input during boot. Values are in seconds. The default is 5.

FILES

/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.

2017-10-18 1.00