feat: add ability to copy installer scripts to existing live systems

This commit is contained in:
oddlama 2023-05-30 02:46:29 +02:00
parent ece9554e76
commit 61d582f033
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 69 additions and 38 deletions

View file

@ -14,7 +14,8 @@
type = "table";
format = "gpt";
partitions = [
(partEfi "efi" "0%" "512MiB")
(partGrub "grub" "0%" "1MiB")
(partEfi "bios" "1MiB" "512MiB")
(partLuksZfs "rpool" "512MiB" "100%")
];
};

Binary file not shown.