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:
a820ca7
)
add isolinux install to firstboot.sh
11/1911/1
author
davidplunkett
<dp7642@att.com>
Mon, 4 Nov 2019 21:33:46 +0000
(21:33 +0000)
committer
davidplunkett
<dp7642@att.com>
Mon, 4 Nov 2019 21:33:46 +0000
(21:33 +0000)
Signed-off-by: davidplunkett <dp7642@att.com>
Change-Id: I17c66d832b1cef737b84a21dbf61472d2fd6147d
firstboot.sh.template
patch
|
blob
|
history
diff --git
a/firstboot.sh.template
b/firstboot.sh.template
index
2fd804b
..
0e48f4f
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, pip, requests, yaml, jinja2 and xorriso"
-apt-get install -y sshpass python-pip python-requests python-yaml python-jinja2 xorriso 2>&1
+apt-get install -y sshpass python-pip python-requests python-yaml python-jinja2 xorriso
isolinux
2>&1
exit