Author: blogic Date: 2014-06-24 20:12:41 +0200 (Tue, 24 Jun 2014) New Revision: 41310
Modified: trunk/target/linux/lantiq/image/ubinize-overlay.cfg Log: 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: Ben Mulvihill <[email protected]> Modified: trunk/target/linux/lantiq/image/ubinize-overlay.cfg =================================================================== --- trunk/target/linux/lantiq/image/ubinize-overlay.cfg 2014-06-24 12:27:36 UTC (rev 41309) +++ trunk/target/linux/lantiq/image/ubinize-overlay.cfg 2014-06-24 18:12:41 UTC (rev 41310) @@ -19,3 +19,5 @@ # Volume name vol_name=rootfs_data vol_size=1MiB +# Autoresize volume at first mount +vol_flags=autoresize _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
