fix: sleep after dd to allow partition table reread

This commit is contained in:
Peter Šurda 2021-03-03 12:32:18 +01:00
parent dda63f7ce1
commit d93357cadb
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ function install_syslinux()
dd bs=440 count=1 conv=notrunc \
if=/usr/lib/syslinux/mbr/gptmbr.bin of="$drive"
sync
sleep 5
mount_efi "$drive"