[util-iso] tweak initsys error msg

This commit is contained in:
udeved 2016-02-20 21:38:19 +01:00
parent ded2eb91c7
commit ad5249cf2c

View file

@ -535,7 +535,7 @@ check_requirements(){
fi
if ! is_valid_init "${initsys}";then
die "initsys only accepts openrc/systemd value!"
die "%s is not a valid init system!" "${initsys}"
fi
local iso_kernel=${kernel:5:1} host_kernel=$(uname -r)