1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 15:14:43 -04:00

Comments.

This commit is contained in:
Tommaso Chiti 2021-02-01 09:33:43 +01:00
parent f081700be0
commit e574293d31

View File

@ -40,8 +40,9 @@ parted -s $DISK \
ESP="/dev/disk/by-partlabel/ESP" ESP="/dev/disk/by-partlabel/ESP"
Cryptroot="/dev/disk/by-partlabel/Cryptroot" Cryptroot="/dev/disk/by-partlabel/Cryptroot"
echo "Done."
# Informing the Kernel of the changes.
echo "Informing the Kernel about the disk changes."
partprobe $DISK partprobe $DISK
# Formatting the ESP as FAT32. # Formatting the ESP as FAT32.