From 8e5d83b6c1d91e4e61d340656338597ab1dea3f9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 19 Jun 2009 13:45:01 +0200 Subject: mkswap: remove configuration for v0 support mkswap hasn't had v0 support since commit d893b120bae5a9bdef4cfda2df5e62867d6b1cd0; it doesn't seem to make sense to offer it for configuration. Signed-off-by: Colin Watson Signed-off-by: Denys Vlasenko --- util-linux/Config.in | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'util-linux/Config.in') diff --git a/util-linux/Config.in b/util-linux/Config.in index b97be8b..559e4c1 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -406,16 +406,6 @@ config MKSWAP Once you have created swap space using 'mkswap' you need to enable the swap space using the 'swapon' utility. -config FEATURE_MKSWAP_V0 - bool "Version 0 support" - default n - depends on MKSWAP -# depends on MKSWAP && DEPRECATED - help - Enable support for the old v0 style. - 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 -- cgit v1.1