bootpart-uefi-x86_64 -> bootpart-syslinux
This commit is contained in:
@@ -38,6 +38,6 @@ in
|
||||
options kvm_intel nested=1
|
||||
'';
|
||||
|
||||
sane.image.extraBootFiles = [ pkgs.bootpart-uefi-x86_64 ];
|
||||
sane.image.extraBootFiles = [ pkgs.bootpart-syslinux ];
|
||||
};
|
||||
}
|
||||
|
@@ -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 = ''
|
Reference in New Issue
Block a user