alternate way to get a minimal slackware system

tested on 15.0/amd64

just A N sets are enough to begin with from the install medium

clean-up

removepkg grub
removepkg os-prober

make sure you’re got the casual public ssl trust anchors

    ls -lF /var/log/packages/ca-certificates*

then within a chroot, install those

d/perl
#l/glibc
l/libunistring

just to make ping wget+pki work and then

update-ca-certificates --fresh

now wget works and you’re ready to proceed without chroot

slackpkg

ap/diffutils
ap/slackpkg
l/ncurses

then

cd /etc/slackpkg/
mv mirrors mirrors.dist
vi mirrors

...

sbopkg

slackpkg rsync ... (see above)

    slackpkg install \
            rsync \
            cyrus-sasl \
            curl \
            zstd \
            nghttp2 \
            brotli

    ldd /usr/libexec/gnupg/gpgkeys_curl | grep found

also see packages-sbo

ready to go

see minimal-base, minimal-build and minimal-sbo for additional packages


HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Licensed under MIT