base-files: dracut: also omit dash module now that it works in 028.

This commit is contained in:
Juan RP 2013-06-13 09:50:34 +02:00
parent b2ebbf5721
commit e9b9319f0a
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# Don't edit this file, it will be overwritten on next update.
#
add_dracutmodules+=" drm systemd "
omit_dracutmodules+=" caps "
omit_dracutmodules+=" caps dash "
stdloglvl=4
realinitpath="/usr/lib/systemd/systemd"
prefix="/"

View file

@ -1,6 +1,6 @@
# Template file for 'base-files'
pkgname=base-files
version=0.87
version=0.88
revision=1
bootstrap=yes
makedepends="base-directories xbps-triggers"