diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-22 15:39:24 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-22 15:39:24 -0500 |
commit | 362dfa33804d2ba5bed241f697aac0178be07d3d (patch) | |
tree | ac8bd964c40fbba76b5f2e75700d3263cf01a088 /README.md | |
parent | dccc0a91292240022c4b120304b9198055d0d240 (diff) |
README.md: small formatting changes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -18,6 +18,7 @@ make install You may wish to configure the installation by passing one or more of the below arguments to the make command +``` PROGLDFLAGS=-static LIBNAME=lib64 DESTDIR=/tmp/openrc-image @@ -34,6 +35,7 @@ PKG_PREFIX=/usr/pkg LOCAL_PREFIX=/usr/local PREFIX=/usr/local BRANDING=\"Gentoo/$(uname -s)\" +``` ## Notes @@ -55,10 +57,12 @@ Only set `LOCAL_PREFIX` if different from `PKG_PREFIX`. If any of the following files exist then we do not overwrite them +``` /etc/devd.conf /etc/rc /etc/rc.shutdown /etc/conf.d/* +``` `rc` and `rc.shutdown` are the hooks from the BSD init into OpenRC. @@ -79,7 +83,7 @@ operation of the system. ## Reporting Bugs If you are using Gentoo Linux, bugs can be filed on their bugzilla under -the "gentoo hosted projects" product and the "openrc" component [1]. +the `gentoo hosted projects` product and the `openrc` component [1]. Otherwise, you can report issues on our github [2]. Better yet, if you can contribute code, please feel free to submit pull |