aboutsummaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh4
1 files changed, 4 insertions, 0 deletions
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