Skip to content

Commit 9a2cd4c

Browse files
author
dwc0011
committed
Generate docs
1 parent d4f9654 commit 9a2cd4c

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.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 @@ information.
122122
a command with sudo or so on. This is a configuration template where the `.Command` variable
123123
is replaced with the command to be run. Defaults to `{{.Command}}`.
124124

125+
- `manual_mount_command` (string) - Manual Mount Command that is executed to manually mount the
126+
root device and before the post mount commands. The device and
127+
mount path are provided by `{{.Device}}` and `{{.MountPath}}`.
128+
125129
- `pre_mount_commands` ([]string) - A series of commands to execute after attaching the root volume and before mounting the chroot.
126130
This is not required unless using `from_scratch`. If so, this should include any partitioning
127131
and filesystem creation commands. The path to the device is provided by `{{.Device}}`.

builder/azure/chroot/builder.hcl2spec.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
a command with sudo or so on. This is a configuration template where the `.Command` variable
77
is replaced with the command to be run. Defaults to `{{.Command}}`.
88

9+
- `manual_mount_command` (string) - Manual Mount Command that is executed to manually mount the
10+
root device and before the post mount commands. The device and
11+
mount path are provided by `{{.Device}}` and `{{.MountPath}}`.
12+
913
- `pre_mount_commands` ([]string) - A series of commands to execute after attaching the root volume and before mounting the chroot.
1014
This is not required unless using `from_scratch`. If so, this should include any partitioning
1115
and filesystem creation commands. The path to the device is provided by `{{.Device}}`.

0 commit comments

Comments
 (0)