HomeSort by: relevance | last modified time | path
    Searched refs:LVM1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/
configure.in 199 dnl -- LVM1 tool fallback option
200 AC_MSG_CHECKING(whether to enable lvm1 fallback)
201 AC_ARG_ENABLE(lvm1_fallback, [ --enable-lvm1_fallback Use this to fall back and use LVM1 binaries if
206 AC_DEFINE([LVM1_FALLBACK], 1, [Define to 1 if 'lvm' should fall back to using LVM1 binaries if device-mapper is missing from the kernel])
211 AC_MSG_CHECKING(whether to include support for lvm1 metadata)
212 AC_ARG_WITH(lvm1,
213 [ --with-lvm1=TYPE LVM1 metadata support: internal/shared/none
215 [ LVM1="$withval" ],
216 [ LVM1="internal" ]
    [all...]
configure 667 LVM1
1508 --enable-lvm1_fallback Use this to fall back and use LVM1 binaries if
1539 --with-lvm1=TYPE LVM1 metadata support: internal/shared/none
9159 { $as_echo "$as_me:$LINENO: checking whether to enable lvm1 fallback" >&5
9160 $as_echo_n "checking whether to enable lvm1 fallback... " >&6; }
9180 { $as_echo "$as_me:$LINENO: checking whether to include support for lvm1 metadata" >&5
9181 $as_echo_n "checking whether to include support for lvm1 metadata... " >&6; }
9183 # Check whether --with-lvm1 was given.
9185 withval=$with_lvm1; LVM1="$withval
    [all...]

Completed in 31 milliseconds