base-files: dracut: also omit dash module now that it works in 028.
This commit is contained in:
parent
b2ebbf5721
commit
e9b9319f0a
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +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+=" drm systemd "
|
add_dracutmodules+=" drm systemd "
|
||||||
omit_dracutmodules+=" caps "
|
omit_dracutmodules+=" caps dash "
|
||||||
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.87
|
version=0.88
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
makedepends="base-directories xbps-triggers"
|
makedepends="base-directories xbps-triggers"
|
||||||
|
|
Loading…
Reference in a new issue