NAME
bootcdwrite - build a bootable iso image from a running systemSYNOPSIS
- bootcdwrite [-i|-s|-m] [-d debug_runtime_config] -- [ -h|--help]
- [-c|--conf CONF] [--only_floppy] [-y|--yes] [ --mokcrtder MOKCRTDER] [ --variable_from_bootcdwrite.conf(5) value] [ --function_from_bootcdwrite.conf(5) definition]
DESCRIPTION
bootcdwrite is used to write a Linux Installation to an iso image. It is possible to copy a system mounted per NFS to a local iso. The iso can be copied to a CD or DVD with standard tools.OPTIONS
-i|-s|-mRun bootcdwrite in interactive, silent or
minimal control mode. See shellia(1) for this standard shellia
options.
Run bootcdwrite in debug mode. See shellia(1)
for this standard shellia options.
use the bootcdwrite config options from file
CONF. Default:
CONF=/etc/bootcd/bootcdwrite.conf
print help and exit
only a bootfloppy (to boot an existing bootcd)
has to be created.
answer always yes
If an own Machine Owner Key
(MOK) is needed to boot the created bootcd, with secure boot
enabled, this option can install the public MOK Certificate in
DER format ( MOKCRTDER) to the EFI partition of the
bootcd, to be loaded manually in BIOS. See
https://wiki.debian.org/SecureBoot.
If secure boot is not used, or if a standard Debian signed Kernel is used
on a system with the standard Microsoft Platform Key ( PK) installed in
BIOS this option is not needed.
variables or functions listed in
bootcdwrite.conf(5) can be overwritten from command line. For example a
variable called VARIABLE will get the value VALUE with the
option: --VARIABLE VALUE
functions listed in bootcdwrite.conf(5)
can be overwritten from command line. For example a function fun() { echo
"hello world"; } could be defined with the option: --fun
'fun() { echo "hello world"; }'
SEE ALSO
bootcd(7), bootcd2disk(1), bootcdflopcp(1), bootcdmk2diskconf(1), bootcdwrite.conf(5), bootcd2disk.conf(5)AUTHOR
[email protected]COPYRIGHT
Bernd Schumacher <[email protected]> (2007-2020)2020-08-07 | 0.1 |