Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glaszig/nanobsd-ng
https://github.com/glaszig/nanobsd-ng
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/glaszig/nanobsd-ng
- Owner: glaszig
- Created: 2011-10-26T20:14:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-26T20:40:33.000Z (about 13 years ago)
- Last Synced: 2024-12-26T12:51:27.846Z (27 days ago)
- Language: Shell
- Homepage:
- Size: 131 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# nanoBSD ng
This is a better toolset for creating nanobsd images.
Based on the original nanobsd script (which is being distributed with the FreeBSD sources) by [Paul-Henning Kamp](http://people.freebsd.org/~phk/), forked from [Tom Judge's work](http://www.tomjudge.com/index.php/FreeBSD/NanoBSD_NG#How_to_get_it).## Motivation
I could not reach Tom for the purpose of reporting some bugs, so i decided to fork his work and put it up here.
Personally, i'm using this tool set to build my own nanoBSD-based distribution for my HP N36L micro server as i got sick of the route the FreeNAS development is taking -- and the legacy versions are still missing support for Netatalk 2.2 which is needed for Time Machine on Mac OS Lion.## Development
Development will be happening inside the `dev` branch.## Usage
I'll just dump the output of `./nanobsd.sh -h`.Usage: ./nanobsd.sh [-bikqvw] [-a target_arch] -t target_name
-a target cpu architecture (amd64/arm/i386/sparc64)
-b suppress builds (both kernel and world)
-i suppress disk image build
-k suppress buildkernel
-n add -DNO_CLEAN to buildworld, buildkernel, etc
-q make output quiter
-v make output more verbose
-w suppress buildworld
-t nanobsd target to build> For further information on nanoBSD, please consult the [FreeBSD manual](http://www.freebsd.org/doc/en/articles/nanobsd/article.html).
## License
FreeBSD LicenseCopyright 2005 Poul-Henning Kamp. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:1. Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer.2. Redistributions in binary form must reproduce the above copyright notice, this list
of conditions and the following disclaimer in the documentation and/or other materials
provided with the distribution.THIS SOFTWARE IS PROVIDED BY ''AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of the copyright holder.