File tree Expand file tree Collapse file tree
.web-docs/components/builder/chroot
docs-partials/builder/chroot Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ necessary for this build to succeed and can be found further down the page.
122122 template where the .Device variable is replaced with the name of the
123123 device where the volume is attached.
124124
125+ - ` manual_mount_command ` (string) - Manual Mount Command that is executed to manually mount the
126+ root device, partition, and unmount. All other mount steps are skipped.
127+ The device andmount path are provided by ` {{.Device}} ` and ` {{.MountPath}} ` .
128+
125129- ` post_mount_commands ` ([ ] string) - As pre_mount_commands, but the commands are executed after mounting the
126130 root device and before the extra mount and copy steps. The device and
127131 mount path are provided by ` {{.Device}} ` and ` {{.MountPath}} ` .
Original file line number Diff line number Diff line change 6060 template where the .Device variable is replaced with the name of the
6161 device where the volume is attached.
6262
63+ - `manual_mount_command` (string) - Manual Mount Command that is executed to manually mount the
64+ root device, partition, and unmount. All other mount steps are skipped.
65+ The device andmount path are provided by `{{.Device}}` and `{{.MountPath}}`.
66+
6367- `post_mount_commands` ([]string) - As pre_mount_commands, but the commands are executed after mounting the
6468 root device and before the extra mount and copy steps. The device and
6569 mount path are provided by `{{.Device}}` and `{{.MountPath}}`.
You can’t perform that action at this time.
0 commit comments