From 997bb8d48921854c0da215adcab4bf477163887a Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Wed, 21 Sep 2011 08:08:02 +0200
Subject: call fill_hdmap when using simple partitioning

---
 wizard/rootpartition.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wizard/rootpartition.cpp b/wizard/rootpartition.cpp
index f60f5e8..dbecf43 100644
--- a/wizard/rootpartition.cpp
+++ b/wizard/rootpartition.cpp
@@ -57,6 +57,7 @@ bool wpRootPartition::validatePage()
     backend->exec(QString("hdmap_set %1:/:%2:auto")
 	  .arg(rootPartitionDev->currentItem()->text().section(" ",0,0))
 	  .arg(chkFormat->isChecked() ? rootPartitionFs->currentText() : ""));
+    backend->exec("fill_hdmap");
   return true;
 }
 
-- 
cgit v1.0