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