summaryrefslogtreecommitdiff
path: root/src/gpt-auto-generator
AgeCommit message (Expand)AuthorFilesLines
2015-10-06gpt-auto-generator: fix duplicate backing partition checkLennart Poettering1-1/+0
2015-09-30gpt-auto-generator: check fstab for /boot entriesKay Sievers1-0/+7
2015-09-08gpt-auto: fix ESP options and descriptionMarius Thesing1-2/+2
2015-09-07basic: rework virtualization detection APILennart Poettering1-2/+2
2015-09-07gpt-auto: minor simplificatin handling the no-auto GPT flagLennart Poettering1-6/+7
2015-09-07gpt-auto: try to handle LUKS root partitions betterLennart Poettering1-2/+77
2015-08-11gpt-auto-generator: warn on ambiguous blkid probeTom Gundersen1-2/+5
2015-08-11gpt-auto-generator: don't warn on !ENABLE_EFITom Gundersen1-78/+80
2015-08-11gpt-auto-generator: apply partition-type flags only to specific partition-typesKay Sievers1-8/+15
2015-08-04gpt-auto-generator: remove unused variableThomas Hindoe Paaboel Andersen1-1/+1
2015-07-30tree-wide: use free_and_strdup()Daniel Mack1-9/+6
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering1-12/+12
2015-07-29gpt-auto-generator: merge efi-boot-generatorKay Sievers1-50/+268
2015-07-06fileio: consolidate write_string_file*()Daniel Mack1-1/+2
2015-05-29path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt1-1/+1
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-12/+13
2015-04-12gpt-generator: Find device on a stateless systemTobias Hunger1-2/+7
2015-03-14gpt-auto-generator: prefix messages with device nameZbigniew Jędrzejewski-Szmek1-26/+26
2015-03-13gpt-auto-generator: allow type check to failZbigniew Jędrzejewski-Szmek1-8/+5
2015-03-13gpt-auto-generator: fix detection of /srvMathieu Chevrier1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2014-12-12gpt-auto-generator: make use of new btrfs-util.h APIsLennart Poettering1-53/+2
2014-11-28treewide: another round of simplificationsMichal Schmidt1-44/+22
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-17/+17
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-16/+9
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-5/+5
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-5/+5
2014-11-24gpt-auto-generator: properly ignore valueZbigniew Jędrzejewski-Szmek1-2/+2
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering1-2/+3
2014-09-25readahead: wipe out readaheadDaniel Buch1-1/+0
2014-09-16gpt-auto-generator: fix typoLukas Nykryn1-1/+1
2014-06-19stop complaining about unknown kernel cmdline optionsLennart Poettering1-2/+0
2014-03-13gpt-auto-generator: there's no point in looking for a superblock on raw disk,...Lennart Poettering1-2/+0
2014-03-13gpt-auto-generator: print debug messages when we ignore a block deviceLennart Poettering1-5/+15
2014-03-13gpt-auto-generator: honour read-only and no-auto flag from GPT dataLennart Poettering1-11/+27
2014-03-12gpt-auto-generator: don't return OOM on parentless devicesTomasz Torcz1-1/+1
2014-03-11gpt-auto-generator: rename root device node symlink to /dev/gpt-auto-rootLennart Poettering1-1/+1
2014-03-10nspawn: add --image= switch to boot GPT disk images that follow the Discovera...Lennart Poettering1-4/+2
2014-03-08gpt-auto-generator: probe only partition table and partitions we are interest...Lennart Poettering1-169/+183
2014-03-07gpt-auto-generator: automatically find the root disk of the systemLennart Poettering1-63/+172
2014-03-06generators: make automatic discovery generators work correctly when reloadingLennart Poettering1-1/+2
2014-03-06generators: add Documentation= fields that point to the generator man pagesLennart Poettering1-3/+5
2014-03-06gpt-auto-generation: set a pretty description stringLennart Poettering1-0/+2
2014-03-06gpt-auto-generator: properly handle LUKS partitionsLennart Poettering1-9/+148
2014-03-06update TODOLennart Poettering1-8/+0
2014-03-06generators: rework mount generatorsLennart Poettering1-65/+90
2014-01-11gpt-auto-generator: use EBADSLT code when unable to detect partition typeZbigniew Jędrzejewski-Szmek1-5/+3
2014-01-11gpt-auto-generator: skip nonexistent devicesŁukasz Stelmach1-0/+3
2013-12-10fix scan-build issuesThomas Hindoe Paaboel Andersen1-1/+1