From e83328249863de893524368a29f0670bf457d9c4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 3 Oct 2015 17:36:39 +0200 Subject: [PATCH] added list of tested setups --- INSTALL | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/INSTALL b/INSTALL index f089f92..5a1288c 100644 --- a/INSTALL +++ b/INSTALL @@ -3,3 +3,16 @@ * Place hashboot.sh anywhere in $PATH * Install the appropriate init script * If applicable, copy kernel-hooks.debian to /etc/kernel/post{inst,rm}.d/zzz-hashboot (make sure it is called after all other hooks) + +VERIFIED TO WORK ON: + * Gentoo (as of 2015/10) + * Arch (as of 2015/10) + +SHOULD WORK ON: + * Systems with systemd init system + * Systems with openrc init system + * Systems with system v init system + +WORKS NOT ON: + * Ubuntu 14.04 (initscript.sysv doesn't interrupt boot process) + * Systems with boot splash (I think)