I've been using Debian preseed files for a while now doing netinstalls of Debian and Ubuntu.
Ubuntu 20.04 has a weird video problem even on the text terminal. After install, sometimes you can't see anything. The host is working over the network properly but nothing on vga output.
Adding nomodeset to the kernel commmandline list fixes it.
I'd like to just add nomodeset to the kernel args that the system is installed with but I'm having a heck of a time finding the preseed option for specifying additional kernel arguments / kernel commandline.
I tried merely adding nomodeset during the launch of the installer but that didn't appear to take hold on the installed environment eiher.
What is the proper way in a Debian Installer preseed file, to specify additional kernel arguments that should be applied to the installed system?