From 38ed7b9cb2efec7975feff06ae0bf3fb156ca394 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 2 Jun 2024 01:07:30 -0700 Subject: [PATCH] Fix typo Signed-off-by: Tommy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cb920f3..f452146 100644 --- a/install.sh +++ b/install.sh @@ -214,7 +214,7 @@ else fi ## Formatting the partition as BTRFS. -output 'Formatting the LUKS container as BTRFS.' +output 'Formatting the rootfs as BTRFS.' mkfs.btrfs "${BTRFS}" &>/dev/null mount "${BTRFS}" /mnt