Skip to content

Commit 13a27fb

Browse files
committed
kickstart: Add blkext to handled devices
Signed-off-by: Alexey Gladkov <[email protected]>
1 parent 4aa2cb1 commit 13a27fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/kickstart/data/bin/kickstart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ ks_block_devices()
190190
blocktype="$(get_device_type "$maj")"
191191

192192
case "$blocktype" in
193-
sd|virtblk|mmc)
193+
sd|virtblk|mmc|blkext)
194194
;;
195195
*)
196196
continue

0 commit comments

Comments
 (0)