summaryrefslogtreecommitdiff
path: root/src/gpt-auto-generator
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-5/+5
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-5/+5
* gpt-auto-generator: properly ignore valueZbigniew Jędrzejewski-Szmek2014-11-241-2/+2
* util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering2014-11-071-2/+3
* readahead: wipe out readaheadDaniel Buch2014-09-251-1/+0
* gpt-auto-generator: fix typoLukas Nykryn2014-09-161-1/+1
* stop complaining about unknown kernel cmdline optionsLennart Poettering2014-06-191-2/+0
* gpt-auto-generator: there's no point in looking for a superblock on raw disk,...Lennart Poettering2014-03-131-2/+0
* gpt-auto-generator: print debug messages when we ignore a block deviceLennart Poettering2014-03-131-5/+15
* gpt-auto-generator: honour read-only and no-auto flag from GPT dataLennart Poettering2014-03-131-11/+27
* gpt-auto-generator: don't return OOM on parentless devicesTomasz Torcz2014-03-121-1/+1
* gpt-auto-generator: rename root device node symlink to /dev/gpt-auto-rootLennart Poettering2014-03-111-1/+1
* nspawn: add --image= switch to boot GPT disk images that follow the Discovera...Lennart Poettering2014-03-101-4/+2
* gpt-auto-generator: probe only partition table and partitions we are interest...Lennart Poettering2014-03-081-169/+183
* gpt-auto-generator: automatically find the root disk of the systemLennart Poettering2014-03-071-63/+172
* generators: make automatic discovery generators work correctly when reloadingLennart Poettering2014-03-061-1/+2