fix(battleship-mk2): add /home to neededForBoot fileSystems

This commit is contained in:
Guz
2026-03-19 15:40:49 -03:00
parent 2a44ff8af3
commit 0a35d021c3

View File

@@ -67,5 +67,6 @@
};
fileSystems."/persist".neededForBoot = true;
fileSystems."/home".neededForBoot = true;
fileSystems."/var/log".neededForBoot = true;
}