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
This commit is contained in:
Clark Boylan 2015-08-25 17:03:34 -07:00
parent 9618974f92
commit ea79655a08
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ description "Growing root partition"
console output
start on mounted MOUNTPOINT=/
start on local-filesystems
post-start script
/usr/local/sbin/growroot