diff options
Diffstat (limited to '.local/bin/debumnt')
-rwxr-xr-x | .local/bin/debumnt | 10 |
1 files changed, 10 insertions, 0 deletions
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 |