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