You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resize the rootfs filesystem generated by mk_rootfs.sh to match it’s contents rather than use a fixed (large) size.
This should be doable by figuring out the size actually used by the filesystem, then truncating the file and using resize2fs to fix up the ext4 headers for the new size.
The text was updated successfully, but these errors were encountered:
Resize the rootfs filesystem generated by mk_rootfs.sh to match it’s contents rather than use a fixed (large) size.
This should be doable by figuring out the size actually used by the filesystem, then truncating the file and using
resize2fs
to fix up the ext4 headers for the new size.The text was updated successfully, but these errors were encountered: