This commit is contained in:
albert 2024-04-27 07:54:46 +09:00
parent 841cd955b7
commit 0b69681299
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -13,7 +13,7 @@
priority = 1; priority = 1;
name = "BOOT"; name = "BOOT";
start = "0%"; start = "0%";
end = "550MiB"; end = "550M";
type = "EF00"; type = "EF00";
content = { content = {
type = "filesystem"; type = "filesystem";
@ -24,7 +24,7 @@
}; };
}; # partition 1 (ESP) }; # partition 1 (ESP)
ROOT = { ROOT = {
start = "550MiB"; start = "550M";
size = "100%"; size = "100%";
content = { content = {
type = "btrfs"; type = "btrfs";
@ -55,15 +55,14 @@
content = { content = {
type = "gpt"; type = "gpt";
partitions = { partitions = {
MICROSD = { GAMES = {
name = "MICROSD";
size = "100%"; size = "100%";
content = { content = {
type = "btrfs"; type = "btrfs";
extraArgs = [ "-f" ]; extraArgs = [ "-f" ];
subvolumes = { subvolumes = {
"/microsd" = { "/games" = {
mountpoint = "/microsd"; mountpoint = "/games";
mountOptions = [ "compress=zstd" "noatime" ]; mountOptions = [ "compress=zstd" "noatime" ];
}; # sd_card }; # sd_card
}; # subvolumes }; # subvolumes