summaryrefslogtreecommitdiff
path: root/src/gpt-auto-generator
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-1/+1
* tree-wide: add PRI_[NU]SEC, and use time format strings moreZbigniew Jędrzejewski-Szmek2016-11-071-2/+2
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-12/+12
* tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek2016-10-221-1/+1
* tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek2016-10-221-2/+2
* Merge pull request #3757 from poettering/efi-searchZbigniew Jędrzejewski-Szmek2016-07-251-65/+67
|\
| * gpt-generator: relax EFI check a bitLennart Poettering2016-07-211-54/+53
| * gpt-generator: use /efi as mount point for the ESP if it existsLennart Poettering2016-07-211-19/+22
* | Use "return log_error_errno" in more places"Zbigniew Jędrzejewski-Szmek2016-07-221-4/+2
|/
* Create initrd-root-device.target synchronization point (#3239)Daniel Drake2016-05-121-0/+6
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* gpt-auto: handle errors from blkid more correctlyLennart Poettering2016-02-031-2/+3
* gpt-auto: don't log an EIO error if blkid finds something which is not a part...Lennart Poettering2016-02-011-4/+7
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-171-1/+1
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-3/+3
* treewide: apply errno.cocciMichal Schmidt2015-11-091-4/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-12/+14
* gpt-auto-generator: fix duplicate backing partition checkLennart Poettering2015-10-061-1/+0
* gpt-auto-generator: check fstab for /boot entriesKay Sievers2015-09-301-0/+7
* gpt-auto: fix ESP options and descriptionMarius Thesing2015-09-081-2/+2
* basic: rework virtualization detection APILennart Poettering2015-09-071-2/+2
* gpt-auto: minor simplificatin handling the no-auto GPT flagLennart Poettering2015-09-071-6/+7
* gpt-auto: try to handle LUKS root partitions betterLennart Poettering2015-09-071-2/+77
* gpt-auto-generator: warn on ambiguous blkid probeTom Gundersen2015-08-111-2/+5
* gpt-auto-generator: don't warn on !ENABLE_EFITom Gundersen2015-08-111-78/+80
* gpt-auto-generator: apply partition-type flags only to specific partition-typesKay Sievers2015-08-111-8/+15
* gpt-auto-generator: remove unused variableThomas Hindoe Paaboel Andersen2015-08-041-1/+1
* tree-wide: use free_and_strdup()Daniel Mack2015-07-301-9/+6
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-12/+12
* gpt-auto-generator: merge efi-boot-generatorKay Sievers2015-07-291-50/+268
* fileio: consolidate write_string_file*()Daniel Mack2015-07-061-1/+2
* path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt2015-05-291-1/+1
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-12/+13
* gpt-generator: Find device on a stateless systemTobias Hunger2015-04-121-2/+7
* gpt-auto-generator: prefix messages with device nameZbigniew Jędrzejewski-Szmek2015-03-141-26/+26
* gpt-auto-generator: allow type check to failZbigniew Jędrzejewski-Szmek2015-03-131-8/+5
* gpt-auto-generator: fix detection of /srvbaserock/v219-314-gd736e4f-network_fixesMathieu Chevrier2015-03-131-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* gpt-auto-generator: make use of new btrfs-util.h APIsLennart Poettering2014-12-121-53/+2
* treewide: another round of simplificationsMichal Schmidt2014-11-281-44/+22
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-17/+17
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-16/+9