diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2010-04-29 17:05:44 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2010-04-29 17:05:44 +0000 |
commit | 00d10c76a2e28f3fc87cddc6b324fc0a5ed4544b (patch) | |
tree | a13ed43a6ba5b7890c269c251e24e1c36f326443 /perl-install/fs | |
parent | 69538f2f16bb9f19cce959dc32319deeca60fa16 (diff) | |
download | drakx-00d10c76a2e28f3fc87cddc6b324fc0a5ed4544b.tar drakx-00d10c76a2e28f3fc87cddc6b324fc0a5ed4544b.tar.gz drakx-00d10c76a2e28f3fc87cddc6b324fc0a5ed4544b.tar.bz2 drakx-00d10c76a2e28f3fc87cddc6b324fc0a5ed4544b.tar.xz drakx-00d10c76a2e28f3fc87cddc6b324fc0a5ed4544b.zip |
export isRawLUKS
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/type.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 54b3d1afd..6134a4633 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -9,7 +9,7 @@ use devices; our @ISA = qw(Exporter); our @EXPORT = qw( - isEmpty isExtended isTrueLocalFS isTrueFS isDos isSwap isOtherAvailableFS isRawLVM isRawRAID isRAID isLVM isLUKS isMountableRW isNonMountable isPartOfLVM isPartOfRAID isPartOfLoopback isLoopback isMounted isBusy isSpecial isApple isAppleBootstrap isWholedisk isFat_or_NTFS isRecovery + isEmpty isExtended isTrueLocalFS isTrueFS isDos isSwap isOtherAvailableFS isRawLVM isRawRAID isRawLUKS isRAID isLVM isLUKS isMountableRW isNonMountable isPartOfLVM isPartOfRAID isPartOfLoopback isLoopback isMounted isBusy isSpecial isApple isAppleBootstrap isWholedisk isFat_or_NTFS isRecovery maybeFormatted set_isFormatted defaultFS ); |