summaryrefslogtreecommitdiffstats
path: root/core/rootfs
diff options
context:
space:
mode:
authorSimon Rettberg2020-08-03 14:43:37 +0200
committerYour Name2020-08-03 14:43:37 +0200
commit39a8188b4a0b9ec26c4240df9ba557768ece4c48 (patch)
treeb891d3dd0ac5b1adea1ff90da739395cf6caa9c8 /core/rootfs
parent[systemd-distro] Delete data dir, use shipped services etc. (diff)
downloadmltk-39a8188b4a0b9ec26c4240df9ba557768ece4c48.tar.gz
mltk-39a8188b4a0b9ec26c4240df9ba557768ece4c48.tar.xz
mltk-39a8188b4a0b9ec26c4240df9ba557768ece4c48.zip
Add support for Ubuntu 20.04 (TODO: systemd)
Diffstat (limited to 'core/rootfs')
-rw-r--r--core/rootfs/rootfs-stage32/module.conf1
-rw-r--r--core/rootfs/rootfs-stage32/module.conf.ubuntu3
-rw-r--r--core/rootfs/rootfs-stage32/module.conf.ubuntu.1822
3 files changed, 22 insertions, 4 deletions
diff --git a/core/rootfs/rootfs-stage32/module.conf b/core/rootfs/rootfs-stage32/module.conf
index 1ddad8f3..5fb5a08a 100644
--- a/core/rootfs/rootfs-stage32/module.conf
+++ b/core/rootfs/rootfs-stage32/module.conf
@@ -74,7 +74,6 @@ REQUIRED_FILES="
/etc/inputrc
/etc/localtime
/etc/login.defs
- /etc/securetty
/etc/protocols
/etc/services
/etc/networks
diff --git a/core/rootfs/rootfs-stage32/module.conf.ubuntu b/core/rootfs/rootfs-stage32/module.conf.ubuntu
index b3290d9f..a27b3bc9 100644
--- a/core/rootfs/rootfs-stage32/module.conf.ubuntu
+++ b/core/rootfs/rootfs-stage32/module.conf.ubuntu
@@ -17,6 +17,3 @@ REQUIRED_INSTALLED_PACKAGES="
REQUIRED_CONTENT_PACKAGES="
openssl
"
-REQUIRED_LIBRARIES+="
- libcidn
-"
diff --git a/core/rootfs/rootfs-stage32/module.conf.ubuntu.18 b/core/rootfs/rootfs-stage32/module.conf.ubuntu.18
new file mode 100644
index 00000000..b3290d9f
--- /dev/null
+++ b/core/rootfs/rootfs-stage32/module.conf.ubuntu.18
@@ -0,0 +1,22 @@
+#!/bin/bash
+REQUIRED_INSTALLED_PACKAGES="
+ nfs-common
+ squashfs-tools
+ whois
+ xfsprogs
+ jfsutils
+ curl
+ openssl
+ gawk
+ e2fsprogs
+ util-linux
+ kbd
+ dosfstools
+ strace
+"
+REQUIRED_CONTENT_PACKAGES="
+ openssl
+"
+REQUIRED_LIBRARIES+="
+ libcidn
+"