summaryrefslogtreecommitdiff
path: root/src/gpt-auto-generator
AgeCommit message (Expand)Author
2017-04-06build-sys: correct blkid.h includesMatt Clarkson
2017-02-26gpt-auto-generator: fix warning when compiling w/o efi (#5456)Zbigniew Jędrzejewski-Szmek
2017-02-02fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering
2017-01-14Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek
2016-12-21gpt-auto-generator: enable auto-discovery logic also for verity root file sys...Lennart Poettering
2016-12-21verity: add support for setting up verity-protected root disks in the initrdLennart Poettering
2016-12-21gpt-auto-discovery: port to dissect-image.c dissectorLennart Poettering
2016-12-21gpt-auto-generator: drop duplicate container checkLennart Poettering
2016-12-21gpt-auto-generator: support LUKS encrypted root partitionsLennart Poettering
2016-12-21qutoacheck,gpt-auto-generator: trivial coding style improvementsLennart Poettering
2016-12-21util-lib: various improvements to kernel command line parsingLennart Poettering
2016-12-20gpt-auto-generator: rename add_boot() → add_esp()Lennart Poettering
2016-12-01tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering
2016-11-07tree-wide: add PRI_[NU]SEC, and use time format strings moreZbigniew Jędrzejewski-Szmek
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek
2016-10-22tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek
2016-10-22tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek
2016-07-25Merge pull request #3757 from poettering/efi-searchZbigniew Jędrzejewski-Szmek
2016-07-22Use "return log_error_errno" in more places"Zbigniew Jędrzejewski-Szmek
2016-07-21gpt-generator: relax EFI check a bitLennart Poettering
2016-07-21gpt-generator: use /efi as mount point for the ESP if it existsLennart Poettering
2016-05-12Create initrd-root-device.target synchronization point (#3239)Daniel Drake
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-03gpt-auto: handle errors from blkid more correctlyLennart Poettering
2016-02-01gpt-auto: don't log an EIO error if blkid finds something which is not a part...Lennart Poettering
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-09treewide: apply errno.cocciMichal Schmidt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-06gpt-auto-generator: fix duplicate backing partition checkLennart Poettering
2015-09-30gpt-auto-generator: check fstab for /boot entriesKay Sievers
2015-09-08gpt-auto: fix ESP options and descriptionMarius Thesing
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-09-07gpt-auto: minor simplificatin handling the no-auto GPT flagLennart Poettering
2015-09-07gpt-auto: try to handle LUKS root partitions betterLennart Poettering
2015-08-11gpt-auto-generator: warn on ambiguous blkid probeTom Gundersen
2015-08-11gpt-auto-generator: don't warn on !ENABLE_EFITom Gundersen
2015-08-11gpt-auto-generator: apply partition-type flags only to specific partition-typesKay Sievers
2015-08-04gpt-auto-generator: remove unused variableThomas Hindoe Paaboel Andersen
2015-07-30tree-wide: use free_and_strdup()Daniel Mack
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-07-29gpt-auto-generator: merge efi-boot-generatorKay Sievers
2015-07-06fileio: consolidate write_string_file*()Daniel Mack