Giter VIP home page Giter VIP logo

website's Introduction

NomadBSD

About

NomadBSD is a persistent live system for flash drives, based on FreeBSD.

Screenshots

Ready to use Image

Visit http://nomadbsd.org to download the recent image.

Requirements for Running NomadBSD

  • A >= 5GB flash drive
  • A (amd64/i386) system with a 1.2GHz CPU and 1G of RAM (2G when using ZFS) should be able to run NomadBSD decently.

Building the Image

Requirements for Building the Image

  • A recent FreeBSD system with approx. 30GB free disk space.
  • The build machine's major FreeBSD version must be >= the base system's major version of the image you want to build.
  • A recent ports tree.
  • The packages x11-fonts/mkfontscale, and textproc/markdown must be installed.

Cloning the Repository

% git clone --recursive https://github.com/nomadbsd/NomadBSD.git

Building the Image

Preparation

If your copy of the NomadBSD repository is not owned by the root user, run

# git config --global --add safe.directory /full/path/to/NomadBSD

as root before the first build. Otherwise the build script can't correctly generate the image name.

Building

By default, the build script builds a 64-bit (amd64) image. For a 32-bit (i386) image, or a Mac image set ARCH=i386 or ARCH=mac accordingly in build.cfg. ARCH can also be defined via the -a option.

NomadBSD can be build with UFS (default), and ZFS as file system. The file system can be defined via FILESYSTEM in build.cfg, or via the -f option.

# ./build all

Resuming from Build Errors

If something went wrong, you can resume the build after locating and fixing the problem that caused the build to stop.

# ./build resume

Writing the image to a USB memory stick

# dd if=nomadbsd.img of=/dev/da0 bs=1M conv=sync

website's People

Contributors

bsdlme avatar grahamperrin avatar mariochamorro avatar mertgunduz avatar mrclksr avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

website's Issues

Changing The HTML4 to HTML5.

Hello Marcel!

I'm trying to change the HTLM4 structure to HTML5, but It looks like it is impossible to do it with the .in files. Can we stop using the .in files and go for default HTML?

Let me know please :-)

Best regards,

IRC channel

Having issues connecting to the IRC channel. The IRC channel information may be outdated.

Download and directly write to a USB device

Here is an alternative way to download and at the same time directly write to a USB storage device without the need to store the compressed file to local storage first, hence saving both space and time:

root@host:/home/me# wget "https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/12.1/FreeBSD-12.1-RELEASE-amd64-dvd1.iso" -O /dev/sdX

Maybe it could be mentioned on the website.

Need help on using .in files

Hello, I would like to contribute to this repository, but the files, while the contents are mostly HTML code, the filename extension is .in.

Do I have to use a certain program, or can I edit it directly? Thank you.

Downloading image

When downloading the latest image. After downloading, I extract the file/folder and there is no .iso or .img. I must be doing it wrong. I have used etcher dozens of times. I just can't seem to get the image.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.