hosts/x86_64: replace syslinux with systemd-boot inside the image

This commit is contained in:
2025-08-13 20:06:21 +00:00
parent 85ac4241d3
commit 844a838016
2 changed files with 1 additions and 2 deletions

View File

@@ -59,7 +59,6 @@
## IMPROVEMENTS:
- servo: expand /boot to 2 GiB like all other hosts
- moby: port to systemd-boot
- image builder: make sure i distribute EFI/BOOT/BOOTX64.efi (as systemd-boot)
- sane-deadlines: show day of the week for upcoming items
- and only show on "first" terminal opened; not on Ctrl+N terminals
- curlftpfs: replace with something better

View File

@@ -38,6 +38,6 @@ in
options kvm_intel nested=1
'';
sane.image.extraBootFiles = [ pkgs.bootpart-syslinux ];
sane.image.extraBootFiles = [ pkgs.bootpart-systemd-boot ];
};
}