This commit is contained in:
teldra 2021-08-18 09:28:40 +02:00
parent 20a0a9e74e
commit e8ef19cd3e

View File

@ -22,7 +22,7 @@ if test -d /sys/firmware/efi; then
1
w
q" | fdisk "${dodiskid}" > /dev/null
efipart="/dev/disk/by-id/${diskid}-part${index}"
efipart="${dodiskid}-part${index}"
index=$(( index + 1 ))
mkfs.vfat "${efipart}"
else