]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysinstall: Look for valid kernel image before installing
authorJulian Sparber <julian@sparber.net>
Thu, 25 Jun 2026 16:33:49 +0000 (18:33 +0200)
committerJulian Sparber <julian@sparber.net>
Fri, 3 Jul 2026 09:16:46 +0000 (11:16 +0200)
commit98b875b2acfcbcb5befe030747db942974c560b2
treed75de0e459474eb20ae26a21ca646f72b76de8ff
parent4952662b59e7859c87c028af87ecfef88477d504
sysinstall: Look for valid kernel image before installing

Instead of failing the installation after creating the partitions and
doing almost the entire installation, and then failing if we don't have
a kernel image. Look for it before we start doing modifications to the disk.
This way we tell the user as soon as possible that we can't install the
OS because of the missing kernel image.
src/sysinstall/sysinstall.c