mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
genisoinfo: fix desc of nosort
This commit is contained in:
parent
f75ea46538
commit
6a8b691b8a
|
|
@ -42,8 +42,9 @@ type = CLI-only
|
|||
platform = $2
|
||||
# "key_by" (a.k.a group by) should be used when images of different types or platform have
|
||||
# different version number, see lineageOS below.
|
||||
# "nosort" should be used when sort is not possible, in this case listvers should not be set
|
||||
# when "nosort" presents (regardless of value), sort would not occue
|
||||
# "nosort" should be used when sort is not possible (i.e. no version number),
|
||||
# in which case listvers should not be set
|
||||
# nosort would be effective when "nosort" presents, regardless its value
|
||||
|
||||
[alpine]
|
||||
distro = Alpine
|
||||
|
|
|
|||
Loading…
Reference in New Issue