Skip to content

Commit

Permalink
don't question device mapping passed to us explicitly by autoyast (bn…
Browse files Browse the repository at this point in the history
…c #717978)
  • Loading branch information
wfeldt committed Apr 1, 2014
1 parent 2699f8d commit 670a66c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/bootloader/routines/autoinstall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ def AI2Export(ai)
{ Ops.get(entry, "linux", "") => firmware }
end
Ops.set(exp, ["specific", "device_map"], device_map)
# accept everything
BootStorage.bois_id_missing = false
end
end

Expand Down

1 comment on commit 670a66c

@wfeldt
Copy link
Member Author

@wfeldt wfeldt commented on 670a66c Apr 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This used to be
c8bd1cd
in the sle11 branch.

Please sign in to comment.