Adjust grub variable in *all* /boot/isolinux/*.cfg files
authorMichael Prokop <mika@grml.org>
Mon, 26 Oct 2009 22:50:36 +0000 (23:50 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 26 Oct 2009 22:50:36 +0000 (23:50 +0100)
debian/changelog
grml-live

index 93bcf64..e41dc54 100644 (file)
@@ -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 <mika@grml.org>  Mon, 26 Oct 2009 21:15:09 +0100
+ -- Michael Prokop <mika@grml.org>  Mon, 26 Oct 2009 23:50:09 +0100
 
 grml-live (0.9.27) unstable; urgency=low
 
index 1142b8e..5a8dffc 100755 (executable)
--- 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