ea79655a08
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
10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
description "Growing root partition"
|
|
|
|
console output
|
|
|
|
start on local-filesystems
|
|
|
|
post-start script
|
|
/usr/local/sbin/growroot
|
|
end script
|