blob: be530bf4ed2fdf098d58ad0388e7e02388a94e0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/init.d/localmount.in b/init.d/localmount.in
index 9c8da2d0..3dbb375b 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -14,8 +14,8 @@ description="Mounts disks and swap according to /etc/fstab."
depend()
{
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.1
|