[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 2/2] Do not truncate grub.cfg on arm64



The d-i supplied grub.cfg has the correct entries in it already.
---
 tools/boot/jessie/boot-arm64 | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/tools/boot/jessie/boot-arm64 b/tools/boot/jessie/boot-arm64
index 43f290c..3021467 100755
--- a/tools/boot/jessie/boot-arm64
+++ b/tools/boot/jessie/boot-arm64
@@ -89,13 +89,6 @@ if [ -d boot$N/grub ] ; then
     mv boot$N/grub/* $CDDIR/boot/grub/
     rmdir boot$N/grub
 
-    # TODO: setup grub.cfg
-    # Create grub menu entries to match the isolinux ones
-    sed -i '/^menuentry/Q' $CDDIR/boot/grub/grub.cfg;
-#    $BASEDIR/tools/boot/$DI_CODENAME/parse_isolinux \
-#        boot$N/isolinux $CDDIR $BASEDIR/data/$DI_CODENAME/grub-theme.in "$DISKINFO_DISTRO" "$DEBIAN_KERNEL" "$DEBVERSION" \
-#        >> $CDDIR/boot/grub/grub.cfg
-
     # Stuff the EFI boot files into a FAT filesystem, making it as
     # small as possible.  24KiB headroom seems to be enough;
     # (x+31)/32*32 rounds up to multiple of 32.
-- 
2.1.0


Reply to: