diff options
author | andrea <andrea@mizar.localhost.localdomain> | 2009-03-01 00:44:54 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-03-01 00:54:19 +0100 |
commit | e6628e74828f7b32eaf513de745550f0edb21d68 (patch) | |
tree | 735a8b62d03cdac7d06d9270dec871db49dd3a2b /conf/machine | |
parent | 9de187ca4ed75b726f3e557baf611be556a1e39f (diff) |
initramfs-kexecboot-image: get rid of all binaries...be small!
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/kexecboot.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/include/kexecboot.inc b/conf/machine/include/kexecboot.inc index 1835af4727..ecc855dc8d 100644 --- a/conf/machine/include/kexecboot.inc +++ b/conf/machine/include/kexecboot.inc @@ -14,3 +14,9 @@ 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" |