diff options
author | Simon Rettberg | 2020-05-19 17:11:47 +0200 |
---|---|---|
committer | root | 2020-05-19 17:11:47 +0200 |
commit | 0123b8615c58f2de3e8b95bdcb2d7dc808ab9196 (patch) | |
tree | 599151dee415ab5e57099c101a88eee0bcd41e7b /core/rootfs | |
parent | [rfs-stage31] Don't check for misc kernel module folder (diff) | |
download | mltk-0123b8615c58f2de3e8b95bdcb2d7dc808ab9196.tar.gz mltk-0123b8615c58f2de3e8b95bdcb2d7dc808ab9196.tar.xz mltk-0123b8615c58f2de3e8b95bdcb2d7dc808ab9196.zip |
Debian!
Diffstat (limited to 'core/rootfs')
-rw-r--r-- | core/rootfs/rootfs-stage32/module.conf | 1 | ||||
-rw-r--r-- | core/rootfs/rootfs-stage32/module.conf.debian | 19 | ||||
-rw-r--r-- | core/rootfs/rootfs-stage32/module.conf.ubuntu | 3 |
3 files changed, 12 insertions, 11 deletions
diff --git a/core/rootfs/rootfs-stage32/module.conf b/core/rootfs/rootfs-stage32/module.conf index f0d5d5a4..1ddad8f3 100644 --- a/core/rootfs/rootfs-stage32/module.conf +++ b/core/rootfs/rootfs-stage32/module.conf @@ -56,7 +56,6 @@ REQUIRED_BINARIES=" " REQUIRED_LIBRARIES=" libcap - libcidn libcom_err libcrypt libnsl diff --git a/core/rootfs/rootfs-stage32/module.conf.debian b/core/rootfs/rootfs-stage32/module.conf.debian index 6d05cb6e..a27b3bc9 100644 --- a/core/rootfs/rootfs-stage32/module.conf.debian +++ b/core/rootfs/rootfs-stage32/module.conf.debian @@ -4,17 +4,16 @@ REQUIRED_INSTALLED_PACKAGES=" squashfs-tools whois xfsprogs - firmware-linux-free - curl jfsutils - libssl-dev + curl + openssl + gawk + e2fsprogs + util-linux + kbd + dosfstools + strace " REQUIRED_CONTENT_PACKAGES=" - -" -REQUIRED_DIRECTORIES=" - /lib/xtables -" -REQUIRED_FILES+=" - /etc/X11/app-defaults/Xvidtune + openssl " diff --git a/core/rootfs/rootfs-stage32/module.conf.ubuntu b/core/rootfs/rootfs-stage32/module.conf.ubuntu index a27b3bc9..1c3c8760 100644 --- a/core/rootfs/rootfs-stage32/module.conf.ubuntu +++ b/core/rootfs/rootfs-stage32/module.conf.ubuntu @@ -17,3 +17,6 @@ REQUIRED_INSTALLED_PACKAGES=" REQUIRED_CONTENT_PACKAGES=" openssl " +REQUIRED_LIBRARIES=" + libcidn +" |