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.
Please register or sign in to comment
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.