An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## PrototypeNetBSD

![prototypeNetBSD](https://github.com/user-attachments/assets/ab6b73eb-5038-4b49-95dc-6bf3f22234d8)

_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_

![gnu](https://github.com/user-attachments/assets/66935a97-374f-4dbc-9f1c-428070fda139)

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_