Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-23 | scripts/create-darwin-volume.sh: remove unused variable | Domen Kožar | |
2020-05-21 | installer: don't clobber synthetic.conf | Daiderd Jordan | |
2020-05-21 | focus on golden-path covering most scenarios | Travis A. Everett | |
This should handle installation scenarios we can handle with anything resembling confidence. Goal is approximating the existing setup--not enforcing a best-practice... Approaches (+ installer-handled, - manual) and configs each covers: + no change needed; /nix OK on boot volume: All pre-Catalina (regardless of T2 or FileVault use) + create new unencrypted volume: Catalina, pre-T2, no FileVault + create new encrypted-at-rest volume: Catalina, pre-T2, FileVault Catalina, T2, no FileVault - require user to pre-create encrypted volume Catalina, T2, FileVault | |||
2020-05-21 | installer: refuse apfs volume creation when FileVault is enabled | Daiderd Jordan | |
2020-05-21 | install: make synthetic.conf and fstab checks stricter | Daiderd Jordan | |
2020-05-21 | install: improve output and error handling | Daiderd Jordan | |
2020-05-21 | install: hide the store volume on darwin | Daiderd Jordan | |
2020-05-21 | install: show macOS 10.15 message with --daemon | Daiderd Jordan | |
2020-05-21 | install: configure and bootstrap synthetic.conf on darwin | Daiderd Jordan | |
Starting macOS 10.15 /nix can't be creasted directly anymore due to the readonly filesystem, but synthetic.conf was introduced to enable creating mountpoints or symlinks for special usecases like package managers. |