This commit is contained in:
Scott Moser 2014-09-30 16:24:38 -04:00
parent 619d76746d
commit d73c7495fa
1 changed files with 7 additions and 0 deletions

View File

@ -37,3 +37,10 @@ mounts:
# complete. This must be an array, and must have 7 fields.
mount_default_fields: [ None, None, "auto", "defaults,nobootwait", "0", "2" ]
# swap can also be set up by the 'mounts' module
# default is to not create any swap files, because 'size' is set to 0
swap:
filename: /swap.img
size: "auto" or size in bytes
maxsize: size in bytes