mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-02 19:51:30 +00:00
When sorting partitions, the partition numbers must be separated from the partition name and be compared as integers. Comparing the partition numbers in ascii leads to undesirable sorting results when using numbers with multiple digits. Fixes: #510 Signed-off-by: John Akre <john.w.akre@intel.com>