fix: install syslinux if missing
This commit is contained in:
parent
665ef66e29
commit
e859cea4ee
|
@ -44,7 +44,7 @@ function install_syslinux()
|
|||
{
|
||||
local drive="$1"
|
||||
|
||||
apt -yq install syslinux-common syslinux-efi
|
||||
apt -yq install syslinux syslinux-common syslinux-efi
|
||||
|
||||
dd bs=440 count=1 conv=notrunc \
|
||||
if=/usr/lib/syslinux/mbr/gptmbr.bin of="$drive"
|
||||
|
|
Loading…
Reference in New Issue
Block a user