diff options
Diffstat (limited to 'util/unmount_filesystems.sh')
-rw-r--r-- | util/unmount_filesystems.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/unmount_filesystems.sh b/util/unmount_filesystems.sh index 95d7101..770a5e7 100644 --- a/util/unmount_filesystems.sh +++ b/util/unmount_filesystems.sh @@ -18,5 +18,9 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. +root_partition_path=$1 # e.g. /dev/sda2 + + cd /root && umount $root_partition_path + echo "Unmounted filesystems - OK" |