mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
dracut: add ConsoleKit2/Plymouth udev seat rules
This commit is contained in:
parent
459b4fff8a
commit
f214ce4cbc
2 changed files with 12 additions and 1 deletions
11
srcpkgs/dracut/patches/plymouth-udev-seat.patch
Normal file
11
srcpkgs/dracut/patches/plymouth-udev-seat.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- modules.d/95udev-rules/module-setup.sh 2018-02-19 06:00:33.000000000 -0300
|
||||||
|
+++ modules.d/95udev-rules/module-setup.sh 2018-05-02 00:27:53.710253893 -0300
|
||||||
|
@@ -39,6 +39,8 @@
|
||||||
|
60-persistent-storage.rules \
|
||||||
|
61-persistent-storage-edd.rules \
|
||||||
|
70-uaccess.rules \
|
||||||
|
+ 71-plymouth-seat.rules \
|
||||||
|
+ 71-udev-seat.rules \
|
||||||
|
71-seat.rules \
|
||||||
|
73-seat-late.rules \
|
||||||
|
75-net-description.rules \
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dracut'
|
# Template file for 'dracut'
|
||||||
pkgname=dracut
|
pkgname=dracut
|
||||||
version=047
|
version=047
|
||||||
revision=4
|
revision=5
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc"
|
configure_args="--prefix=/usr --sysconfdir=/etc"
|
||||||
hostmakedepends="asciidoc pkg-config"
|
hostmakedepends="asciidoc pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue