From 9202a3e6e8ff1779831f0c9e96615d74fd7c72e6 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Sun, 21 Sep 2008 22:02:22 +0000 Subject: [PATCH] Also remove advanced syslinux config files for gtk Note that AFAICT removing these files is unnecessary as they should not be included in the tarball if the file f3.txt.withgtk is not present. --- tools/boot/lenny/boot-x86 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/boot/lenny/boot-x86 b/tools/boot/lenny/boot-x86 index 4cb0054e..0b453f55 100644 --- a/tools/boot/lenny/boot-x86 +++ b/tools/boot/lenny/boot-x86 @@ -184,8 +184,12 @@ if [ "$THISTYPE" = "isolinux" ]; then fi else # Remove gtk isolinux config files. + # FJP: AFAICT this is redundant: if f3.txt.withgtk is not + # included then the *gtk* files will not be either. rm -f boot$N/$ISOLINUXDIR/gtk.cfg rm -f boot$N/$ISOLINUXDIR/amdgtk.cfg + rm -f boot$N/$ISOLINUXDIR/adgtk.cfg + rm -f boot$N/$ISOLINUXDIR/adamdgtk.cfg fi rm -f boot$N/$ISOLINUXDIR/isolinux.cfg.with* 2>/dev/null || true