From 06340c5bb3f577fffbd939db437a1b1ba63480b3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 19 Jan 2023 08:54:58 +0100 Subject: [PATCH] replace Umount with Unmounting --- usr/lib/archboot/container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/container.sh b/usr/lib/archboot/container.sh index e6478529a..9fe20c367 100644 --- a/usr/lib/archboot/container.sh +++ b/usr/lib/archboot/container.sh @@ -133,7 +133,7 @@ _change_pacman_conf() { # umount special filesystems _umount_special() { - echo "Umount special filesystems in ${1}..." + echo "Unmounting special filesystems in ${1}..." umount -R "${1}/proc" umount -R "${1}/sys" umount -R "${1}/dev"