diff options
-rw-r--r-- | conf/machine/include/kexecboot.inc | 6 | ||||
-rw-r--r-- | packages/kexecboot/initramfs-kexecboot-image.bb | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/conf/machine/include/kexecboot.inc b/conf/machine/include/kexecboot.inc index ecc855dc8d..1835af4727 100644 --- a/conf/machine/include/kexecboot.inc +++ b/conf/machine/include/kexecboot.inc @@ -14,9 +14,3 @@ RDEPENDS_kernel-base = "kernel-image" DONT_CHECK_KERNELSIZE ?= "1" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kexecboot-cfg" - -IMAGE_LOGIN_MANAGER = "" -IMAGE_INIT_MANAGER = "" -IMAGE_INITSCRIPTS = "" -IMAGE_DEV_MANAGER = "" -ONLINE_PACKAGE_MANAGEMENT = "none" diff --git a/packages/kexecboot/initramfs-kexecboot-image.bb b/packages/kexecboot/initramfs-kexecboot-image.bb index 1e06703a6d..7fc2b79d04 100644 --- a/packages/kexecboot/initramfs-kexecboot-image.bb +++ b/packages/kexecboot/initramfs-kexecboot-image.bb @@ -13,3 +13,9 @@ export IMAGE_BASENAME = "initramfs-kexecboot-image" EXTRA_IMAGEDEPENDS = "" IMAGE_INSTALL = "kexecboot" IMAGE_LINGUAS = "" + +IMAGE_LOGIN_MANAGER = "" +IMAGE_INIT_MANAGER = "" +IMAGE_INITSCRIPTS = "" +IMAGE_DEV_MANAGER = "" +#ONLINE_PACKAGE_MANAGEMENT = "none" |