diff options
author | DjMelik <melik@archlinux.us> | 2010-08-26 16:05:56 -0700 |
---|---|---|
committer | DjMelik <melik@archlinux.us> | 2010-08-26 16:05:56 -0700 |
commit | c02c0d704cf082d3d87fc0a2d623914767d00023 (patch) | |
tree | a6d17d9319b04bb697b4e335a9573d9df2f3915c | |
parent | 9a92449c97def5273d3f5ca12820b87ab061cdf6 (diff) |
. > ,
-rw-r--r-- | archey | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -234,7 +234,7 @@ def packages_display(): # File System Function. def fs_display(): - supported = ('ext2', 'ext3', 'ext4', 'reiserfs', 'jfs', 'ntfs', 'fat32', 'btrfs'. 'fuseblk') + supported = ('ext2', 'ext3', 'ext4', 'reiserfs', 'jfs', 'ntfs', 'fat32', 'btrfs', 'fuseblk') p1 = Popen(['df', '-TPh'], stdout=PIPE).communicate()[0] filesystems = p1.rstrip().split('\n') del filesystems[0] |