diff options
| author | lonkaars <loek@pipeframe.xyz> | 2024-02-07 18:41:32 +0100 | 
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2024-02-07 18:41:32 +0100 | 
| commit | b02e98ad03bfdf37cb17b56034168d4ad8638823 (patch) | |
| tree | 0f8527b388eb9b3260743234199b7f4da704a034 /rootfs/etc/deinit.d/99_mounts | |
| parent | b9dfdaaa1ae0148dd8a3e78508c636636e7396a6 (diff) | |
fix init systemend
Diffstat (limited to 'rootfs/etc/deinit.d/99_mounts')
| -rw-r--r-- | rootfs/etc/deinit.d/99_mounts | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/rootfs/etc/deinit.d/99_mounts b/rootfs/etc/deinit.d/99_mounts deleted file mode 100644 index 359d592..0000000 --- a/rootfs/etc/deinit.d/99_mounts +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# unmount all drives -umount -a -r |