Compare commits

..

1 Commits

Author SHA1 Message Date
83f4169ccd wip 2024-10-18 15:18:20 +00:00
2 changed files with 6 additions and 6 deletions

View File

@ -7,11 +7,11 @@ let
modDirVersion = "6.12.0-rc3"; modDirVersion = "6.12.0-rc3";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "jhovold"; owner = "jhovold";
repo = "linux"; repo = "linux";
# wip/x1e80100-6.12-rc3 # wip/x1e80100-6.12-rc3
rev = "84318c8e3038f579070e7c5d109d1d2311a5f437"; rev = "84318c8e3038f579070e7c5d109d1d2311a5f437";
hash = "sha256-kpuzjqcI4YGS+S9OvIUhm6z8xCGMA5h5+JlcHhoEETM="; hash = "sha256-kpuzjqcI4YGS+S9OvIUhm6z8xCGMA5h5+JlcHhoEETM=";
}; };
kernelPatches = (args.kernelPatches or [ ]); kernelPatches = (args.kernelPatches or [ ]);

View File

@ -5,7 +5,7 @@ efi_part_label=i_t14sg6_efi
nix_part_label=i_t14sg6_nix nix_part_label=i_t14sg6_nix
boot_size=256M boot_size=256M
fallocate -l4G ${file} fallocate -l8G ${file}
parted ${file} mklabel gpt parted ${file} mklabel gpt
parted ${file} mkpart ${efi_part_label} fat32 0% ${boot_size} parted ${file} mkpart ${efi_part_label} fat32 0% ${boot_size}