summaryrefslogtreecommitdiffstats
path: root/core/rootfs
diff options
context:
space:
mode:
authorSimon Rettberg2019-01-02 11:43:37 +0100
committerSimon Rettberg2019-01-02 11:43:37 +0100
commita8267878df7a16975f162f4e90ad32c9af1cbea3 (patch)
treebbd68f37a76f07f6827cb15c6d118a078a22ad6b /core/rootfs
parent[rfs-s32] whitelist iGPU for Intel i5-8500T (diff)
downloadmltk-a8267878df7a16975f162f4e90ad32c9af1cbea3.tar.gz
mltk-a8267878df7a16975f162f4e90ad32c9af1cbea3.tar.xz
mltk-a8267878df7a16975f162f4e90ad32c9af1cbea3.zip
[rfs-s32] Remove old ubuntu support
Diffstat (limited to 'core/rootfs')
-rw-r--r--core/rootfs/rootfs-stage32/module.conf.ubuntu3
-rw-r--r--core/rootfs/rootfs-stage32/module.conf.ubuntu.1724
2 files changed, 2 insertions, 25 deletions
diff --git a/core/rootfs/rootfs-stage32/module.conf.ubuntu b/core/rootfs/rootfs-stage32/module.conf.ubuntu
index e9395376..7a66387a 100644
--- a/core/rootfs/rootfs-stage32/module.conf.ubuntu
+++ b/core/rootfs/rootfs-stage32/module.conf.ubuntu
@@ -10,6 +10,7 @@ REQUIRED_INSTALLED_PACKAGES="
gawk
e2fsprogs
util-linux
+ kbd
"
REQUIRED_CONTENT_PACKAGES="
openssl
@@ -18,7 +19,7 @@ REQUIRED_BINARIES+="
openssl
"
REQUIRED_SYSTEM_FILES+="
- /lib/xtables
+ /usr/lib/x86_64-linux-gnu/xtables
"
REQUIRED_FILES+="
/etc/X11/app-defaults/Xvidtune
diff --git a/core/rootfs/rootfs-stage32/module.conf.ubuntu.17 b/core/rootfs/rootfs-stage32/module.conf.ubuntu.17
deleted file mode 100644
index 3b328107..00000000
--- a/core/rootfs/rootfs-stage32/module.conf.ubuntu.17
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-REQUIRED_INSTALLED_PACKAGES="
- nfs-common
- squashfs-tools
- whois
- xfsprogs
- curl
- openssl
- gawk
- kbd
-"
-REQUIRED_CONTENT_PACKAGES="
- openssl
-"
-REQUIRED_BINARIES+="
- openssl
-"
-REQUIRED_SYSTEM_FILES+="
- /usr/lib/x86_64-linux-gnu/xtables
-"
-REQUIRED_FILES+="
- /etc/X11/app-defaults/Xvidtune
- /usr/lib/ssl/openssl.cnf
-"