Skip to content

Commit

Permalink
fix for 8.x login tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Jul 16, 2022
1 parent 63cdb9e commit 4edfe1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '*'
paths:
- '.github/workflows/manual.yml'
- 'conf/*'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion conf/netbsd-8.0.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VM_INSTALL_CMD="/usr/sbin/pkg_add"
VM_RSYNC_PKG="rsync"
VM_SSHFS_PKG="sshfs-fuse"

VM_LOGIN_TAG="NetBSD/amd64 (localhost) (constty)"
VM_LOGIN_TAG="NetBSD/amd64 (localhost) (console)"

VM_OPTS="conf/netbsd-8.0.opts.txt"

Expand Down
2 changes: 1 addition & 1 deletion conf/netbsd-8.1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VM_INSTALL_CMD="/usr/sbin/pkg_add"
VM_RSYNC_PKG="rsync"
VM_SSHFS_PKG="sshfs-fuse"

VM_LOGIN_TAG="NetBSD/amd64 (localhost) (constty)"
VM_LOGIN_TAG="NetBSD/amd64 (localhost) (console)"

VM_OPTS="conf/netbsd-8.0.opts.txt"

Expand Down
2 changes: 1 addition & 1 deletion conf/netbsd-8.2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VM_INSTALL_CMD="/usr/sbin/pkg_add"
VM_RSYNC_PKG="rsync"
VM_SSHFS_PKG="sshfs-fuse"

VM_LOGIN_TAG="NetBSD/amd64 (localhost) (constty)"
VM_LOGIN_TAG="NetBSD/amd64 (localhost) (console)"

VM_OPTS="conf/netbsd-8.0.opts.txt"

Expand Down

0 comments on commit 4edfe1b

Please sign in to comment.