diff options
Diffstat (limited to 'rootfs/etc/deinit.d')
-rw-r--r-- | rootfs/etc/deinit.d/90_network | 3 | ||||
-rw-r--r-- | rootfs/etc/deinit.d/99_mounts | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/rootfs/etc/deinit.d/90_network b/rootfs/etc/deinit.d/90_network deleted file mode 100644 index 106e6b7..0000000 --- a/rootfs/etc/deinit.d/90_network +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# disable all network interfaces -ifdown -a 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 |