base-files: remove nouveau from initramfs.
This commit is contained in:
parent
9a82c5a1d9
commit
9d10b208d3
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
add_dracutmodules+=" convertfs "
|
add_dracutmodules+=" convertfs "
|
||||||
omit_dracutmodules+=" dash "
|
omit_dracutmodules+=" dash "
|
||||||
omit_drivers+=" .*/fs/ocfs/.* "
|
omit_drivers+=" .*/fs/ocfs/.* "
|
||||||
add_drivers+=" fbcon radeon i915 nouveau "
|
add_drivers+=" fbcon radeon i915 "
|
||||||
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.74
|
version=0.75
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
|
Loading…
Reference in a new issue