Skip to content

Commit

Permalink
Update ova-create
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMSLinux committed Mar 27, 2024
1 parent 0b77118 commit cfe3dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/vm/ova-create
Expand Up @@ -4,7 +4,7 @@
tmpdir=`mktemp -d -p /usr/src/`

# Run nems-cleanup.sh halt on the NEMS VM, then import OVA:
ovftool --noSSLVerify --shaAlgorithm=SHA1 "vi://root@10.0.0.3/NEMS Linux 1.6" $tmpdir/NEMS.ova
ovftool --noSSLVerify --shaAlgorithm=SHA1 "vi://root@10.0.0.3/NEMS Linux 1.7" $tmpdir/NEMS.ova

# Extract the files from OVA
mkdir $tmpdir/ova-working
Expand Down

0 comments on commit cfe3dc6

Please sign in to comment.