From 362dfa33804d2ba5bed241f697aac0178be07d3d Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 22 Apr 2015 15:39:24 -0500 Subject: [PATCH] README.md: small formatting changes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83f837b2..7fadd231 100644 --- a/README.md +++ b/README.md @@ -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