File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ image_boot: &image_boot
107
107
- run :
108
108
name : Test boot
109
109
command : |
110
+ set -x
110
111
ls -lrt /dev/kvm* || true
111
112
# Add ssh keys to the image.
112
113
# TODO could this be integrated into linuxkit/mkimage-iso-*
@@ -122,6 +123,7 @@ image_boot: &image_boot
122
123
#
123
124
# Cannot add /bin/ls to Joliet tree. Symlinks can only be added to a Rock Ridge tree.
124
125
126
+ id_rsa=~/workspace/ssh/id_rsa.pub
125
127
xorriso -indev ~/workspace/images/kube-$KUBE_RUNTIME-$KUBE_NETWORK/kube-master.iso \
126
128
-outdev kube-master.iso \
127
129
-as genisoimage \
@@ -134,7 +136,7 @@ image_boot: &image_boot
134
136
-input-charset utf8 \
135
137
-- \
136
138
-pathspecs on \
137
- -add /root/.ssh/authorized_keys=~/workspace/ssh/ id_rsa.pub
139
+ -add /root/.ssh/authorized_keys=$ id_rsa
138
140
139
141
#cp ~/workspace/images/kube-$KUBE_RUNTIME-$KUBE_NETWORK/kube-{master,node}.iso .
140
142
#cp ~/workspace/images/kube-$KUBE_RUNTIME-$KUBE_NETWORK/kube-master.iso .
You can’t perform that action at this time.
0 commit comments