From ea79655a080dc9b0ad39dd425d305d4ba3ad23b8 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 25 Aug 2015 17:03:34 -0700 Subject: [PATCH] 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 --- elements/growroot/init-scripts/upstart/growroot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/growroot/init-scripts/upstart/growroot.conf b/elements/growroot/init-scripts/upstart/growroot.conf index 676226c4..88fe4e8d 100644 --- a/elements/growroot/init-scripts/upstart/growroot.conf +++ b/elements/growroot/init-scripts/upstart/growroot.conf @@ -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