From 57de866748b5c5873c8d07cc4329e573e533342b Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 31 Jul 2016 22:18:27 +0200 Subject: XFCE: another stab at shrinking the resulting ISO to below 703MB. Or to be more precise: below 737.280.000 bytes (80min CDROM medium size) --- make_slackware_live.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 0e5e609..0efad5b 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1795,6 +1795,10 @@ if [ "$SL_ARCH" = "x86_64" -o "$EFI32" = "YES" ]; then # Copy the UEFI boot directory structure: mkdir -p ${LIVE_STAGING}/EFI/BOOT cp -a ${LIVE_TOOLDIR}/EFI/BOOT/{grub-embedded.cfg,make-grub.sh,*.txt,theme} ${LIVE_STAGING}/EFI/BOOT/ + if [ "$LIVEDE" = "XFCE" ]; then + # We do not use the unicode font, so it can be removed to save space: + rm -f ${LIVE_STAGING}/EFI/BOOT/theme/unicode.pf2 + fi # Create the grub fonts used in the theme: for FSIZE in 5 10 12; do -- cgit v1.2.3