aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/0002-force-root-be-rw-before-localmount.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-08-17 17:44:34 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2016-08-17 18:00:39 +0200
commit5f4298639b889485781404e708517bd1bfd6b9fa (patch)
treea636e636141d1e39ec7e2b3607c2e63a673bc01e /main/openrc/0002-force-root-be-rw-before-localmount.patch
parent67c11a490af8cf792bcdd7d9316bc4c6ac4fba31 (diff)
downloadaports-5f4298639b889485781404e708517bd1bfd6b9fa.tar.bz2
aports-5f4298639b889485781404e708517bd1bfd6b9fa.tar.xz
main/openrc: use git format-patches as in main/busybox
Don't bump pkgrel since the resulting binary should be identical.
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.patch26
1 files changed, 26 insertions, 0 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
new file mode 100644
index 0000000000..7c14c94a28
--- /dev/null
+++ b/main/openrc/0002-force-root-be-rw-before-localmount.patch
@@ -0,0 +1,26 @@
+From 485b33d2474c040d433b0e7b6e1b5cc81b280a70 Mon Sep 17 00:00:00 2001
+From: Natanael Copa <ncopa@alpinelinux.org>
+Date: Wed, 17 Aug 2016 17:13:20 +0200
+Subject: [PATCH 2/7] force root be rw before localmount
+
+The service that pulls in root remount is mtab which we dont need/use.
+---
+ init.d/localmount.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/init.d/localmount.in b/init.d/localmount.in
+index a9bba15..ed8fb85 100644
+--- a/init.d/localmount.in
++++ b/init.d/localmount.in
+@@ -13,7 +13,7 @@ description="Mounts disks and swap according to /etc/fstab."
+
+ depend()
+ {
+- need fsck
++ need fsck root
+ use lvm modules mtab
+ after lvm modules
+ keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver
+--
+2.9.3
+