File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if [ -z "${METAL3_DEV_ENV}" ]; then
19
19
# TODO -- come up with a plan for continuously updating this
20
20
# Note we only do this in the case where METAL3_DEV_ENV is
21
21
# unset, to enable developer testing of local checkouts
22
- git reset 67afcb3315b44e2c68121493a819819966e588a2 --hard
22
+ git reset 67afcb3315b44e2c68121493a819819966e588a2 --hard # FIXME(mko) After merging metal3-dev-env #848
23
23
popd
24
24
fi
25
25
Original file line number Diff line number Diff line change @@ -227,6 +227,9 @@ set -x
227
227
# Configure size of extra disks added to VMs
228
228
# export VM_EXTRADISKS_SIZE="10G"
229
229
230
+ # Add TPM2.0 emulator to VMs
231
+ # export VM_TPM_EMULATOR=true
232
+
230
233
# Provide additional master/worker ignition configuration, will be
231
234
# merged with the installer provided config, can be used to modify
232
235
# the default nic configuration etc
You can’t perform that action at this time.
0 commit comments