Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
24106de3
Commit
24106de3
authored
Jun 23, 2015
by
Clint Shryock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
builder/amazon-chroot: document mount_options config
parent
29cef0ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
website/source/docs/builders/amazon-chroot.html.markdown
website/source/docs/builders/amazon-chroot.html.markdown
+9
-0
No files found.
website/source/docs/builders/amazon-chroot.html.markdown
View file @
24106de3
...
@@ -133,6 +133,12 @@ AMI if one with the same name already exists. Default `false`.
...
@@ -133,6 +133,12 @@ AMI if one with the same name already exists. Default `false`.
template where the
`.Device`
variable is replaced with the name of the
template where the
`.Device`
variable is replaced with the name of the
device where the volume is attached.
device where the volume is attached.
*
`mount_options`
(array of strings) – Options to supply the
`mount`
command
when mounting devices. Each option will be prefixed with
`-o `
and supplied to
the
`mount`
command ran by Packer. Because this command is ran in a shell, user
discrestion is advised. See
[
this manual page for the mount command
][
1
]
for valid
file system specific options
*
`root_volume_size`
(integer) – The size of the root volume for the chroot
*
`root_volume_size`
(integer) – The size of the root volume for the chroot
environment, and the resulting AMI
environment, and the resulting AMI
...
@@ -225,3 +231,6 @@ prevent packages installed by your provisioners from starting services:
...
@@ -225,3 +231,6 @@ prevent packages installed by your provisioners from starting services:
]
]
}
}
```
```
[
1
]:
http://linuxcommand.org/man_pages/mount8.html
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment