Code Review
/
redfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7c4929f
)
install yaml and jinja2 during firstboot
73/373/1
author
davidplunkett
<dp7642@att.com>
Wed, 6 Feb 2019 19:23:36 +0000
(19:23 +0000)
committer
davidplunkett
<dp7642@att.com>
Wed, 6 Feb 2019 19:25:17 +0000
(19:25 +0000)
Change-Id: I3a1ace523a2d9110128ca6fea999146d1266e680
Signed-off-by: davidplunkett <dp7642@att.com>
firstboot.sh.template
patch
|
blob
|
history
diff --git
a/firstboot.sh.template
b/firstboot.sh.template
index
8405f2f
..
c8fafd1
100644
(file)
--- a/
firstboot.sh.template
+++ b/
firstboot.sh.template
@@
-43,7
+43,7
@@
echo "Checking that docker is running"
docker ps
echo "Installing sshpass, python-requests and xorriso"
-apt-get install -y sshpass python-requests xorriso 2>&1
+apt-get install -y sshpass python-requests
python-yaml python-jinja2
xorriso 2>&1
exit