diff options
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index bfd51bc..b97be8b 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -416,6 +416,13 @@ config FEATURE_MKSWAP_V0 If your kernel is older than 2.1.117, then v0 support is the only option. +config FEATURE_MKSWAP_UUID + bool "UUID support" + default n + depends on MKSWAP + help + Generate swap spaces with universally unique identifiers. + config MORE bool "more" default n |