diff options
-rw-r--r-- | debeagle.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debeagle.sh b/debeagle.sh index 14567d7..694c49c 100644 --- a/debeagle.sh +++ b/debeagle.sh @@ -254,6 +254,11 @@ install_debian() optargs="consoleblank=0" console="tty0 console=ttyS2,115200n8" EOF + + umount "${boot_mp}" + umount "${root_mp}" + rmdir "${boot_mp}" + rmdir "${root_mp}" } main "${@}" |