summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/add_storage.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-11-09 17:25:40 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-11-09 17:25:40 (GMT)
commit6df210dbea6bd619cf63a276e4cc3ebffbfe7ed5 (patch)
tree03ffae445e6a27f450c9bd0d6135e9a388223e77 /abs/core/LinHES-system/add_storage.py
parent75f54194c0e1cf6e2f8f9c685888439d00f4df9c (diff)
downloadlinhes_pkgbuild-6df210dbea6bd619cf63a276e4cc3ebffbfe7ed5.zip
linhes_pkgbuild-6df210dbea6bd619cf63a276e4cc3ebffbfe7ed5.tar.gz
linhes_pkgbuild-6df210dbea6bd619cf63a276e4cc3ebffbfe7ed5.tar.bz2
LinHES-system: add_storage.py: lookup_formate for --double_myth option
Diffstat (limited to 'abs/core/LinHES-system/add_storage.py')
-rw-r--r--abs/core/LinHES-system/add_storage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/LinHES-system/add_storage.py b/abs/core/LinHES-system/add_storage.py
index 600c8fe..073bc96 100644
--- a/abs/core/LinHES-system/add_storage.py
+++ b/abs/core/LinHES-system/add_storage.py
@@ -761,6 +761,7 @@ def myth_main(no_mount,install_call,dir_fe_sg):
i.set_mmount(True)
i.set_partition("7")
i.set_disk_num(0)
+ i.lookup_format()
i.add_fstab(True)
#if not install_call:
i.mount_disk(no_mount)