Browse Source

Fix root mount as ro

Frédéric Pierret (fepitre) 3 năm trước cách đây
mục cha
commit
ddeddae7b1
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      archlinux/PKGBUILD.install

+ 3 - 0
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