Compare commits

..

1 Commits

Author SHA1 Message Date
dd5ec42dd9 feat: update kernel, add patches for backlight, etc. 2024-10-18 18:00:11 +00:00
2 changed files with 6 additions and 6 deletions

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 -l8G ${file} fallocate -l4G ${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}