62a4b58 sd-boot+bootctl: invert order of entries w/o sort-key

Authored and Committed by zbyszek 2 years ago
    sd-boot+bootctl: invert order of entries w/o sort-key
    
    With the changes in 20ec8f534f90c94669ac8f9a50869f22f94fd4c8, we would sort
    entries with sort-key as expected (higher versions earlier, i.e. at the top of
    the menu), but entries without the sort-key as before, with higher versions
    later.
    
    When we have a bunch of boot entries grouped by machine-id (or even in the
    typical case of all boot entries having the same machine id), sorting by id
    should generally give good results. Entries will be grouped by installation,
    and then newer entries should generally be at the top of the menu.
    
        
file modified
+4 -4
file modified
+2 -1
file modified
+2 -2