diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-02-16 23:42:52 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-02-16 23:42:52 +0100 |
commit | 4dd2c2666c9192a74d1771423fca4b2633ff3d84 (patch) | |
tree | 8f5f74517972966ab842147583d9af3ff5c45c3f /conf/machine/include/initramfs-kexecboot.inc | |
parent | 55004d44d3a0abc4ece09ee240dce69e2552e22a (diff) |
initramfs-kexecboot.inc: apply sane defaults
Diffstat (limited to 'conf/machine/include/initramfs-kexecboot.inc')
-rw-r--r-- | conf/machine/include/initramfs-kexecboot.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/initramfs-kexecboot.inc b/conf/machine/include/initramfs-kexecboot.inc index 81cceaaf25..bc9cd518e2 100644 --- a/conf/machine/include/initramfs-kexecboot.inc +++ b/conf/machine/include/initramfs-kexecboot.inc @@ -4,13 +4,13 @@ # If set here, each image will also build linux-kexecboot. # Usually the machine-installer recipe already DEPENDS on it # -# EXTRA_IMAGEDEPENDS += "linux-kexecboot" +EXTRA_IMAGEDEPENDS += "linux-kexecboot" # Force inclusion of kernel in target images # (done by default) # -# RDEPENDS_kernel-base = "kernel-image" +RDEPENDS_kernel-base = "kernel-image" # Install /boot/boot.cfg in target images |