base-files: re-add dash and drm dracut modules.
- if dash is not in the initramfs 'rd.break' doesn't work. - if drm is not in the initramfs before systemd-vconsole-setup is called the efifb/vga/vesafb -> kms switch breaks font settings in all ttys: https://bugs.freedesktop.org/show_bug.cgi?id=64159
This commit is contained in:
parent
782cee2a6c
commit
b765ad561d
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
||||||
#
|
#
|
||||||
# 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+=" systemd "
|
add_dracutmodules+=" drm systemd "
|
||||||
omit_dracutmodules+=" caps dash "
|
omit_dracutmodules+=" caps "
|
||||||
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.85
|
version=0.86
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
makedepends="base-directories xbps-triggers"
|
makedepends="base-directories xbps-triggers"
|
||||||
|
|
Loading…
Reference in a new issue