diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/install | 1 | ||||
| -rw-r--r-- | debian/patches/policy.d_no_autostart.patch | 21 | ||||
| -rw-r--r-- | debian/patches/series | 1 | ||||
| -rwxr-xr-x | debian/policy-rc.d | 3 |
4 files changed, 0 insertions, 26 deletions
diff --git a/debian/install b/debian/install deleted file mode 100644 index 0e29011..0000000 --- a/debian/install +++ /dev/null @@ -1 +0,0 @@ -debian/policy-rc.d usr/share/arch-install-scripts/ diff --git a/debian/patches/policy.d_no_autostart.patch b/debian/patches/policy.d_no_autostart.patch deleted file mode 100644 index e748045..0000000 --- a/debian/patches/policy.d_no_autostart.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: Set up policy.d to not autostart services in the chroot -Author: Unit 193 <unit193@debian.org> -Forwarded: not-needed -Last-Update: 2020-12-19 - ---- - common | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - ---- a/common 2020-12-19 20:05:37.304917253 -0500 -+++ b/common 2020-12-19 20:05:37.296917325 -0500 -@@ -90,7 +90,8 @@ - chroot_add_mount devpts "$1/dev/pts" -t devpts -o mode=0620,gid=5,nosuid,noexec && - chroot_add_mount shm "$1/dev/shm" -t tmpfs -o mode=1777,nosuid,nodev && - chroot_add_mount /run "$1/run" --bind && -- chroot_add_mount tmp "$1/tmp" -t tmpfs -o mode=1777,strictatime,nodev,nosuid -+ chroot_add_mount tmp "$1/tmp" -t tmpfs -o mode=1777,strictatime,nodev,nosuid && -+ chroot_add_mount /usr/share/arch-install-scripts/policy-rc.d "$1/usr/sbin/policy-rc.d" --bind - } - - chroot_teardown() { diff --git a/debian/patches/series b/debian/patches/series index 6b0b6f7..5cc1400 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ include_header.patch -policy.d_no_autostart.patch diff --git a/debian/policy-rc.d b/debian/policy-rc.d deleted file mode 100755 index 105ba3d..0000000 --- a/debian/policy-rc.d +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# Prevent invoke-rc.d from starting services. -exit 101 |
