diff options
| author | Your Name <you@example.com> | 2024-12-21 16:45:32 +0800 |
|---|---|---|
| committer | Your Name <you@example.com> | 2024-12-21 16:45:32 +0800 |
| commit | e94b275f5630e032a6971831f8be520ae81a5d02 (patch) | |
| tree | c6819daab6bceff1477647f40d52fa23f2c88628 /others/vm3/compute/start.sh | |
| parent | be3dde6ce14698c5818f21f65037a4beef1199cf (diff) | |
v1vm3-done
Diffstat (limited to 'others/vm3/compute/start.sh')
| -rw-r--r-- | others/vm3/compute/start.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/others/vm3/compute/start.sh b/others/vm3/compute/start.sh new file mode 100644 index 0000000..5a2b3aa --- /dev/null +++ b/others/vm3/compute/start.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# starts vm +# need to remove seed.iso first if vm have the seed iso |
