mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 11:25:48 -05:00
[partition] Table type 'none' is a late addition.
This commit is contained in:
parent
bc2713ccbb
commit
1d96c5af46
1 changed files with 2 additions and 0 deletions
|
@ -100,7 +100,9 @@ DeviceInfoWidget::retranslateUi()
|
|||
"that makes a file accessible as a block device. "
|
||||
"This kind of setup usually only contains a single filesystem." );
|
||||
break;
|
||||
#if defined( WITH_KPMCORE42API )
|
||||
case PartitionTable::none:
|
||||
#endif
|
||||
case PartitionTable::unknownTableType:
|
||||
typeString = " ? ";
|
||||
toolTipString = tr( "This installer <strong>cannot detect a partition table</strong> on the "
|
||||
|
|
Loading…
Add table
Reference in a new issue