diskimage-builder/elements/growroot/init-scripts/upstart/growroot.conf
Gregory Haynes 16fc1f9012 create growroot element
We can resize the rootfs without the initrd based approach. Create a
growroot element which performs rootfs resizing as part of system init.

Change-Id: Ibeb846b0170d141fb72323a441d14b65b93ae0a1
2015-08-19 21:12:56 +00:00

10 lines
139 B
Plaintext

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