diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-16 22:57:29 +0100 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-03-20 21:09:27 +0159 |
commit | 4367f1f8425cb24361b11d0f75e2e1f32a341452 (patch) | |
tree | bd4af7acdd18136015c8fcf7a8ff615751a3cdb9 /perl-install | |
parent | 34ac8b909e949012b64706a88937304b32ba76e9 (diff) | |
download | drakx-4367f1f8425cb24361b11d0f75e2e1f32a341452.tar drakx-4367f1f8425cb24361b11d0f75e2e1f32a341452.tar.gz drakx-4367f1f8425cb24361b11d0f75e2e1f32a341452.tar.bz2 drakx-4367f1f8425cb24361b11d0f75e2e1f32a341452.tar.xz drakx-4367f1f8425cb24361b11d0f75e2e1f32a341452.zip |
(isESP) export it
Diffstat (limited to 'perl-install')
-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 be47cf00c..5b9cc8804 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 isRawLUKS isRAID isLVM isLUKS isMountableRW isNonMountable isPartOfLVM isPartOfRAID isPartOfLoopback isLoopback isMounted isBusy isSpecial isApple isAppleBootstrap 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 isESP isFat_or_NTFS isRecovery maybeFormatted set_isFormatted defaultFS ); |