diff --git a/conf/all.release.conf b/conf/all.release.conf index 7df8366..17b6df0 100644 --- a/conf/all.release.conf +++ b/conf/all.release.conf @@ -1,4 +1,4 @@ -ALL_RELEASES='"r151046", "r151048", "r151050"' +ALL_RELEASES='"r151046", "r151048", "r151050", "r151052"' diff --git a/conf/omnios-r151046.conf b/conf/omnios-r151046.conf index 66f05c6..41c7268 100644 --- a/conf/omnios-r151046.conf +++ b/conf/omnios-r151046.conf @@ -23,4 +23,4 @@ VM_OPTS="conf/omnios-r151048.opts.txt" VM_VBOX="./vbox.sh" -VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.2/vbox.sh" \ No newline at end of file +VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.4/vbox.sh" \ No newline at end of file diff --git a/conf/omnios-r151048.conf b/conf/omnios-r151048.conf index 3f21749..c475790 100644 --- a/conf/omnios-r151048.conf +++ b/conf/omnios-r151048.conf @@ -23,4 +23,4 @@ VM_OPTS="conf/omnios-r151048.opts.txt" VM_VBOX="./vbox.sh" -VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.2/vbox.sh" \ No newline at end of file +VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.4/vbox.sh" \ No newline at end of file diff --git a/conf/omnios-r151050.conf b/conf/omnios-r151050.conf index 2e5eb7a..9db5d9e 100644 --- a/conf/omnios-r151050.conf +++ b/conf/omnios-r151050.conf @@ -23,4 +23,4 @@ VM_OPTS="conf/omnios-r151048.opts.txt" VM_VBOX="./vbox.sh" -VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.2/vbox.sh" \ No newline at end of file +VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.4/vbox.sh" \ No newline at end of file diff --git a/conf/omnios-r151052.conf b/conf/omnios-r151052.conf new file mode 100644 index 0000000..444be99 --- /dev/null +++ b/conf/omnios-r151052.conf @@ -0,0 +1,26 @@ + + +VM_ISO_LINK="https://downloads.omnios.org/media/r151052/omnios-r151052.iso" +VM_OS_NAME="omnios" +VM_OS_TYPE="omnios" +VM_SSH_PORT=2222 +VM_RELEASE=r151052 + +VM_LOGIN_TAG="omnios console login" + +VM_SHUTDOWN_CMD="shutdown -y -i5 -g0" + +VM_INSTALL_CMD="pkg install " + +VM_RSYNC_PKG="rsync" +VM_SSHFS_PKG="" + +VM_PRE_INSTALL_PKGS="tree" +VM_OCR=py + + +VM_OPTS="conf/omnios-r151048.opts.txt" + +VM_VBOX="./vbox.sh" + +VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.4/vbox.sh" \ No newline at end of file