hosts/x86_64: replace syslinux with systemd-boot inside the image
This commit is contained in:
1
TODO.md
1
TODO.md
@@ -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
|
||||
|
@@ -38,6 +38,6 @@ in
|
||||
options kvm_intel nested=1
|
||||
'';
|
||||
|
||||
sane.image.extraBootFiles = [ pkgs.bootpart-syslinux ];
|
||||
sane.image.extraBootFiles = [ pkgs.bootpart-systemd-boot ];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user