patchstack/customized main

upstream base

Patch does not have a description.
6 files changed+36
  mkosi.conf
2
  mkosi.extra/usr/lib/tmpfiles.d/etc.conf
18
  mkosi.profiles/desktop/mkosi.conf.d/fedora/mkosi.conf
1
  mkosi.extra/usr/lib/systemd/system-preset/10-particleos.preset
4
+ mkosi.conf.d/fedora/mkosi.extra/usr/lib/tmpfiles.d/etc-fedora.conf
6
+ mkosi.extra/usr/lib/systemd/system/multi-user.target.wants/man-db-cache-update.service
1
mkosi.conf+2
             @@ -78,6 +78,8 @@    78     78        tar    79     79        tree    80     80        udev           81        # needed for fwupd?           82        udisks2    81     83        unzip    82     84        usbutils    83     85        util-linux
mkosi.extra/usr/lib/tmpfiles.d/etc.conf+18
             @@ -69,3 +69,21 @@    69     69L? /etc/dbus1/systemd.d/org.freedesktop.ModemManager1.conf    70     70# man fails without this in /etc/    71     71L? /etc/manpath.config           72# Required by man-db-cache-update.service           73L? /etc/sysconfig/man-db           74           75## TODO:           76           77#firewalld           78# this stuff from the `setup` package in Fedora is just kinda funny...           79L? /etc/protocols           80L? /etc/firewalld           81L? /etc/logrotate.d/firewalld           82L? /etc/modprobe.d/firewalld-sysctls.conf           83L? /etc/sysconfig/firewalld           84           85# lm_sensors           86L? /etc/sysconfig/lm_sensors           87           88# cups           89L? /etc/cups
mkosi.profiles/desktop/mkosi.conf.d/fedora/mkosi.conf+1
             @@ -23,4 +23,5 @@    23     23        steam-devices    24     24        tuned-ppd    25     25        google-noto-fonts-all           26        google-noto-color-emoji-fonts    26     27        wpa_supplicant
mkosi.extra/usr/lib/systemd/system-preset/10-particleos.preset+4
             @@ -18,6 +18,7 @@    18     18    19     19# Disable avahi in favor of resolved    20     20disable avahi.*           21disable avahi-daemon.*    21     22    22     23enable pcscd.service    23     24enable power-profiles-daemon.service             @@ -34,3 +35,6 @@    34     35enable sshd.socket    35     36enable ssh.socket    36     37enable sshd-keygen.service           38           39# Maybe man db           40enable man-db-cache-update.service
mkosi.conf.d/fedora/mkosi.extra/usr/lib/tmpfiles.d/etc-fedora.conf+6
             @@ -0,0 +1,6 @@            1# SPDX-License-Identifier: LGPL-2.1-or-later            2            3# Required to source dbus drop-in configurations from other packages like wpa_supplicant            4L? /etc/dbus-1            5# Required by by podman, at least for policy.json            6L? /etc/containers
mkosi.extra/usr/lib/systemd/system/multi-user.target.wants/man-db-cache-update.service+1
             @@ -0,0 +1,1 @@            1../man-db-cache-update.service
jcgl updated patch to version 8
jcgl updated patch to version 7
jcgl updated patch to version 6
jcgl updated patch to version 5
jcgl updated patch to version 4
jcgl updated patch to version 3
jcgl updated patch to version 2
jcgl created patch version 1