Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-20 | Rename F_TYPE_CMP() to F_TYPE_EQUAL() | Zbigniew Jędrzejewski-Szmek | |
2013-08-20 | gpt-auto-generator: do not show error for non-GPT disks | Zbigniew Jędrzejewski-Szmek | |
2013-08-20 | gpt-auto-generator: use _cleanup_ for blkid_free_probe | Zbigniew Jędrzejewski-Szmek | |
2013-08-20 | gpt-auto-generator: include device name in error reports | Zbigniew Jędrzejewski-Szmek | |
2013-08-16 | build-sys: Add configure check for linux/btrfs.h | Michael Marineau | |
btrfs.h was added to uapi in Linux 3.9. To fix building with older header versions this adds a configure check for the header and re-adds btrfs definitions to missing.h which was removed in bed2e820 along with two other ioctls used by gpt-auto-generator. [ Apparently, btrfs.h was only added recently: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=55e301fd57a6239ec14b91a1cf2e70b3dd135194 let's re-add it for now -- kay ] | |||
2013-08-13 | gpt-auto-generator: fix swap unit generation | Lennart Poettering | |
2013-08-13 | build-sys: add two makefile symlinks | Lennart Poettering | |
2013-08-13 | gpt-auto-generator: Skip /home mounting if /home is not empty | Lennart Poettering | |
2013-08-13 | gpt-auto-generator: add basic auto-discovery of GPT partitions | Lennart Poettering | |
This adds a simple generator that is capable of automatically discovering certain GPT partitions by their type UUID and mount/enable them. This currently covers swap partitions and /home partitions, but is expected to grow more features soon. This currently doesn't handle LUKS encrypted /home. This enables all swap partitions of type 0657fd6da4ab43c484e50933c84b4f4f, if found. This mounts the first partition of type 933ac7e12eb44f13b8440e14e2aef915 as /home, if it is found. |