diff options
Diffstat (limited to 'meta-netboot/conf/include/agl-netboot.inc')
-rw-r--r-- | meta-netboot/conf/include/agl-netboot.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-netboot/conf/include/agl-netboot.inc b/meta-netboot/conf/include/agl-netboot.inc index 47f0c08a6..fcff8c318 100644 --- a/meta-netboot/conf/include/agl-netboot.inc +++ b/meta-netboot/conf/include/agl-netboot.inc @@ -1,5 +1,5 @@ INHERIT += "netboot" OVERRIDES .= ":netboot" -# add 256MB of extra space in ext4 output image -IMAGE_ROOTFS_EXTRA_SPACE ?= "262144" +# add 512MB of extra space in ext4 output image +IMAGE_ROOTFS_EXTRA_SPACE = "524288" |