summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/add_storage.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-09-09 01:45:21 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-09-09 01:45:21 (GMT)
commit86a66e21bf7b444dbab401e699da74df38fb9dcf (patch)
tree263609e312ab003d22cad7f56782b02886a4edca /abs/core/LinHES-system/add_storage.py
parent0afe907bbdea5161538713ca313d19ffc737a483 (diff)
downloadlinhes_pkgbuild-86a66e21bf7b444dbab401e699da74df38fb9dcf.zip
linhes_pkgbuild-86a66e21bf7b444dbab401e699da74df38fb9dcf.tar.gz
linhes_pkgbuild-86a66e21bf7b444dbab401e699da74df38fb9dcf.tar.bz2
LinHES-config/system/install: first checkin to get 5 partition upgrade layout working
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)