From 8dc52134f815a519600c31513120d7eb535aa381 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 26 Oct 2009 23:50:36 +0100 Subject: [PATCH] Adjust grub variable in *all* /boot/isolinux/*.cfg files --- debian/changelog | 3 ++- grml-live | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 93bcf64..e41dc54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ grml-live (0.9.28) UNRELEASED; urgency=low * Drop grub from all classes and add grub-pc to GRMLBASE. * Add guymager to GRML_FULL. * Add gcc to GRML_MEDIUM. + * Adjust grub variable in *all* /boot/isolinux/*.cfg files. - -- Michael Prokop Mon, 26 Oct 2009 21:15:09 +0100 + -- Michael Prokop Mon, 26 Oct 2009 23:50:09 +0100 grml-live (0.9.27) unstable; urgency=low diff --git a/grml-live b/grml-live index 1142b8e..5a8dffc 100755 --- a/grml-live +++ b/grml-live @@ -771,8 +771,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then for file in "$BUILD_OUTPUT"/boot/addons/bsd4grml/boot.6 \ "$BUILD_OUTPUT"/boot/addons/bsd4grml/boot.cfg \ - "$BUILD_OUTPUT"/boot/isolinux/addons.cfg \ - "$BUILD_OUTPUT"/boot/isolinux/syslinux.cfg \ + "$BUILD_OUTPUT"/boot/isolinux/*.cfg \ "$BUILD_OUTPUT"/boot/grub/grub.cfg \ "$BUILD_OUTPUT"/boot/grub/menu.lst ; do if [ -e "$file" ] ; then -- 2.1.4