[PATCH] d-i shrink generated kernel-img.conf
* do_bootfloppy wasn't really ever supported in linux-2.6 Maintainer
scripts.
* relative_links had no action if set to another value then yes.
so just nuke them both.
(double check latest kernel-img.conf(5), they are also gone there.)
Signed-off-by: maximilian attems <max@stro.at>
---
packages/base-installer/library.sh | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/packages/base-installer/library.sh b/packages/base-installer/library.sh
index 154b4c9..f548d77 100644
--- a/packages/base-installer/library.sh
+++ b/packages/base-installer/library.sh
@@ -505,9 +505,7 @@ install_linux () {
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
-relative_links = yes
do_bootloader = no
-do_bootfloppy = no
do_initrd = $do_initrd
link_in_boot = $link_in_boot
EOF
--
1.6.5
Reply to: