summaryrefslogtreecommitdiff
path: root/src/gpt-auto-generator
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-03bus: add generator that turns old dbus1 activation files into .busname + .ser...Lennart Poettering1-1/+0
2013-10-19gpt-auto-generator: Generate explicit dependencies on systemd-fsck@.service i...Thomas Bächler1-5/+9
2013-10-14util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering1-1/+1
2013-10-13Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek1-75/+33
2013-10-13ModernizationZbigniew Jędrzejewski-Szmek1-21/+16
2013-10-03gpt-auto-generator: exit immediately if in containerZbigniew Jędrzejewski-Szmek1-0/+8
2013-09-17gpt-auto-generator: do not assume that /dev/block/%u:%u is useableLennart Poettering1-35/+74
2013-08-20Rename F_TYPE_CMP() to F_TYPE_EQUAL()Zbigniew Jędrzejewski-Szmek1-1/+1
2013-08-20gpt-auto-generator: do not show error for non-GPT disksZbigniew Jędrzejewski-Szmek1-1/+2
2013-08-20gpt-auto-generator: use _cleanup_ for blkid_free_probeZbigniew Jędrzejewski-Szmek1-43/+25
2013-08-20gpt-auto-generator: include device name in error reportsZbigniew Jędrzejewski-Szmek1-5/+11
2013-08-16build-sys: Add configure check for linux/btrfs.hMichael Marineau1-1/+4
2013-08-13gpt-auto-generator: fix swap unit generationLennart Poettering1-1/+1
2013-08-13build-sys: add two makefile symlinksLennart Poettering1-0/+1
2013-08-13gpt-auto-generator: Skip /home mounting if /home is not emptyLennart Poettering1-0/+4
2013-08-13gpt-auto-generator: add basic auto-discovery of GPT partitionsLennart Poettering1-0/+492