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
20
  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
             @@ -77,6 +77,8 @@    77     77        tar    78     78        tree    79     79        udev           80        # needed for fwupd?           81        udisks2    80     82        unzip    81     83        usbutils    82     84        util-linux
mkosi.extra/usr/lib/tmpfiles.d/etc.conf+20
             @@ -51,5 +51,25 @@    51     51L /etc/fwupd    52     52# Required by gnome    53     53L? /etc/dconf           54# Required by a bunch of binary symlinks in fedora           55L? /etc/alternatives           56# Required by man-db-cache-update.service           57L? /etc/sysconfig/man-db    54     58# sddm breaks otherwise, at least with homed?    55     59L? /etc/sddm           60           61## TODO:           62           63#firewalld           64# this stuff from the `setup` package in Fedora is just kinda funny...           65L? /etc/protocols           66L? /etc/firewalld           67L? /etc/logrotate.d/firewalld           68L? /etc/modprobe.d/firewalld-sysctls.conf           69L? /etc/sysconfig/firewalld           70           71# lm_sensors           72L? /etc/sysconfig/lm_sensors           73           74# cups           75L? /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             @@ -35,3 +36,6 @@    35     36enable sshd.socket    36     37enable ssh.socket    37     38enable sshd-keygen.service           39           40# Maybe man db           41enable 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