Open
Conversation
This commit adds missing packages required for /bin/passwd, /sbin/ip, and /sbin/tc to work. libmnl is required for /sbin/ip to work iptables & friends are required by /sbin/tc pam-1, cracklib etc. are required by /bin/passwd to work e2fsprogs seems to be only source of libcom_err.so required by $LIB/security/pam_unix.so.
Owner
|
Thanks for the PR. It's been sitting in my inbox until the time that I can test it. |
Owner
|
Hrm. I'll have to check on something else. make VERSION=current LATEST=current
[...]
181182 blocks
Fetching http://slackware.osuosl.org/slackware64-current/slackware64/a/aaa_base-14.2-x86_64-5.txz
chroot: failed to run command ‘/usr/lib/setup/installpkg’: No such file or directory
Makefile:37: recipe for target 'slackware64-current.tar' failed
make: *** [slackware64-current.tar] Error 127this is from a slackware64-14.2 host. |
|
@vbatts I think that |
Owner
|
I like this approach (and should've done something like it since the beginning for each version). Are all the network and gnome-keyring packages required? perhaps not. Could you rebase on master? diff --git a/mkimage-slackware.sh b/mkimage-slackware.sh
index d7cfb10..0b7ff14 100755
--- a/mkimage-slackware.sh
+++ b/mkimage-slackware.sh
@@ -22,15 +22,9 @@ CWD=$(pwd)
base_pkgs="a/aaa_base \
a/aaa_elflibs \
- a/aaa_libraries \
a/coreutils \
a/glibc-solibs \
- a/aaa_glibc-solibs \
a/aaa_terminfo \
- a/pam \
- a/cracklib \
- a/libpwquality \
- a/e2fsprogs \
a/pkgtools \
a/shadow \
a/tar \
@@ -71,6 +65,8 @@ base_pkgs="a/aaa_base \
n/openssl"
slackware_current_must_haves="n/libmnl \
+ a/aaa_libraries \
+ a/aaa_glibc-solibs \
a/pam-1 \
l/libcap-ng \
n/iptables \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some programs in vbatts/slackware:current image at hub.docker.com do not work due to missing libraries. This patch solves those problems.