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