Add some packages
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
ESP = {
|
||||
EFI = {
|
||||
size = "512M";
|
||||
type = "EF00";
|
||||
name = "EFI";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
@@ -23,6 +24,7 @@
|
||||
SYS = {
|
||||
size = "100%";
|
||||
type = "8309";
|
||||
name = "SYS";
|
||||
content = {
|
||||
type = "luks";
|
||||
name = "rootfs";
|
||||
|
||||
Reference in New Issue
Block a user