README.md: small formatting changes

This commit is contained in:
William Hubbs 2015-04-22 15:39:24 -05:00
parent dccc0a9129
commit 362dfa3380

View File

@ -18,6 +18,7 @@ make install
You may wish to configure the installation by passing one or more of the You may wish to configure the installation by passing one or more of the
below arguments to the make command below arguments to the make command
```
PROGLDFLAGS=-static PROGLDFLAGS=-static
LIBNAME=lib64 LIBNAME=lib64
DESTDIR=/tmp/openrc-image DESTDIR=/tmp/openrc-image
@ -34,6 +35,7 @@ PKG_PREFIX=/usr/pkg
LOCAL_PREFIX=/usr/local LOCAL_PREFIX=/usr/local
PREFIX=/usr/local PREFIX=/usr/local
BRANDING=\"Gentoo/$(uname -s)\" BRANDING=\"Gentoo/$(uname -s)\"
```
## Notes ## 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 If any of the following files exist then we do not overwrite them
```
/etc/devd.conf /etc/devd.conf
/etc/rc /etc/rc
/etc/rc.shutdown /etc/rc.shutdown
/etc/conf.d/* /etc/conf.d/*
```
`rc` and `rc.shutdown` are the hooks from the BSD init into OpenRC. `rc` and `rc.shutdown` are the hooks from the BSD init into OpenRC.
@ -79,7 +83,7 @@ operation of the system.
## Reporting Bugs ## Reporting Bugs
If you are using Gentoo Linux, bugs can be filed on their bugzilla under 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]. Otherwise, you can report issues on our github [2].
Better yet, if you can contribute code, please feel free to submit pull Better yet, if you can contribute code, please feel free to submit pull