summaryrefslogtreecommitdiff
path: root/src/gpt-auto-generator
AgeCommit message (Expand)Author
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
2015-05-29path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-12gpt-generator: Find device on a stateless systemTobias Hunger
2015-03-14gpt-auto-generator: prefix messages with device nameZbigniew Jędrzejewski-Szmek
2015-03-13gpt-auto-generator: allow type check to failZbigniew Jędrzejewski-Szmek
2015-03-13gpt-auto-generator: fix detection of /srvMathieu Chevrier
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2014-12-12gpt-auto-generator: make use of new btrfs-util.h APIsLennart Poettering
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-24gpt-auto-generator: properly ignore valueZbigniew Jędrzejewski-Szmek