You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no mfsBSD image is available for download, the script can try to automatically build it for the specified FreeBSD release:
51
+
52
+
```
53
+
./build.sh -r 14.3 -b
54
+
```
55
+
56
+
Please note that building mfsBSD requires more diskspace and will automatically install all required dependencies. Refer to [mfsBSD build instructions](https://github.com/mmatuska/mfsbsd/blob/master/BUILD.md) for further information.
57
+
58
+
Cleanup build/tmp directories:
59
+
60
+
```
61
+
./build.sh -c
62
+
```
63
+
50
64
## Acknowledgement
51
65
52
66
Thanks to Martin Matuška for creating [mfsBSD](https://mfsbsd.vx.sk/) and his talk on [Deploying FreeBSD systems with Foreman](https://blog.vx.sk/archives/60).
0 commit comments