The following changes were made:

* Removed modules from Should-Start in init script
  * Added udevadm hwdb --update to usher
This commit is contained in:
2018-10-01 16:54:26 -05:00
parent f32df69db5
commit 8603d9ecdf
3 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ export REPO = core
BRIEF = Fork of udev
DESC = eudev is a fork of system-udev with the goal of obtaining better \
compatibility with existing software
SNAPVER = 1
SNAPVER = 2
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')