Switched order between isoprompt and hd menu entry to generate more easily
authorUlrich Dangel <uli@spamt.net>
Wed, 21 Oct 2009 17:51:00 +0000 (19:51 +0200)
committerUlrich Dangel <uli@spamt.net>
Wed, 21 Oct 2009 17:55:22 +0000 (19:55 +0200)
the same bootmenu for generated cd images

grml-live

index bfc7f5a..46df053 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -706,8 +706,8 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then
          if [ ! -n "$NO_ADDONS" ] ; then
            echo "include addons.cfg"    >> "${BUILD_OUTPUT}/boot/isolinux/grmlmain.cfg"
          fi
-         echo "include hd.cfg"          >> "${BUILD_OUTPUT}/boot/isolinux/grmlmain.cfg"
          echo "include isoprompt.cfg"   >> "${BUILD_OUTPUT}/boot/isolinux/grmlmain.cfg"
+         echo "include hd.cfg"          >> "${BUILD_OUTPUT}/boot/isolinux/grmlmain.cfg"
          echo "include hidden.cfg"      >> "${BUILD_OUTPUT}/boot/isolinux/grmlmain.cfg"
       else # assume we are building a custom distribution:
          log "File ${BUILD_OUTPUT}/boot/isolinux/${DISTRI_NAME}.cfg found, using it."