From 1a14a53cfded6e78c6e8dfb73fdff0039971d642 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 13 Aug 2013 10:13:45 +0200 Subject: gpt-auto-generator: add basic auto-discovery of GPT partitions 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. --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index b766efe397..b845255d03 100644 --- a/TODO +++ b/TODO @@ -54,6 +54,8 @@ CGroup Rework Completion: Features: +* rename F_TYPE_CMP() to F_TYPE_EQUAL() + * unlink PID files of units after exit * tiny tool that saves/restores backlight -- cgit v1.2.3-54-g00ecf