From e574293d319b92e84979af083cdf304a70a3f5a3 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 09:33:43 +0100 Subject: [PATCH] Comments. --- easy-arch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index c26a5a1..97fd2af 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -40,8 +40,9 @@ parted -s $DISK \ ESP="/dev/disk/by-partlabel/ESP" Cryptroot="/dev/disk/by-partlabel/Cryptroot" -echo "Done." +# Informing the Kernel of the changes. +echo "Informing the Kernel about the disk changes." partprobe $DISK # Formatting the ESP as FAT32.