diff --git a/srcpkgs/runit-void/files/dracut.conf b/srcpkgs/runit-void/files/dracut.conf index 118be476a27..eab8f2ca44d 100644 --- a/srcpkgs/runit-void/files/dracut.conf +++ b/srcpkgs/runit-void/files/dracut.conf @@ -1,3 +1,3 @@ -add_modules+=" resume " -omit_modules+=" systemd " +add_dracutmodules+=" resume " +omit_dracutmodules+=" systemd " i18n_vars="/etc/rc.conf:KEYMAP,FONT,FONT_MAP,FONT_UNIMAP" diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template index 6440a5b7814..9812c9f2330 100644 --- a/srcpkgs/runit-void/template +++ b/srcpkgs/runit-void/template @@ -1,7 +1,7 @@ # Template file for 'runit-void' pkgname=runit-void version=20140511 -revision=1 +revision=2 build_style=gnu-makefile homepage="http://www.voidlinux.eu" short_desc="runit scripts for Void Linux"