parallel boot warning (openrc/sysv)

This commit is contained in:
tastytea 2015-10-04 17:19:47 +02:00
parent 184fd68e6c
commit f1ec24decb
3 changed files with 8 additions and 0 deletions

View File

@ -16,3 +16,4 @@ SHOULD WORK ON:
WORKS NOT ON:
* Ubuntu 14.04 (initscript.sysv doesn't interrupt boot process)
* Systems with boot splash (I think)
* Systems with openrc/sysv-init and parallel boot

2
README
View File

@ -12,4 +12,6 @@ Run "hashboot.sh recover" to replace corrupted files with the backup
A backup is stored in /var/cache/bootbackup.tar.gz
You can't use the openrc/sysv init scripts with parallel boot.
Detailed documentation is in the sourcecode.

View File

@ -31,6 +31,11 @@ src_unpack() {
}
src_prepare() {
if grep -q '^rc_parallel="YES"' /etc/rc.conf
then
ewarn "hashboot does not work properly with parallel boot enabled."
fi
mkdir init
mv initscript.openrc init/hashboot
mv LICENSE HUG-WARE