From 271dc6fc6fdc185c49aa6f9a7864d4ba320c4d0c Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 17 Jun 2022 23:25:56 -0300 Subject: [PATCH] runit: No intentar remontar el rootfs como read-only al apagar Es redundante :P --- modules/runit.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/runit.lua b/modules/runit.lua index 7e423b7..5ed0204 100644 --- a/modules/runit.lua +++ b/modules/runit.lua @@ -337,8 +337,6 @@ if [ -z "$VIRTUALIZATION" ]; then msg "Unmounting filesystems, disabling swap..." swapoff -a umount -r -a -t nosysfs,noproc,nodevtmpfs,notmpfs - msg "Remounting rootfs read-only..." - mount -o remount,ro / fi sync