summaryrefslogtreecommitdiff
path: root/man/systemd-gpt-auto-generator.xml
AgeCommit message (Collapse)Author
2014-05-07doc: comma placement corrections and word orderJan Engelhardt
Set commas where there should be some. Some improvements to word order.
2014-05-07doc: corrections to words and formsJan Engelhardt
This patch exchange words which are inappropriate for a situation, deletes duplicated words, and adds particles where needed.
2014-05-06doc: typographical fine tuningJan Engelhardt
2014-03-21man: document ARM root partition typesLennart Poettering
2014-03-10man: fix formatting of uuidsLennart Poettering
2014-03-07man: reference the Discoverable Partitions Spec from the gpt-auto-generator ↵Lennart Poettering
man page
2014-03-07gpt-auto-generator: automatically find the root disk of the systemLennart Poettering
When run in an initrd and no root= argument is set (or is set to root=gpt-auto) we will automatically look for the root partition on the same disk the EFI ESP is located on. Since we look for swap, /home and /srv on the disk the root partition is located on, we hence have a fully discoverable chain: Firmware discovers the EFI ESP partition → the initrd discovers the root partition → the host OS discovers swap, /home, and /srv. Note that this requires an EFI boot loader that sets the LoaderDevicePartUUID EFI variable, such as Gummiboot.
2014-03-06man: bring gpt-auto-generator up to dateLennart Poettering
2013-08-13man: document the GPT partition types gpt-auto-generator looks forLennart Poettering
2013-08-13man; document gpt-auto-generatorLennart Poettering