I'm working with subiquity, Ubuntu Base, and PXE stuff. And for one of the steps I use syslinux
. On 20.04.1 Live Server install, i just do early command
apt-get install -y syslinux
Which works.
But doing same on 20.10 installer crashes installer with message that package is missing.
I searched packages: https://packages.ubuntu.com/groovy/syslinux
So it's there. And so is syslinux-common
.
I ran command on server already installed with 20.10 - no error.
So why does subiquity complain?
I'll try to switch back to downloading syslinux release from kernel.org
but I'd still like to know, as it's way easier to just pull a package from official repo (plus it seems it's newer build).