Index: filesystem.install =================================================================== --- filesystem.install (revision 214389) +++ filesystem.install (working copy) @@ -57,3 +57,8 @@ fi done } + +post_install() { + # /sys can be mounted read-only + [[ -e /sys && -d /sys ]] || install -d -m0555 /sys +} Index: PKGBUILD =================================================================== --- PKGBUILD (revision 214389) +++ PKGBUILD (working copy) @@ -55,7 +55,6 @@ install -d -m755 ${d} done install -d -m555 proc - install -d -m555 sys install -d -m0750 root install -d -m1777 tmp # vsftpd won't run with write perms on /srv/ftp