Skip to content

Commit fb8a888

Browse files
Add support for NetBSD 10.1
1 parent 269e779 commit fb8a888

File tree

6 files changed

+19
-0
lines changed

6 files changed

+19
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- 9.3
2626
- 9.4
2727
- '10.0'
28+
- '10.1'
2829

2930
architecture:
3031
- name: x86-64

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
- Added support for NetBSD 10.1
9+
710
## [0.4.0] - 2024-05-04
811
### Added
912
- Added support for NetBSD 9.4

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following architectures and versions are supported:
3434

3535
| Version | x86-64 | ARM64 |
3636
|---------|--------|-------|
37+
| 10.1 |||
3738
| 10.0 |||
3839
| 9.4 |||
3940
| 9.3 |||

var_files/10.1/arm64.pkrvars.hcl

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
checksum = "sha512:155dba2cad71856c3ac1cd4c0f8f5ff70867ca3ff8625e6453fe1d692d70176c41a3974c6c867fd1d8758a5ee24e47c83faa0ab87b23a0185b1a602aa88ada07"

var_files/10.1/common.pkrvars.hcl

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
generate_entropy_steps = [
2+
["a<enter><wait>", "Manually input random characters"],
3+
["{{uuid}}{{uuid}}{{uuid}}{{uuid}}<enter><wait10>", "Enter one line of random characters"]
4+
]
5+
6+
hostname_step = [
7+
["<enter><wait>", "Your host name"]
8+
]
9+
10+
pkgin_network_information_step = [
11+
["a<enter><wait5>", "Is the network information correct, Yes"]
12+
]

var_files/10.1/x86-64.pkrvars.hcl

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
checksum = "sha512:7a5e5071307e1795885ffc6e1b8aac465082c21c8b79f4c9b4103ef44e4f2da45477299d213ae0093f6534dc99dc2bbf78f41e9dd556c72a02516068bf43fe49"

0 commit comments

Comments
 (0)