parent
760c8fe637
commit
d745cbe1c2
3 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@
|
|||
default = self.packages.${system}.image;
|
||||
|
||||
image = pkgs.callPackage ./pkgs/image { inherit version updateUrl cpuArch secureBoot; };
|
||||
image-aarch64 = pkgsCross.callPackage ./pkgs/image { inherit version updateUrl cpuArch secureBoot; };
|
||||
image-aarch64 = pkgsCross.callPackage ./pkgs/image { inherit version updateUrl secureBoot; };
|
||||
|
||||
qemu-uefi-tpm = pkgs.callPackage ./utils/qemu-uefi-tpm.nix { };
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ runCommand pname {
|
|||
microcode = lib.optionalString (cpuArch == "amd") "--microcode ${pkgs.microcode-amd}/amd-ucode.img"
|
||||
+ lib.optionalString (cpuArch == "intel") "--microcode ${pkgs.microcode-intel}/intel-ucode.img";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
nativeBuildInputs = with pkgs; [
|
||||
erofs-utils
|
||||
dosfstools
|
||||
mtools
|
||||
|
@ -251,7 +251,7 @@ ${pkgs.patos.systemd}/usr/bin/systemd-repart \
|
|||
--definitions=./final.repart.d \
|
||||
patos_${version}.img > final-repart-output.json
|
||||
|
||||
rm -rf init.repart.d final.repart.d *.json
|
||||
rm -rf rootfs init.repart.d final.repart.d *.json
|
||||
sha256sum *.root *.verity *.efi *.tar.xz > SHA256SUMS
|
||||
|
||||
popd
|
||||
|
|
|
@ -9,7 +9,7 @@ in
|
|||
runCommand "patos-initrd" {
|
||||
inherit secureBootEnroll;
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
nativeBuildInputs = with pkgs; [
|
||||
cpio
|
||||
xz
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue