16fc1f9012
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
9 lines
139 B
Text
9 lines
139 B
Text
description "Growing root partition"
|
|
|
|
console output
|
|
|
|
start on mounted MOUNTPOINT=/
|
|
|
|
post-start script
|
|
/usr/local/sbin/growroot
|
|
end script
|