aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/0002-force-root-be-rw-before-localmount.patch
blob: 7ea880829dd42b38937a94903ad19ed8b06e3fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Wed, 1 Feb 2017 04:05:44 +0000
Date: Tue, 3 Apr 2018 17:11:15 +0200
Subject: [PATCH] force root be rw before localmount

The service that pulls in root remount is mtab which we dont need/use.

--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -13,9 +13,9 @@
 
 depend()
 {
-	need fsck
-	use lvm modules root
-	after clock lvm modules root
+	need fsck root
+	use lvm modules
+	after clock lvm modules
 	keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver
 }