From 264eb42108b4ed908f973dc60cebd40796b20295 Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Sun, 25 Sep 2011 17:08:59 +0200
Subject: fix hdmap order

---
 backend/modules/hdmap | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/backend/modules/hdmap b/backend/modules/hdmap
index dc60df4..220b5bd 100644
--- a/backend/modules/hdmap
+++ b/backend/modules/hdmap
@@ -341,7 +341,7 @@ function prepare_partitions_for_install()
 
 function fill_hdmap()
 {
-	cfg_set hdmap "$(
+	hdmap_set "$(
         (
                 echo "$cfg_hdmap"
 		root_disk="$(get_disk "$(hdmap_get device of mountpoint /)")"
@@ -365,6 +365,6 @@ function fill_hdmap()
                 do
 			echo "$part:::"
 		done
-        ) | sort -u -t: -k1,1 | sort -t: -k2,2)"
+        ) | sort -u -t: -k1,1)"
 }
 
-- 
cgit v1.0