mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 01:52:05 +03:00
linodeImage: mkForce our system.build.linodeImage
at least for now, to keep backwards-compat
This commit is contained in:
parent
b5e20d6a0b
commit
6682cf731c
@ -12,14 +12,14 @@
|
||||
formatAttr = "linodeImage";
|
||||
fileExtension = ".img.gz";
|
||||
|
||||
system.build.linodeImage = import "${toString modulesPath}/../lib/make-disk-image.nix" {
|
||||
system.build.linodeImage = lib.mkForce (import "${toString modulesPath}/../lib/make-disk-image.nix" {
|
||||
inherit lib config pkgs;
|
||||
partitionTableType = "none";
|
||||
format = "raw";
|
||||
postVM = ''
|
||||
${pkgs.pigz}/bin/pigz -9 $out/nixos.img
|
||||
'';
|
||||
};
|
||||
});
|
||||
|
||||
# Enable LISH and Linode booting w/ GRUB
|
||||
boot = {
|
||||
|
Loading…
Reference in New Issue
Block a user