We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7306f3b commit 63cb923Copy full SHA for 63cb923
1 file changed
tools/build_uec.sh
@@ -166,6 +166,14 @@ instance-type: m1.large
166
local-hostname: $GUEST_NAME.local
167
EOF
168
169
+# set metadata
170
+cat > $vm_dir/uec/user-data<<EOF
171
+#cloud-config
172
+apt_update: true
173
+apt_upgrade: true
174
+packages: [ vim-nox, git-core ]
175
+EOF
176
+
177
# (re)start a metadata service
178
(
179
pid=`lsof -iTCP@192.168.$GUEST_NETWORK.1:4567 -n | awk '{print $2}' | tail -1`
0 commit comments