diff options
| author | PS <p@0x53.net> | 2026-05-09 12:55:43 +0200 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-05-09 12:55:43 +0200 |
| commit | b8ef51cb0fc921b30e91abd9810a1429f7180eb0 (patch) | |
| tree | 9cf827b7f4158039dc7036a3de98fc97180f2499 /src/lib/source/system/mount | |
| parent | 2d87a4dcd83338042db85b310f32bf58066759bc (diff) | |
| download | goetia-linux-b8ef51cb0fc921b30e91abd9810a1429f7180eb0.tar.gz goetia-linux-b8ef51cb0fc921b30e91abd9810a1429f7180eb0.tar.bz2 goetia-linux-b8ef51cb0fc921b30e91abd9810a1429f7180eb0.zip | |
Diffstat (limited to 'src/lib/source/system/mount')
| -rw-r--r-- | src/lib/source/system/mount/remount-root/down | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/source/system/mount/remount-root/down b/src/lib/source/system/mount/remount-root/down index 88e00e3..53249da 100644 --- a/src/lib/source/system/mount/remount-root/down +++ b/src/lib/source/system/mount/remount-root/down @@ -2,6 +2,6 @@ # ISC license. -fdmove -c 2 1 - -mount -o remount,ro / +#fdmove -c 2 1 +# remount read-only happens at a later shutdown stage +#mount -o remount,ro / |
