live-build/manpages/en
Lyndon Brown 38a5aed0dc chroot_prep: expand coverage
it now covers:
 - `lb chroot_apt install-binary`
 - `lb chroot_archives {chroot|binary|source} {install|remove}`

by expanding usage from:
`lb chroot_prep {install|remove} HELPERS [ARGS]`
to:
`lb chroot_prep {install|remove} HELPERS [MODE[ MODE..]] [ARGS]`

where `[MODE[ MODE..]]` is an optional set of one or more of:
 - archives-chroot, which specifies to use 'chroot' as the first param to
   the chroot_archives script
 - archives-binary, which specifies to use 'binary'
 - archives-source, which specifies to use 'source'
 - apt-install-binary, which specified to pass 'install-binary' instead of
   'install' to chroot_apt

thus _all_ chroot prep scripts can be run through this helper now!

note, in the case of the binary stage, 'archives' is deliberately not added
to CHROOT_PREP_OTHER, this is not a mistake!

Gbp-Dch: Short
2020-04-23 09:38:02 +00:00
..
lb.1 manpages: correct date & version 2020-03-17 02:46:13 +00:00
lb_binary.1 manpages: correct date & version 2020-03-17 02:46:13 +00:00
lb_bootstrap.1 manpages: correct date & version 2020-03-17 02:46:13 +00:00
lb_build.1 manpages: fix missing mention of stage 2020-03-28 01:11:09 +00:00
lb_chroot.1 manpages: correct date & version 2020-03-17 02:46:13 +00:00
lb_clean.1 manpages: correct date & version 2020-03-17 02:46:13 +00:00
lb_config.1 manpages: stage clarifications 2020-03-20 17:25:09 +00:00
lb_installer.1 manpages: correct date & version 2020-03-17 02:46:13 +00:00
lb_source.1 manpages: correct date & version 2020-03-17 02:46:13 +00:00
live-build.7 chroot_prep: expand coverage 2020-04-23 09:38:02 +00:00