mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Comments.
This commit is contained in:
parent
f081700be0
commit
e574293d31
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue