diskimage-builder/elements/growroot/init-scripts/upstart/growroot.conf
Clark Boylan ea79655a08 Run growroot after all filesystems are mounted
Appears that growroot was running before /dev is mounted so the script
is unable to introspect the filesystem partition info. Run this after
all local filesystems are mounted to fix this issue.

Change-Id: Ia7c41ba6ef79788fdbf198998622eeaa20dd4245
2015-08-25 17:04:38 -07:00

10 lines
136 B
Plaintext

description "Growing root partition"
console output
start on local-filesystems
post-start script
/usr/local/sbin/growroot
end script