summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/add_storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/add_storage.py')
-rw-r--r--abs/core/LinHES-system/add_storage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/add_storage.py b/abs/core/LinHES-system/add_storage.py
index 1bdcb6c..260df2a 100644
--- a/abs/core/LinHES-system/add_storage.py
+++ b/abs/core/LinHES-system/add_storage.py
@@ -73,7 +73,7 @@ class disk_device:
self.new_mount_point=''
def set_partition(self,partition):
- self.block_partition = "%s3" %self.block_path
+ self.block_partition = "%s%s" %(self.block_path,partition)
def set_mmount(self,flag):
self.mmount = flag
@@ -599,7 +599,7 @@ def myth_main(no_mount,install_call,dir_fe_only):
print " Drive: %s" %(i.get_name())
i.set_mmount(True)
- i.set_partition("3")
+ i.set_partition("7")
i.add_fstab(True)
#if not install_call:
i.mount_disk(no_mount)