diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-02-01 04:25:20 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-02-01 04:25:20 +0000 |
commit | 8b144eccbdd2aef77839a9c59e49b78561d029c6 (patch) | |
tree | 1d9ff6f4f2b3b714045e57f19659a2cb9b17ea87 /main/openrc/0002-force-root-be-rw-before-localmount.patch | |
parent | 3cce6325120d259b1f4036ef1cc4623f1fc9fb6e (diff) | |
download | aports-8b144eccbdd2aef77839a9c59e49b78561d029c6.tar.bz2 aports-8b144eccbdd2aef77839a9c59e49b78561d029c6.tar.xz |
main/openrc: update to 0.23.2
Diffstat (limited to 'main/openrc/0002-force-root-be-rw-before-localmount.patch')
-rw-r--r-- | main/openrc/0002-force-root-be-rw-before-localmount.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/openrc/0002-force-root-be-rw-before-localmount.patch b/main/openrc/0002-force-root-be-rw-before-localmount.patch index 7c14c94a28..5ee5de8b80 100644 --- a/main/openrc/0002-force-root-be-rw-before-localmount.patch +++ b/main/openrc/0002-force-root-be-rw-before-localmount.patch @@ -1,6 +1,6 @@ -From 485b33d2474c040d433b0e7b6e1b5cc81b280a70 Mon Sep 17 00:00:00 2001 +From f0f00e6845edaf75e8b8d5f4ca49035d0ee657cb Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> -Date: Wed, 17 Aug 2016 17:13:20 +0200 +Date: Wed, 1 Feb 2017 04:05:44 +0000 Subject: [PATCH 2/7] force root be rw before localmount The service that pulls in root remount is mtab which we dont need/use. @@ -9,7 +9,7 @@ The service that pulls in root remount is mtab which we dont need/use. 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/localmount.in b/init.d/localmount.in -index a9bba15..ed8fb85 100644 +index 3dbb375b..c349c951 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -13,7 +13,7 @@ description="Mounts disks and swap according to /etc/fstab." @@ -22,5 +22,5 @@ index a9bba15..ed8fb85 100644 after lvm modules keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver -- -2.9.3 +2.11.0 |