Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 8, 2024
1 parent 690a28b commit 207a050
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/all.release.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

ALL_RELEASES='"r151046", "r151048", "r151050"'
ALL_RELEASES='"r151046", "r151048", "r151050", "r151052"'


2 changes: 1 addition & 1 deletion conf/omnios-r151046.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.4/vbox.sh"
2 changes: 1 addition & 1 deletion conf/omnios-r151048.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.4/vbox.sh"
2 changes: 1 addition & 1 deletion conf/omnios-r151050.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.4/vbox.sh"
26 changes: 26 additions & 0 deletions conf/omnios-r151052.conf
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 207a050

Please sign in to comment.