diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-05-12 15:50:36 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-05-12 15:50:36 +0200 |
commit | a8e2eb2b87dd837b0a1da72f1850ea14dd2cb008 (patch) | |
tree | f72a6984f71d5bc2dd679b53e670d68e5beae899 /backend | |
parent | 009ab88e08c21eb9df7af04cad6ed726363edf68 (diff) | |
download | acritoxinstaller-a8e2eb2b87dd837b0a1da72f1850ea14dd2cb008.zip acritoxinstaller-a8e2eb2b87dd837b0a1da72f1850ea14dd2cb008.tar.gz |
only add filesystem-partitions to hdmap
Diffstat (limited to 'backend')
-rw-r--r-- | backend/modules/hdmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/modules/hdmap b/backend/modules/hdmap index ef669a3..b108153 100644 --- a/backend/modules/hdmap +++ b/backend/modules/hdmap @@ -345,7 +345,7 @@ function fill_hdmap() ( echo "$cfg_hdmap" root_disk="$(get_disk "$(hdmap_get device of mountpoint /)")" - for part in $(list_all_partitions) + for part in $(list_partitions -usage filesystem) do if is_removeable "$part" && [ "$(get_disk "$part")" != "$root_disk" ]; then echo "$part:::" |