blob: 81a0befabe531931fd778884d75ee67631b813c4 (
plain)
1
2
3
4
5
6
7
8
9
|
# cloud-config-mounts - setup mount points from cloud-config
# includes enabling swap
description "Setup mount points in fstab per config"
start on cloud-config
console output
task
exec cloud-init-cfg config-mounts
|