summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd-distro
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-26 13:36:46 +0200
committerSimon Rettberg2018-10-26 13:36:46 +0200
commit43f1649e017fb4658514823dadad4d5121b9b270 (patch)
tree1c91aed9c79c5f22ca2ed0513c741f7bfc23bb54 /core/modules/systemd-distro
parent[systemd] Remove old systemd-204 patch/hack (diff)
downloadmltk-43f1649e017fb4658514823dadad4d5121b9b270.tar.gz
mltk-43f1649e017fb4658514823dadad4d5121b9b270.tar.xz
mltk-43f1649e017fb4658514823dadad4d5121b9b270.zip
Delete stupid distro files with generic URLs
Diffstat (limited to 'core/modules/systemd-distro')
-rw-r--r--core/modules/systemd-distro/module.conf.scientific38
-rw-r--r--core/modules/systemd-distro/module.conf.ubuntu.1472
-rw-r--r--core/modules/systemd-distro/module.conf.ubuntu.1672
3 files changed, 0 insertions, 182 deletions
diff --git a/core/modules/systemd-distro/module.conf.scientific b/core/modules/systemd-distro/module.conf.scientific
deleted file mode 100644
index d87796ee..00000000
--- a/core/modules/systemd-distro/module.conf.scientific
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/bash
-REQUIRED_VERSION="systemd-204"
-REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz"
-
-REQUIRED_LIBKMOD_VERSION="kmod-12"
-REQUIRED_LIBKMOD_URL="http://www.kernel.org/pub/linux/utils/kernel/kmod/${REQUIRED_LIBKMOD_VERSION}.tar.gz"
-
-REQUIRED_UTILLINUX_VERSION="util-linux-2.23"
-REQUIRED_UTILLINUX_URL="ftp://ftp.kernel.org/pub/linux/utils/util-linux/v${REQUIRED_UTILLINUX_VERSION}/util-linux-${REQUIRED_UTILLINUX_VERSION}.tar.xz"
-
-REQUIRED_M4_VERSION="m4-1.4.16"
-REQUIRED_M4_URL="ftp://ftp.gnu.org/gnu/m4/${REQUIRED_M4_VERSION}.tar.xz"
-
-REQUIRED_AUTOCONF_VERSION="autoconf-2.69"
-REQUIRED_AUTOCONF_URL="ftp://ftp.gnu.org/gnu/autoconf/${REQUIRED_AUTOCONF_VERSION}.tar.xz"
-
-REQUIRED_AUTOMAKE_VERSION="automake-1.13"
-REQUIRED_AUTOMAKE_URL="ftp://ftp.gnu.org/gnu/automake/${REQUIRED_AUTOMAKE_VERSION}.tar.xz"
-
-REQUIRED_DBUS_VERSION="dbus-1.6.8"
-REQUIRED_DBUS_URL="http://dbus.freedesktop.org/releases/dbus/${REQUIRED_DBUS_VERSION}.tar.gz"
-
-
-
-REQUIRED_INSTALLED_PACKAGES="
- intltool
- gperf
- pkgconfig
- libcap-devel
- libudev-devel
- dbus-devel
- libxslt
- libblkid-devel
- libacl-devel
- pam-devel
- glib2-devel
- expat-devel
-"
diff --git a/core/modules/systemd-distro/module.conf.ubuntu.14 b/core/modules/systemd-distro/module.conf.ubuntu.14
deleted file mode 100644
index 72bb6a8b..00000000
--- a/core/modules/systemd-distro/module.conf.ubuntu.14
+++ /dev/null
@@ -1,72 +0,0 @@
-#!/bin/bash
-REQUIRED_VERSION="systemd-204"
-REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz"
-REQUIRED_LIBKMOD_VERSION="kmod-14"
-REQUIRED_LIBKMOD_URL="http://www.kernel.org/pub/linux/utils/kernel/kmod/${REQUIRED_LIBKMOD_VERSION}.tar.xz"
-REQUIRED_INSTALLED_PACKAGES="
- intltool
- gperf
- dbus
- pkg-config
- libcap-dev
- libudev-dev
- libdbus-1-dev
- xsltproc
- libblkid-dev
- libacl1-dev
- libpam-dev
-"
-REQUIRED_BINARIES="
- journalctl
- loginctl
- systemctl
- systemd-analyze
- systemd-ask-password
- systemd-cat
- systemd-cgls
- systemd-cgtop
- systemd-delta
- systemd-detect-virt
- systemd-inhibit
- systemd-machine-id-setup
- systemd-notify
- systemd-nspawn
- systemd-stdio-bridge
- systemd-tmpfiles
- systemd-tty-ask-password-agent
- udevadm
- systemd
- systemd-ac-power
- systemd-binfmt
- systemd-cgroups-agent
- systemd-fsck
- systemd-initctl
- systemd-journald
- systemd-logind
- systemd-modules-load
- systemd-multi-seat-x
- systemd-random-seed
- systemd-readahead
- systemd-remount-fs
- systemd-reply-password
- systemd-shutdown
- systemd-shutdownd
- systemd-sleep
- systemd-sysctl
- systemd-udevd
- systemd-update-utmp
- systemd-user-sessions
- systemd-vconsole-setup
- systemd-fstab-generator
- systemd-getty-generator
- systemd-rc-local-generator
- systemd-system-update-generator
- accelerometer
- ata_id
- cdrom_id
- collect
- mtd_probe
- scsi_id
- v4l_id
-"
-REQUIRED_XATTR_PATCH="yes"
diff --git a/core/modules/systemd-distro/module.conf.ubuntu.16 b/core/modules/systemd-distro/module.conf.ubuntu.16
deleted file mode 100644
index 72bb6a8b..00000000
--- a/core/modules/systemd-distro/module.conf.ubuntu.16
+++ /dev/null
@@ -1,72 +0,0 @@
-#!/bin/bash
-REQUIRED_VERSION="systemd-204"
-REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz"
-REQUIRED_LIBKMOD_VERSION="kmod-14"
-REQUIRED_LIBKMOD_URL="http://www.kernel.org/pub/linux/utils/kernel/kmod/${REQUIRED_LIBKMOD_VERSION}.tar.xz"
-REQUIRED_INSTALLED_PACKAGES="
- intltool
- gperf
- dbus
- pkg-config
- libcap-dev
- libudev-dev
- libdbus-1-dev
- xsltproc
- libblkid-dev
- libacl1-dev
- libpam-dev
-"
-REQUIRED_BINARIES="
- journalctl
- loginctl
- systemctl
- systemd-analyze
- systemd-ask-password
- systemd-cat
- systemd-cgls
- systemd-cgtop
- systemd-delta
- systemd-detect-virt
- systemd-inhibit
- systemd-machine-id-setup
- systemd-notify
- systemd-nspawn
- systemd-stdio-bridge
- systemd-tmpfiles
- systemd-tty-ask-password-agent
- udevadm
- systemd
- systemd-ac-power
- systemd-binfmt
- systemd-cgroups-agent
- systemd-fsck
- systemd-initctl
- systemd-journald
- systemd-logind
- systemd-modules-load
- systemd-multi-seat-x
- systemd-random-seed
- systemd-readahead
- systemd-remount-fs
- systemd-reply-password
- systemd-shutdown
- systemd-shutdownd
- systemd-sleep
- systemd-sysctl
- systemd-udevd
- systemd-update-utmp
- systemd-user-sessions
- systemd-vconsole-setup
- systemd-fstab-generator
- systemd-getty-generator
- systemd-rc-local-generator
- systemd-system-update-generator
- accelerometer
- ata_id
- cdrom_id
- collect
- mtd_probe
- scsi_id
- v4l_id
-"
-REQUIRED_XATTR_PATCH="yes"