Skip to content

Commit 4bd5934

Browse files
author
dwc0011
committed
Generate docs
1 parent 5f6648d commit 4bd5934

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.web-docs/components/builder/chroot/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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}}`.

docs-partials/builder/chroot/Config-not-required.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
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}}`.

0 commit comments

Comments
 (0)