From abe0043c30797b4a6395ea0c45b98fb1fefb8c49 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 5 May 2022 12:09:50 +0200 Subject: Debian jails incomming --- .local/bin/debumnt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 .local/bin/debumnt (limited to '.local/bin/debumnt') diff --git a/.local/bin/debumnt b/.local/bin/debumnt new file mode 100755 index 0000000..ad592b7 --- /dev/null +++ b/.local/bin/debumnt @@ -0,0 +1,10 @@ +#!/bin/sh + +umount /compat/debian/dev +umount /compat/debian/dev/fd +umount /compat/debian/proc +umount /compat/debian/sys + +sed -i '' '/debian/d' /etc/fstab + +kldunload linux -- cgit v1.2.3