Fix a bug in disklabel enlarge code
authorNikos Skalkotos <skalkoto@grnet.gr>
Thu, 30 Jan 2014 11:53:10 +0000 (13:53 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Thu, 30 Jan 2014 11:53:10 +0000 (13:53 +0200)
commit0d413fc69e25f82ccb874cb928ef45b93c6e5d4e
tree7e9e704e7262f91273564aac27918725ea78b04c
parent922c1513216b286e6b731ee82628d109f6793814
Fix a bug in disklabel enlarge code

If the disk size is greater that 8G then the CHS value of the MBR
will overflow. We should assign a fixed CHS value for this case.
snf-image-helper/disklabel.py