diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-02-22 08:42:08 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-03-05 11:28:19 +0000 |
commit | d8ad687c36d2578f731865f7369ddd72658f6392 (patch) | |
tree | 597f9ae6109bb3a1f4aaddf938c8c7d844c37be0 | |
parent | 513befa3f599f2bcb9f12037651fb82488653183 (diff) | |
download | vyos-live-build-d8ad687c36d2578f731865f7369ddd72658f6392.tar.gz vyos-live-build-d8ad687c36d2578f731865f7369ddd72658f6392.zip |
manpage: fix outdated component list
-rw-r--r-- | manpages/en/live-build.7 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index fa5d0c935..45c27e9b8 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -123,9 +123,11 @@ creates checksums (md5, sha1, and/or sha256) for live image content duplicates the chroot directory, to place a copy of what whould be the completed live OS root filesystem to one side, allowing the original to continue to be used in executing certain parts of the remainder of the build process .IP "\fBlb binary_disk\fR(1)" 4 creates disk information files to be added to live image -.IP "\fBlb binary_grub\fR(1)" 4 +.IP "\fBlb binary_grub-efi\fR(1)" 4 +installs grub2-efi into live image to provide image boot capability +.IP "\fBlb binary_grub-legacy\fR(1)" 4 installs grub into live image to provide image boot capability -.IP "\fBlb binary_grub2\fR(1)" 4 +.IP "\fBlb binary_grub-pc\fR(1)" 4 installs grub2 into live image to provide image boot capability .IP "\fBlb binary_hdd\fR(1)" 4 compiles the final live image into an hdd image file @@ -139,12 +141,16 @@ compiles the final live image into an iso file copies the linux\-image into the live image .IP "\fBlb binary_loadlin\fR(1)" 4 bundles a copy of loadlin into the live image +.IP "\fBlb binary_loopback_cfg\fR(1)" 4 +install loopback-cfg into the live image .IP "\fBlb binary_manifest\fR(1)" 4 creates manifest of packages installed into live OS filesystem, and list of packages to be excluded by a persistence mechanism installing the live OS to disk .IP "\fBlb binary_memtest\fR(1)" 4 bundles a copy of memtest into the live image .IP "\fBlb binary_netboot\fR(1)" 4 compiles the final live image into a netboot tar archive +.IP "\fBlb binary_onie\fR(1)" 4 +installs onie into the live image .IP "\fBlb binary_package\-lists\fR(1)" 4 processes local lists of packages to obtain and bundle into image (from which they could later be installed if not already) .IP "\fBlb binary_rootfs\fR(1)" 4 @@ -207,8 +213,6 @@ manages mounting of /sys manages the /usr/sbin/policy\-rc.d file .IP "\fBlb chroot_tmpfs\fR(1)" 4 manages configuration of dpkg to use a tmpfs filesystem -.IP "\fBlb chroot_upstart\fR(1)" 4 -manages use of upstart /sbin/initctl program; in apply mode blocking execution through a dpkg diversion, and in remove mode enabling execution again .\" FIXME .SH CONFIG FILES |