RR: Fix swap
This commit is contained in:
parent
bb977c65c0
commit
9e80f3c29f
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
pika-installer-gtk4 (1.0.0-100pika10) pikauwu; urgency=low
|
||||
pika-installer-gtk4 (1.0.0-100pika11) pikauwu; urgency=low
|
||||
|
||||
* First release
|
||||
|
||||
|
@ -670,7 +670,7 @@ fn partition_err_check(
|
||||
}
|
||||
}
|
||||
if drivemounts.mountpoint == "[SWAP]" {
|
||||
if partition_fs != "linux-swap" {
|
||||
if partition_fs != "swap" {
|
||||
if !partition_method_manual_error_label.is_visible() {
|
||||
partition_method_manual_error_label.set_label(
|
||||
&("Bad Filesystem: ".to_owned()
|
||||
|
Loading…
Reference in New Issue
Block a user