diff options
author | Roy Marples <roy@marples.name> | 2008-01-05 20:43:32 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-05 20:43:32 +0000 |
commit | e6c9bdf2a30d84e35b783146ebe36314b4269ffb (patch) | |
tree | f9a3d84e4e70ae56a8d6b56d30fa4425cea1154c /README | |
parent | c92be49041a7b56f651a93e71e15e94bc8727489 (diff) |
Add the missing changes from the recent Makefile updates
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ Yup, that simple. Works with GNU make, FreeBSD make and pmake. Should work with every other make too. You may wish to tweak the installation with the below arguments -BIN_LDFLAGS=-static +PROGLDFLAGS=-static LIB=lib64 DESTDIR=/tmp/openrc-image PAM=pam @@ -16,7 +16,7 @@ TERMCAP=ncurses TERMCAP=termcap We don't support building a static OpenRC with PAM. -You may need to use BIN_LDFLAGS=-Wl,-Bstatic on glibc instead of just -static. +You may need to use PROGLDFLAGS=-Wl,-Bstatic on glibc instead of just -static. You can also brand OpenRC if you so wish like so BRANDING=\"Gentoo/$(uname -s)\" @@ -26,12 +26,12 @@ If any of the following files exist then we do not overwrite them /etc/rc /etc/rc.shutdown /etc/conf.d/* -/etc/inittab rc and rc.shutdown are the hooks from the BSD init into OpenRC. devd.conf is modified from FreeBSD to call /etc/rc.devd which is a generic hook into OpenRC. inittab is the same, but for SysVInit as used by most Linux distrubtions. +This can be found in the support folder. Obviously, if you're installing this onto a system that does not use OpenRC by default then you may wish to backup the above listed files, remove them and then install so that the OS hooks into OpenRC. |