Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed resize of dos table type on s390
On s390, parted is used to detect the partition table type. In contrast to blkid the name for DOS tables is reported as 'msdos' and not 'dos' which impacts several conditions in the kiwi initrd code which checks for 'dos'. This commit fixes the get_partition_table_type() method to return a consistent table name for DOS tables. This Fixes bsc#1228729
- Loading branch information