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
             @@ -63,5 +63,23 @@    63     63# PackageKit does not run without /etc/PackageKit/ and GNOME stalls    64     64# logout/reboot if it doesn't run.    65     65L? /etc/PackageKit           66# Required by man-db-cache-update.service           67L? /etc/sysconfig/man-db    66     68# sddm breaks otherwise, at least with homed?    67     69L? /etc/sddm           70           71## TODO:           72           73#firewalld           74# this stuff from the `setup` package in Fedora is just kinda funny...           75L? /etc/protocols           76L? /etc/firewalld           77L? /etc/logrotate.d/firewalld           78L? /etc/modprobe.d/firewalld-sysctls.conf           79L? /etc/sysconfig/firewalld           80           81# lm_sensors           82L? /etc/sysconfig/lm_sensors           83           84# cups           85L? /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