summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2013-02-13 21:41:27 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2013-02-13 21:41:27 +0100
commit2c8760532949e465902bb6233840bc590bcfa0ec (patch)
tree0155860de6dfcf3810afe6bf8bec25c3ffdc6e07 /backend
parent5e9c892e13727083a055d28477fff3df88cc106d (diff)
downloadacritoxinstaller-2c8760532949e465902bb6233840bc590bcfa0ec.zip
acritoxinstaller-2c8760532949e465902bb6233840bc590bcfa0ec.tar.gz
fix fstab order
Diffstat (limited to 'backend')
-rw-r--r--backend/modules/install_main2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/modules/install_main b/backend/modules/install_main
index 5c10b48..f8c930f 100644
--- a/backend/modules/install_main
+++ b/backend/modules/install_main
@@ -115,7 +115,7 @@ EOF
# update progress
progress=$[progress+1]; emit_progress $[100*progress/progress_steps]
- done <<<"$cfg_hdmap"
+ done < <(sort -t: -k2,2 <<<"$cfg_hdmap")
# Add swap to /etc/fstab
while read device