summaryrefslogtreecommitdiff
path: root/src/gpt-auto-generator
Commit message (Expand)AuthorAgeFilesLines
* 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
* generators: add Documentation= fields that point to the generator man pagesLennart Poettering2014-03-061-3/+5
* gpt-auto-generation: set a pretty description stringLennart Poettering2014-03-061-0/+2
* gpt-auto-generator: properly handle LUKS partitionsLennart Poettering2014-03-061-9/+148
* update TODOLennart Poettering2014-03-061-8/+0
* generators: rework mount generatorsLennart Poettering2014-03-061-65/+90
* gpt-auto-generator: use EBADSLT code when unable to detect partition typeZbigniew Jędrzejewski-Szmek2014-01-111-5/+3
* gpt-auto-generator: skip nonexistent devicesŁukasz Stelmach2014-01-111-0/+3
* fix scan-build issuesThomas Hindoe Paaboel Andersen2013-12-101-1/+1
* bus: add generator that turns old dbus1 activation files into .busname + .ser...Lennart Poettering2013-12-031-1/+0
* gpt-auto-generator: Generate explicit dependencies on systemd-fsck@.service i...Thomas Bächler2013-10-191-5/+9
* util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering2013-10-141-1/+1
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-131-75/+33
* ModernizationZbigniew Jędrzejewski-Szmek2013-10-131-21/+16
* gpt-auto-generator: exit immediately if in containerZbigniew Jędrzejewski-Szmek2013-10-031-0/+8
* gpt-auto-generator: do not assume that /dev/block/%u:%u is useableLennart Poettering2013-09-171-35/+74
* Rename F_TYPE_CMP() to F_TYPE_EQUAL()Zbigniew Jędrzejewski-Szmek2013-08-201-1/+1
* gpt-auto-generator: do not show error for non-GPT disksZbigniew Jędrzejewski-Szmek2013-08-201-1/+2
* gpt-auto-generator: use _cleanup_ for blkid_free_probeZbigniew Jędrzejewski-Szmek2013-08-201-43/+25
* gpt-auto-generator: include device name in error reportsZbigniew Jędrzejewski-Szmek2013-08-201-5/+11
* build-sys: Add configure check for linux/btrfs.hMichael Marineau2013-08-161-1/+4
* gpt-auto-generator: fix swap unit generationLennart Poettering2013-08-131-1/+1
* build-sys: add two makefile symlinksLennart Poettering2013-08-131-0/+1
* gpt-auto-generator: Skip /home mounting if /home is not emptyLennart Poettering2013-08-131-0/+4
* gpt-auto-generator: add basic auto-discovery of GPT partitionsLennart Poettering2013-08-131-0/+492