diff options
author | Eric Hameleers <alien@slackware.com> | 2016-07-31 22:18:27 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-07-31 22:18:27 +0200 |
commit | 57de866748b5c5873c8d07cc4329e573e533342b (patch) | |
tree | 3bef8747289f2b72099a82c6b2734716631e9996 /make_slackware_live.sh | |
parent | 2b26d474cf7d4a0db76c0954be14056fbb07817c (diff) | |
download | liveslak-57de866748b5c5873c8d07cc4329e573e533342b.tar.gz liveslak-57de866748b5c5873c8d07cc4329e573e533342b.tar.xz |
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)
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 4 |
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 |