Skip to content

Commit

Permalink
support custom shell
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Oct 6, 2024
1 parent 08b8352 commit b92d990
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/data/datafile.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

VM_NAME=OmniOS

VM_OS_NAME=omnios

VM_RUNS_ON=ubuntu-latest

VM_PREPARE="pkg install socat"
Expand Down
2 changes: 2 additions & 0 deletions conf/r151046.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ VM_PUBID_LINK="https://github.com/vmactions/omnios-builder/releases/download/v${

HOST_ID_LINK="https://github.com/vmactions/omnios-builder/releases/download/v${BUILDER_VERSION}/omnios-${VM_RELEASE}-host.id_rsa"

VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.3/vbox.sh"

3 changes: 3 additions & 0 deletions conf/r151048.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ VM_PUBID_LINK="https://github.com/vmactions/omnios-builder/releases/download/v${

HOST_ID_LINK="https://github.com/vmactions/omnios-builder/releases/download/v${BUILDER_VERSION}/omnios-${VM_RELEASE}-host.id_rsa"


VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.3/vbox.sh"

2 changes: 2 additions & 0 deletions conf/r151050.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ VM_PUBID_LINK="https://github.com/vmactions/omnios-builder/releases/download/v${

HOST_ID_LINK="https://github.com/vmactions/omnios-builder/releases/download/v${BUILDER_VERSION}/omnios-${VM_RELEASE}-host.id_rsa"

VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.3/vbox.sh"

0 comments on commit b92d990

Please sign in to comment.