From ddeddae7b1f273e2d05d5b85cbe746579a80172d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Mon, 19 Oct 2020 14:48:11 +0200 Subject: [PATCH] Fix root mount as ro --- archlinux/PKGBUILD.install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archlinux/PKGBUILD.install b/archlinux/PKGBUILD.install index 404c2d6..673af66 100644 --- a/archlinux/PKGBUILD.install +++ b/archlinux/PKGBUILD.install @@ -255,6 +255,9 @@ configure_systemd() { changed=true fi + # fix / ro mounted + ln -sf /usr/lib/systemd/system/systemd-remount-fs.service /etc/systemd/system/sysinit.target.wants/ + if [ "x$changed" != "x" ] then systemctl daemon-reload