diff options
author | Eric Hameleers <alien@slackware.com> | 2016-03-29 12:44:53 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-03-29 12:44:53 +0200 |
commit | d6f6df9c40006c9c6c6a0f461ae1ce940ac2d08a (patch) | |
tree | d16f4edb0da82c2f07361b4bb2d90c0df975d885 /pkglists | |
parent | 9ad5099f0b3b48e706851996fdb34cd932db5b03 (diff) | |
download | liveslak-d6f6df9c40006c9c6c6a0f461ae1ce940ac2d08a.tar.gz liveslak-d6f6df9c40006c9c6c6a0f461ae1ce940ac2d08a.tar.xz |
XFCE: add 'squashfs-tools' to the minimal package list (min.lst).
The squashfs-tools are an essential package when using 'setup2hd',
the Slackware Live OS' harddisk installer.
The XFCE ISO does not contain setup2hd at all (it only gets added
to ISOs with a huge kernel) but if someone creates a custom Live OS
containing a huge kernel but based on the minimal XFCE variant,
this custom Live OS requires the presence of unsquashfs,
or else 'setup2hd' will fail.
Diffstat (limited to '')
-rw-r--r-- | pkglists/min.lst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkglists/min.lst b/pkglists/min.lst index e2fcefb..1eb1815 100644 --- a/pkglists/min.lst +++ b/pkglists/min.lst @@ -102,6 +102,7 @@ shadow sharutils slackpkg slocate +squashfs-tools strace sudo sysklogd |