Skip to content

Commit 396075d

Browse files
authored
Add explanatory comment
1 parent 372c03b commit 396075d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dracut/modules.d/99kiwi-lib/kiwi-partitions-lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ function get_partition_node_name {
191191
local index=1
192192
local part
193193
udev_pending
194+
# backwards compat for lsblk before 2.38: if START column not supported, fall back to default sort
194195
for partnode in $(
195196
{ lsblk -p -l -o NAME,TYPE,START -x START "${disk}" 2>/dev/null ||\
196197
lsblk -p -l -o NAME,TYPE "${disk}"; } |\

0 commit comments

Comments
 (0)