base-files: dracut.void: avoid omitting some modules; use defaults.
This commit is contained in:
parent
3b980f3ed2
commit
5073bd99a1
|
@ -4,7 +4,6 @@
|
||||||
# Don't edit this file, it will be overwritten on next update.
|
# Don't edit this file, it will be overwritten on next update.
|
||||||
#
|
#
|
||||||
add_dracutmodules+=" drm "
|
add_dracutmodules+=" drm "
|
||||||
omit_dracutmodules+=" caps dash systemd "
|
|
||||||
stdloglvl=4
|
stdloglvl=4
|
||||||
realinitpath="/usr/lib/systemd/systemd"
|
realinitpath="/usr/lib/systemd/systemd"
|
||||||
prefix="/"
|
prefix="/"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-files'
|
# Template file for 'base-files'
|
||||||
pkgname=base-files
|
pkgname=base-files
|
||||||
version=0.98
|
version=0.99
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style="meta"
|
build_style="meta"
|
||||||
|
|
Loading…
Reference in New Issue