base-files: add fbcon kmod to dracut default conf.
This commit is contained in:
parent
a9d7079645
commit
d103855c85
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
#
|
#
|
||||||
omit_dracutmodules+=" dash "
|
omit_dracutmodules+=" dash "
|
||||||
omit_drivers+=" .*/fs/ocfs/.* "
|
omit_drivers+=" .*/fs/ocfs/.* "
|
||||||
add_drivers+=" radeon i915 nouveau "
|
add_drivers+=" fbcon radeon i915 nouveau "
|
||||||
stdloglvl=4
|
stdloglvl=4
|
||||||
realinitpath="/lib/systemd/systemd"
|
realinitpath="/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.68
|
version=0.69
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
|
Loading…
Reference in a new issue