diff options
author | Eric Hameleers <alien@slackware.com> | 2018-09-04 20:56:46 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-09-04 20:56:46 +0200 |
commit | e681a6986e4052558c22a2382291c54434dc5205 (patch) | |
tree | 79b6b95df620bb45d6e1d9e5041789b0a44dbaff | |
parent | 4b8b14a57cfea88d87a6742d04ba38849bc48a7d (diff) | |
download | liveslak-e681a6986e4052558c22a2382291c54434dc5205.tar.gz liveslak-e681a6986e4052558c22a2382291c54434dc5205.tar.xz |
XFCE: move compiler related packages from 'min' to 'noxbase'
With the goal to make the 'min' module smaller so that potentially
we can compress it with zstd instead of xz and thus minimize the size
increase of the resulting squashfs module (~10%).
Quick benchmark with just the 'min' module zstd-compressed and the rest
xz-compressed shows more than 10% reduction in the boot-up time of the
XFCE Live OS. Unfortunately, this will add 20 MB to the ISO size which
will have to come from somewhere in order to keep the ISO size below
703 MB.
-rw-r--r-- | pkglists/min.lst | 5 | ||||
-rw-r--r-- | pkglists/noxbase.lst | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pkglists/min.lst b/pkglists/min.lst index ab0c978..6cbf709 100644 --- a/pkglists/min.lst +++ b/pkglists/min.lst @@ -8,7 +8,6 @@ bin binutils # Add 'bind' at the end because it does a chroot: #bind -bison #bsd-games bzip2 ca-certificates @@ -31,11 +30,9 @@ etc eudev file findutils -flex floppy gawk gc -gcc #ghostscript #ghostscript-fonts-std glibc @@ -49,7 +46,6 @@ gpm gptfdisk grep groff -guile gzip haveged hostname @@ -82,7 +78,6 @@ links logrotate lvm2 lzlib -make man man-db man-pages diff --git a/pkglists/noxbase.lst b/pkglists/noxbase.lst index f5e06af..688a5e1 100644 --- a/pkglists/noxbase.lst +++ b/pkglists/noxbase.lst @@ -6,6 +6,7 @@ alsa-oss alsa-plugins alsa-utils audiofile +bison cgmanager db48 dbus @@ -15,6 +16,8 @@ elfutils exiv2 fftw flac +flex +gcc gccmakedep gdk-pixbuf2 giflib @@ -22,6 +25,7 @@ glib-networking glib glib2 glibc-i18n +guile icu4c ilmbase intltool @@ -89,6 +93,7 @@ libxslt llvm lm_sensors lzo +make mozilla-nss mpg123 mtdev |