Skip to content

Commit

Permalink
HACKING.md: add a note about noahstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
nyuichi committed Jul 10, 2017
1 parent 5745695 commit 0e06212
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ $ INSTALL_PREFIX/libexec/noah -m ROOT_PATH PATH_TO_INIT
```
where `ROOT_PATH` is a path to the directory that is treated as the root mount point in the Linux box, and `PATH_TO_INIT` is a path to the first command to be run in the boot sequence, like `/bin/bash`.

`noahstrap` helps you set up a Linux environment on your local machine.
It retrieves a ready-to-use distro image from the Internet and extracts it to a specified directory.
`noahstrap` is installed via homebrew.

```console
$ brew install linux-noah/noah/noahstrap
$ noahstrap --help # prints help message
```

## Debugging

There are several methods to debug `noah`.
Expand Down

0 comments on commit 0e06212

Please sign in to comment.