Skip to content

Commit

Permalink
Merge pull request #2329 from Glidos/master
Browse files Browse the repository at this point in the history
Fix failure when booting KIS via NBD
  • Loading branch information
schaefi authored Jul 20, 2023
2 parents 553ef4e + b1ab93e commit e0c3451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dracut/modules.d/90kiwi-overlay/parse-kiwi-overlay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ case "${overlayroot}" in
;;
overlay:nbd=*) \
root="${root#overlay:nbd=}"
root="block:/dev/${root}"
root="block:/dev/nbd0"
need_network=1
rootok=1
;;
Expand Down

0 comments on commit e0c3451

Please sign in to comment.