diff options
Diffstat (limited to 'meta-netboot/conf')
-rw-r--r-- | meta-netboot/conf/include/agl-netboot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-netboot/conf/include/agl-netboot.inc b/meta-netboot/conf/include/agl-netboot.inc index 03f8ed533..555629537 100644 --- a/meta-netboot/conf/include/agl-netboot.inc +++ b/meta-netboot/conf/include/agl-netboot.inc @@ -1,3 +1,3 @@ INHERIT += "netboot" -IMAGE_INSTALL_append_netboot = " curl" +IMAGE_INSTALL:append:netboot = " curl" |