@@ -5,10 +5,12 @@ bootc-install-to-filesystem - Install to the target filesystem
55# SYNOPSIS
66
77** bootc-install-to-filesystem** \[ ** \- -root-mount-spec** \]
8- \[ ** \- -boot-mount-spec** \] \[ ** \- -replace** \] \[ ** \- -source-imgref** \]
9- \[ ** \- -target-transport** \] \[ ** \- -target-imgref** \]
10- \[ ** \- -enforce-container-sigpolicy** \] \[ ** \- -target-ostree-remote** \]
11- \[ ** \- -skip-fetch-check** \] \[ ** \- -disable-selinux** \] \[ ** \- -karg** \]
8+ \[ ** \- -boot-mount-spec** \] \[ ** \- -replace** \]
9+ \[ ** \- -acknowledge-destructive** \] \[ ** \- -skip-finalize** \]
10+ \[ ** \- -source-imgref** \] \[ ** \- -target-transport** \]
11+ \[ ** \- -target-imgref** \] \[ ** \- -enforce-container-sigpolicy** \]
12+ \[ ** \- -target-ostree-remote** \] \[ ** \- -skip-fetch-check** \]
13+ \[ ** \- -disable-selinux** \] \[ ** \- -karg** \]
1214\[ ** \- -root-ssh-authorized-keys** \] \[ ** \- -generic-image** \]
1315\[ ** -h** \| ** \- -help** \] \[ ** -V** \| ** \- -version** \] \< * ROOT_PATH* \>
1416
@@ -49,6 +51,18 @@ be used.
4951> However, the running system (and all files) will remain in place
5052> until reboot
5153
54+ ** \- -acknowledge-destructive**
55+
56+ : If the target is the running systems root filesystem, this will skip
57+ any warnings
58+
59+ ** \- -skip-finalize**
60+
61+ : The default mode is to \" finalize\" the target filesystem by
62+ invoking \` fstrim\` and similar operations, and finally mounting it
63+ readonly. This option skips those operations. It is then the
64+ responsibility of the invoking code to perform those operations
65+
5266** \- -source-imgref** =* SOURCE_IMGREF*
5367
5468: Install the system from an explicitly given source.
@@ -139,4 +153,4 @@ mounting. To override this, use \`\--root-mount-spec\`.
139153
140154# VERSION
141155
142- v0.1.9
156+ v0.1.11
0 commit comments