Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fedora-coreos-base.yaml: nuke systemd-gpt-auto-generator
Otherwise, `systemd-gpt-auto-generator`'s generated `boot.automount` will cause a funky mount structure: ``` ├─/boot systemd-1 autofs │ └─/boot /dev/vda1 ext4 │ └─/boot/efi /dev/vda2 vfat ``` The nature of `autofs` then causes issues for us around shutdown ordering. See also the linked systemd issue. Really, we don't need the GPT generator at all for now, so just nuke it from the tree. Closes: coreos/fedora-coreos-tracker#215
- Loading branch information