base-files: disable systemd module in dracut by default.
This commit is contained in:
parent
435f26858f
commit
b070992cb7
|
@ -3,8 +3,8 @@
|
|||
#
|
||||
# Don't edit this file, it will be overwritten on next update.
|
||||
#
|
||||
add_dracutmodules+=" drm systemd "
|
||||
omit_dracutmodules+=" caps dash "
|
||||
add_dracutmodules+=" drm "
|
||||
omit_dracutmodules+=" caps dash systemd "
|
||||
stdloglvl=4
|
||||
realinitpath="/usr/lib/systemd/systemd"
|
||||
prefix="/"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-files'
|
||||
pkgname=base-files
|
||||
version=0.95
|
||||
version=0.96
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style="meta"
|
||||
|
|
Loading…
Reference in New Issue