Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-07 | efi-boot-generator: typo fix | Lennart Poettering | |
2014-03-06 | generators: make automatic discovery generators work correctly when reloading | Lennart Poettering | |
In addition to checking whether the diestination mount point is populated, check whether it is already a mount point. If it is already a mount point, or if it is unpopulated, let's create the unit. | |||
2014-03-06 | generators: add Documentation= fields that point to the generator man pages | Lennart Poettering | |
2014-03-06 | generators: rework mount generators | Lennart Poettering | |
- Add support for finding and mounting /srv based on GPT data, similar to how we already handly /home. - Share the fsck logic between GPT, EFI and fstab generators - Make sure we never run the EFI generator inside containers - Drop DefaultDependencies=no from EFI mount units - Other fixes | |||
2013-11-21 | efi-boot-generator: don't mount /boot eagerly | Tom Gundersen | |
2013-11-06 | efi-boot-generator: simplify | Zbigniew Jędrzejewski-Szmek | |
2013-10-19 | efi-boot-generator: hookup to fsck | Tom Gundersen | |
2013-09-24 | support acpi firmware performance data (FPDT) | Kay Sievers | |
Prefer firmware-provided performance data over loader-exported ones; if ACPI data is available, always use it, otherwise try to read the loader data. The firmware-provided variables start at the time the first EFI image is executed and end when the operating system exits the boot services; the (loader) time calculated in systemd-analyze increases. | |||
2013-04-24 | Standarize on one spelling of symlink error message | Zbigniew Jędrzejewski-Szmek | |
It's polite to print the name of the link that wasn't created, and it makes little sense to print the target. | |||
2013-02-13 | efi: various cleanups | Lennart Poettering | |
2013-01-21 | efi: set a nice description string in the ESP units | Lennart Poettering | |
2013-01-21 | efi: properly create symlink dir | Lennart Poettering | |
2013-01-21 | efi: add efi boot generator that automatically mounts the ESP to /boot | Lennart Poettering | |