mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
systemd: cleanup hwdb.d/
This commit is contained in:
parent
1deb6bd5a5
commit
4785400da8
@ -107,6 +107,14 @@ post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/lib/rpm
|
||||
rm -f $INSTALL/usr/bin/kernel-install
|
||||
|
||||
rm -f $INSTALL/lib/udev/hwdb.d/20-OUI.hwdb
|
||||
rm -f $INSTALL/lib/udev/hwdb.d/20-acpi-vendor.hwdb
|
||||
rm -f $INSTALL/lib/udev/hwdb.d/20-bluetooth-vendor-product.hwdb
|
||||
rm -f $INSTALL/lib/udev/hwdb.d/20-pci-classes.hwdb
|
||||
rm -f $INSTALL/lib/udev/hwdb.d/20-pci-vendor-model.hwdb
|
||||
rm -f $INSTALL/lib/udev/hwdb.d/20-usb-classes.hwdb
|
||||
rm -f $INSTALL/lib/udev/hwdb.d/20-usb-vendor-model.hwdb
|
||||
|
||||
# tune journald.conf
|
||||
sed -e "s,^.*Compress=.*$,Compress=no,g" -i $INSTALL/etc/systemd/journald.conf
|
||||
sed -e "s,^.*SplitMode=.*$,SplitMode=none,g" -i $INSTALL/etc/systemd/journald.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user