https://github.com/fubarnetes/mfsbsd-testing
Testing MFSBSD image
https://github.com/fubarnetes/mfsbsd-testing
Last synced: 3 months ago
JSON representation
Testing MFSBSD image
- Host: GitHub
- URL: https://github.com/fubarnetes/mfsbsd-testing
- Owner: fubarnetes
- License: bsd-3-clause
- Created: 2018-12-18T23:43:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T00:25:56.000Z (over 6 years ago)
- Last Synced: 2025-01-13T06:25:04.570Z (4 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mfsbsd-testing
Testing MFSBSD image# Running
```
qemu-system-x86_64 \
-serial mon:stdio -nographic \
-boot d -cdrom mfsbsd/mfsbsd-12.0-STABLE-amd64.iso \
-m 5g \
-net user,hostfwd=tcp::10022-:22 -net nic
```# SSH
The SSH Keys in the `keys` directory allow sshing into the mfsbsd image. *THESE KEYS SHOULD NOT BE USED ANYWHERE ELSE*.```
ssh -i keys/id_ed25519 -p 10022 root@localhost
```# Building
Requirements
- FreeBSD 10 or later for mfsbsd
- Packages: `git`, `curl`, `jq````sh
#!/bin/sh
pkg install -y git curl jq
git clone https://github.com/fubarnetes/mfsbsd-testing
cd mfsbsd-testing
export GITHUB_TOKEN =
./build.sh
```If the current commit is tagged and a release exists on GitHub, the built ISO images are uploaded as assets.