Skip to content

Commit

Permalink
Merge pull request #371 from lkx007/master
Browse files Browse the repository at this point in the history
modprobe ipmi_si in rancher os
  • Loading branch information
lanchongyizu authored Mar 5, 2018
2 parents 71fb7f3 + 2c4a38d commit 1f0d19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/templates/cloud-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ write_files:
content: |
#!/bin/bash
modprobe ipmi_devintf
modprobe ipmi_si
wget -O /tmp/micro.tar.xz <%= dockerUri %>
while [ $(docker images | grep -c micro) == "0" ]; do
xz -cd /tmp/micro.tar.xz | docker load
Expand Down

0 comments on commit 1f0d19a

Please sign in to comment.