https://github.com/archetypum/prototypenetbsd
NetBSD installation made easy.
https://github.com/archetypum/prototypenetbsd
administration administration-tools automation bsd gpl gplv3 netbsd netbsd-scripts server server-side shell shell-script unix unix-philosophy
Last synced: about 2 months ago
JSON representation
NetBSD installation made easy.
- Host: GitHub
- URL: https://github.com/archetypum/prototypenetbsd
- Owner: Archetypum
- License: gpl-3.0
- Created: 2025-02-25T12:49:03.000Z (over 1 year ago)
- Default Branch: stable
- Last Pushed: 2025-03-15T21:31:10.000Z (about 1 year ago)
- Last Synced: 2025-09-14T22:38:01.156Z (9 months ago)
- Topics: administration, administration-tools, automation, bsd, gpl, gplv3, netbsd, netbsd-scripts, server, server-side, shell, shell-script, unix, unix-philosophy
- Language: Shell
- Homepage: https://github.com/Archetypum
- Size: 84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-GPLv3.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
## PrototypeNetBSD

_PrototypeNetBSD_ - free and open source NetBSD post-installer that provides you various system profiles that default NetBSD installer lacks of.
The main goal of _PrototypeNetBSD_ is to make a **tool that automates configuring NetBSD-powered machines** for various tasks and **simplify interaction with NetBSD for new users**.
It's highly recommended to use _PrototypeNetBSD_ only when you **just installed NetBSD without any changes to the system**.
## Installation of PrototypeNetBSD (as root):
Clone the repository, then move it to your local NetBSD machine:
Take note that this directory should be located at root home directory.
```sh
git clone https://github.com/Archetypum/PrototypeNetBSD /root/PrototypeNetBSD
```
cd into the _PrototypeNetBSD/_ directory:
```sh
cd PrototypeNetBSD/
```
Run _main.sh_:
```sh
sh main.sh
```
## Credits
Check _AUTHORS.md_
## Licenses
_PrototypeNetBSD_ uses **GNU General Public License v3**.
More information in:
- _LICENSE-GPLv3.md_
- _https://www.fsf.org_
- _https://www.gnu.org_

All the NetBSD kernel and most of the core userland source code is released under the terms of the **BSD License (two, three, and four-clause variants)**.
More information in:
- _https://www.netbsd.org/about/redistribution_