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.