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 8e3f8e0 commit 2d1397a
Show file tree
Hide file tree
Showing 7 changed files with 11 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=NetBSD

VM_OS_NAME=netbsd

VM_RUNS_ON=ubuntu-latest

VM_PREPARE="/usr/sbin/pkg_add curl"
Expand Down
1 change: 1 addition & 0 deletions conf/10.0.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ VM_PUBID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${
HOST_ID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${BUILDER_VERSION}/netbsd-${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/9.0.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ VM_PUBID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${

HOST_ID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${BUILDER_VERSION}/netbsd-${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/9.1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ VM_PUBID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${

HOST_ID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${BUILDER_VERSION}/netbsd-${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/9.2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ VM_PUBID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${

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

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

1 change: 1 addition & 0 deletions conf/9.3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ VM_PUBID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${
HOST_ID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${BUILDER_VERSION}/netbsd-${VM_RELEASE}-host.id_rsa"


VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.3/vbox.sh"
1 change: 1 addition & 0 deletions conf/9.4.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ VM_PUBID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${
HOST_ID_LINK="https://github.com/vmactions/netbsd-builder/releases/download/v${BUILDER_VERSION}/netbsd-${VM_RELEASE}-host.id_rsa"


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

0 comments on commit 2d1397a

Please sign in to comment.