fix mount point order

This commit is contained in:
Ward from fusion-voyager-3 2024-08-24 03:51:30 +03:00
parent 56959b6ff3
commit 8e34fd3bcf

View File

@ -345,6 +345,8 @@ pub fn manual_partitioning_page(
} }
)); ));
} }
(*partition_method_manual_fstab_entry_array_refcell.borrow_mut()).sort_by_key(|p| p.mountpoint.clone())
} }
)); ));