From 0f1a3e2edcecf73bff9fddc10130c0a58a3f6a88 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 24 Oct 2014 09:16:34 +0200 Subject: [PATCH] SW: add syslinux-common to GRMLBASE Otherwise the boot related modules might be missing: | * Missing addon file: "chain.c32" [ !! ] | * Missing addon file: "hdt.c32" [ !! ] | * Missing addon file: "mboot.c32" [ !! ] | * Missing addon file: "menu.c32" [ !! ] This is happening on grml-small where syslinux-common isn't present by default because it's just a Recommends but not a Depends. On grml-full we ship syslinux-common by default though because it's a dependency of grub-imageboot. --- etc/grml/fai/config/package_config/GRMLBASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/grml/fai/config/package_config/GRMLBASE b/etc/grml/fai/config/package_config/GRMLBASE index 48ff5d3..8e63600 100644 --- a/etc/grml/fai/config/package_config/GRMLBASE +++ b/etc/grml/fai/config/package_config/GRMLBASE @@ -48,7 +48,7 @@ resolvconf rsync rsyslog strace -syslinux +syslinux syslinux-common udev usbutils uuid-runtime -- 2.1.4