Skip to content
Snippets Groups Projects
Commit aca708e4 authored by John Crispin's avatar John Crispin
Browse files

lantiq: ubinize autoresize flag for rootfs_data


Setting this flag allows rootfs_data to expand on first boot
to fill remaining free space on nand.

Signed-off-by: default avatarBen Mulvihill <ben.mulvihill@gmail.com>

SVN-Revision: 41310
parent 70a27a51
No related branches found
No related tags found
No related merge requests found
...@@ -19,3 +19,5 @@ vol_type=dynamic ...@@ -19,3 +19,5 @@ vol_type=dynamic
# Volume name # Volume name
vol_name=rootfs_data vol_name=rootfs_data
vol_size=1MiB vol_size=1MiB
# Autoresize volume at first mount
vol_flags=autoresize
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment