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>2017-03-19 13:51:19 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2017-03-19 13:53:48 +0100
commit75beafaab9382148ffdd85d7c1444775b29b44d7 (patch)
treebc4cf0b4153bb474dd72131b753ac650ab02228c /main/openrc/0002-force-root-be-rw-before-localmount.patch
parente65aa032e89545870845918ca05d4943e0ec10f0 (diff)
main/openrc: upgrade to 0.24.1
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.patch24
1 files changed, 13 insertions, 11 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 5ee5de8b804..be530bf4ed2 100644
--- a/main/openrc/0002-force-root-be-rw-before-localmount.patch
+++ b/main/openrc/0002-force-root-be-rw-before-localmount.patch
@@ -1,26 +1,28 @@
-From f0f00e6845edaf75e8b8d5f4ca49035d0ee657cb Mon Sep 17 00:00:00 2001
+From 20603f90e49d0000babe6529a5d9b567b4e5f6b0 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
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.
---
- init.d/localmount.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ init.d/localmount.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/init.d/localmount.in b/init.d/localmount.in
-index 3dbb375b..c349c951 100644
+index 9c8da2d0..3dbb375b 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
-@@ -13,7 +13,7 @@ description="Mounts disks and swap according to /etc/fstab."
-
+@@ -14,8 +14,8 @@ description="Mounts disks and swap according to /etc/fstab."
depend()
{
-- need fsck
-+ need fsck root
- use lvm modules mtab
- after lvm modules
+ need fsck
+- use lvm modules mtab root
+- after lvm modules root
++ use lvm modules mtab
++ after lvm modules
keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver
+ }
+
--
-2.11.0
+2.11.1