mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
runit-void: fix dracut settings, it's {add,omit}_dracutmodules.
This commit is contained in:
parent
8f03aecd4f
commit
f3a2e5009a
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
add_modules+=" resume "
|
add_dracutmodules+=" resume "
|
||||||
omit_modules+=" systemd "
|
omit_dracutmodules+=" systemd "
|
||||||
i18n_vars="/etc/rc.conf:KEYMAP,FONT,FONT_MAP,FONT_UNIMAP"
|
i18n_vars="/etc/rc.conf:KEYMAP,FONT,FONT_MAP,FONT_UNIMAP"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'runit-void'
|
# Template file for 'runit-void'
|
||||||
pkgname=runit-void
|
pkgname=runit-void
|
||||||
version=20140511
|
version=20140511
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
short_desc="runit scripts for Void Linux"
|
short_desc="runit scripts for Void Linux"
|
||||||
|
|
Loading…
Add table
Reference in a new issue