Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
4bcdcbac
Verified
Commit
4bcdcbac
authored
5 months ago
by
Clayton Craft
Browse files
Options
Downloads
Patches
Plain Diff
main/postmarketos-base: decrease udev logging verbosity
parent
7a633f38
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/postmarketos-base/APKBUILD
+6
-2
6 additions, 2 deletions
main/postmarketos-base/APKBUILD
main/postmarketos-base/rootfs-etc-udev-udev.conf
+5
-0
5 additions, 0 deletions
main/postmarketos-base/rootfs-etc-udev-udev.conf
with
11 additions
and
2 deletions
main/postmarketos-base/APKBUILD
+
6
−
2
View file @
4bcdcbac
pkgname
=
postmarketos-base
pkgver
=
3
6
pkgrel
=
4
pkgver
=
3
7
pkgrel
=
0
pkgdesc
=
"Meta package for minimal postmarketOS base"
url
=
"https://postmarketos.org"
arch
=
"noarch"
...
...
@@ -59,6 +59,7 @@ _source644="
etc/motd
usr/lib/os-release
etc/sysctl.d/disable-rp-filter.conf
etc/udev/udev.conf
usr/lib/udev/rules.d/20-tm2-touchkey-input.rules
usr/lib/udev/rules.d/20-tm2-touchkey-leds.rules
usr/lib/udev/rules.d/20-zinitix-input.rules
...
...
@@ -151,6 +152,7 @@ openrc() {
install
=
"
$subpkgname
.post-install"
replaces
=
"
busybox-openrc
eudev
openrc
zram-init-openrc
"
...
...
@@ -168,6 +170,7 @@ openrc() {
amove etc/init.d/deferred-initcalls
amove etc/init.d/swapfile
amove etc/init.d/tmpfs
amove etc/udev/udev.conf
}
sha512sums
=
"
...
...
@@ -181,6 +184,7 @@ e4576c58c35f80bedddb1e89e186f37d31a186d3e9eb046581b8c5d7b7d435e18924539e851d3e67
01403df3b5a2be0dd70387a3c32cf24a77bc097679fbefca585082a0970b7d756723c33687be3809351b5e31c85947db84861118bfeced8f5f865fe2452555ec rootfs-etc-motd
a4392d174905e42ecf4459d69a5ccc45d841ef9c773e3fd2c3b03ff5c64f5b832c42213986d8e32a58a977b2221c2e9d2c7e63480b0150b799d459f64651552e rootfs-usr-lib-os-release
b70ee1b39b5f33c9a3e6bf4259158519691c82c8cefb700d4df49eb749a2cce208082e00d4905b9eea2c4f75b6da62f73931931c92157b4132adb35dcf0e0a6f rootfs-etc-sysctl.d-disable-rp-filter.conf
6025282c9513835ae8e8d71a17ee81a6ef75c9651a5db9d6f018867264705f4eb874089abe2f01e31808486951c44d9dd8191ac0298734d905e772494b363f43 rootfs-etc-udev-udev.conf
b61c6116f972df08f460494cf3b511b7cb4046a65bb3bd840cddb5ca98518c4514dc5f8a9330bc9ac630e5adbfecc839cbd21f70cac5000a30fd2daeab0f02d7 rootfs-usr-lib-udev-rules.d-20-tm2-touchkey-input.rules
de4d8f258cb2ce654be15abe0188caa6ca9cc163fd45350f2025e7e9d043878e3f1202ef9033b1b15d7e18c4b40c3b19db387ee050a3baf03c4bd4293f4721e3 rootfs-usr-lib-udev-rules.d-20-tm2-touchkey-leds.rules
7c8afde33d3e9dfa84f3e7a3143bfb04263624c9ded0ccb91e554a6742a45c1e6b7222123eefa493d4d1015357d15bb4739ecdaed68862c65c7b02f0e30516e6 rootfs-usr-lib-udev-rules.d-20-zinitix-input.rules
...
...
This diff is collapsed.
Click to expand it.
main/postmarketos-base/rootfs-etc-udev-udev.conf
0 → 100644
+
5
−
0
View file @
4bcdcbac
# see udev.conf(5) for details
# Only show critical errors and worse by default, because other errors pollute
# the console/log and usually aren't all that helpful.
udev_log
=
"crit"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment