File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,14 @@ image_boot: &image_boot
100
100
- run :
101
101
name : Install packages
102
102
# ca-certificates are needed for attach_workspace (and git over https)
103
- command : apt-get update && apt-get install -y ca-certificates curl expect git make openssh-client procps qemu xorriso
103
+ command : sudo apt-get update && sudo apt-get install -y ca-certificates curl expect git make openssh-client procps qemu xorriso
104
104
- attach_workspace :
105
105
at : /workspace
106
106
- checkout
107
107
- run :
108
108
name : Test boot
109
109
command : |
110
+ ls -lrt /dev/kvm* || true
110
111
# Add ssh keys to the image.
111
112
# TODO could this be integrated into linuxkit/mkimage-iso-*
112
113
# such that all those options do not need to be repeated
You can’t perform that action at this time.
0 commit comments