diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-26 11:06:46 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-26 11:06:46 -0700 |
| commit | a411b345bf6a4eadaaa65bb80e757823fc3eb562 (patch) | |
| tree | b4f1edcbdb90809b1f2fde3cd6a2ff0c77a7a239 | |
| parent | 6ed455ea1cc0af430d926d353944bb5b96c688ba (diff) | |
README: Add note about editing config.rc
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -66,6 +66,7 @@ patches). These instructions use some references to environment variables. You are meant to replace those with appropriate values for your system. +* `EDITOR`: Your text editor. * `DRIVE`: Your boot disk device. * `ROOTPART`: Your / partition device. * `BOOTPART`: Your /boot partition device. @@ -78,6 +79,10 @@ mount any sub-filesystems you want at this time (for example, `/boot`). git clone https://github.com/michaelforney/oasis src/oasis cd src/oasis +Next, configure `config.rc` to your liking. + + $EDITOR config.rc + Now, fetch and extract the sources for the various packages. rc ./fetch.rc -a |
