From a411b345bf6a4eadaaa65bb80e757823fc3eb562 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 26 Jun 2016 11:06:46 -0700 Subject: README: Add note about editing config.rc --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 79c79d27..8eab6aff 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3