| 27 |
$FAI::configs{$FAI::device}{preserveparts} = 1; |
$FAI::configs{$FAI::device}{preserveparts} = 1; |
| 28 |
} |
} |
| 29 |
- | /^disklabel:(msdos|gpt)/ |
- | /^disklabel:(msdos|gpt)/ |
| 30 |
+ | /^disklabel:(msdos|gpt|gpt-bios)/ |
+ | /^disklabel:(msdos|gpt-bios|gpt)/ |
| 31 |
{ |
{ |
| 32 |
# set the disk label - actually not only the above, but all types |
# set the disk label - actually not only the above, but all types |
| 33 |
# supported by parted could be allowed, but others are not implemented |
# supported by parted could be allowed, but others are not implemented |