RR: Fix swap

This commit is contained in:
Ward from fusion-voyager-3 2024-02-17 22:29:23 +03:00
parent bb977c65c0
commit 9e80f3c29f
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -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

View File

@ -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()