1bootc(8) System Manager's Manual bootc(8)
2
3
4
6 bootc-install - Install to the target block device
7
9 bootc-install [--wipe] [--block-setup] [--filesystem] [--root-size]
10 [--target-transport] [--target-imgref] [--target-no-signature-verifica‐
11 tion] [--target-ostree-remote] [--ignition-file] [--ignition-hash]
12 [--disable-selinux] [--karg] [-h|--help] [-V|--version] <DEVICE>
13
15 Install to the target block device
16
18 --wipe Automatically wipe all existing data on device
19
20 --block-setup=BLOCK_SETUP [default: direct]
21 Target root block device setup.
22
23 direct: Filesystem written directly to block device tpm2-luks:
24 Bind unlock of filesystem to presence of the default tpm2 de‐
25 vice.
26
27 [possible values: direct, tpm2-luks]
28
29 --filesystem=FILESYSTEM
30 Target root filesystem type
31
32 [possible values: xfs, ext4, btrfs]
33
34 --root-size=ROOT_SIZE
35 Size of the root partition (default specifier: M). Allowed
36 specifiers: M (mebibytes), G (gibibytes), T (tebibytes).
37
38 By default, all remaining space on the disk will be used.
39
40 --target-transport=TARGET_TRANSPORT [default: registry]
41 The transport; e.g. oci, oci-archive. Defaults to `registry`
42
43 --target-imgref=TARGET_IMGREF
44 Specify the image to fetch for subsequent updates
45
46 --target-no-signature-verification
47 Explicitly opt-out of requiring any form of signature verifica‐
48 tion
49
50 --target-ostree-remote=TARGET_OSTREE_REMOTE
51 Enable verification via an ostree remote
52
53 --ignition-file=IGNITION_FILE
54 Path to an Ignition config file
55
56 --ignition-hash=digest
57 Digest (type-value) of the Ignition config
58
59 Verify that the Ignition config matches the specified digest,
60 formatted as <type>-<hexvalue>. <type> can be sha256 or sha512.
61
62 --disable-selinux
63 Disable SELinux in the target (installed) system.
64
65 This is currently necessary to install *from* a system with
66 SELinux disabled but where the target does have SELinux enabled.
67
68 --karg=KARG
69 Add a kernel argument
70
71 -h, --help
72 Print help (see a summary with '-h')
73
74 -V, --version
75 Print version
76
77 <DEVICE>
78 Target block device for installation. The entire device will be
79 wiped
80
82 v0.1.0
83
84
85
86 bootc 0.1.0 bootc(8)