mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
base-files: do not kms/fb drivers and disable caps/dash dracut modules.
This commit is contained in:
parent
34c04cb3c9
commit
0b19ce0397
2 changed files with 2 additions and 4 deletions
|
@ -4,9 +4,7 @@
|
||||||
# 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+=" systemd "
|
||||||
omit_dracutmodules+=" dash "
|
omit_dracutmodules+=" caps dash "
|
||||||
omit_drivers+=" .*/fs/ocfs/.* "
|
|
||||||
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.84
|
version=0.85
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
makedepends="base-directories xbps-triggers"
|
makedepends="base-directories xbps-triggers"
|
||||||
|
|
Loading…
Add table
Reference in a new issue