https://github.com/berdav/openbsd-installfs-modifier
OpenBSD autoinstalling installXX.fs generator
https://github.com/berdav/openbsd-installfs-modifier
openbsd unattended-installation
Last synced: 22 days ago
JSON representation
OpenBSD autoinstalling installXX.fs generator
- Host: GitHub
- URL: https://github.com/berdav/openbsd-installfs-modifier
- Owner: berdav
- License: mit
- Created: 2020-07-04T16:56:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T15:08:44.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T08:43:12.989Z (3 months ago)
- Topics: openbsd, unattended-installation
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenBSD custom install.fs
Helper script and virtual machine to create `installXX.fs`.
## Usage
To generate an `installerXX.fs` you need the target version
of OpenBSD you want to install.1. Fire up the instance and push the `create_install.fs.sh` script to it.
You can use the provided Vagrantfile using
```bash
$ vagrant up
```
This machine is configured to push the script to `/usr/local/bin/` via
`ansible`. Access to it using `vagrant ssh`.2. Go to the directory that contains the target `authorized_keys` for the machine.
3. Launch the script without parameters, using the provided machine you don't need
to provide any password.4. Unzip and burn the `installXX.fs` to an USB or use [VM Injector](https://github.com/berdav/vm_injector)
to run it into the cloud.