bootpart-uefi-x86_64 -> bootpart-syslinux

This commit is contained in:
2025-08-13 19:50:43 +00:00
parent 3e35c4ae85
commit e515bf10c4
4 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -25,7 +25,7 @@ let
];
});
in
runCommandLocal "bootpart-uefi-x86_64" {
runCommandLocal "bootpart-syslinux" {
meta = {
description = "unmanaged files to place in /boot on a x86-64 extlinux system";
longDescription = ''