patchstack/customized main

upstream kde profile

upower isn't required in powerdevil's dependency tree on Fedora

6 files changed+12
  README.md
2
  mkosi.conf
1
  mkosi.extra/usr/lib/tmpfiles.d/etc.conf
12
  mkosi.extra/usr/lib/systemd/system-preset/10-particleos.preset
5
  mkosi.conf.d/debian/mkosi.extra/usr/lib/tmpfiles.d/etc-debian.conf
14
+ mkosi.extra/usr/lib/systemd/system/display-manager.service.d/10-particleos.conf
2
README.md+1 -1
             @@ -15,7 +15,7 @@    15     15image.    16     16    17     17The ParticleOS image is built using [mkosi](https://github.com/systemd/mkosi).    18       You will need to install the current main branch of mkosi to build current            18You will need to install the current main branch of mkosi to build current    19     19ParticleOS images.    20     20    21     21First, configure the variant you'd like to build in `mkosi.local.conf`. For a
mkosi.conf+1
             @@ -5,6 +5,7 @@     5      5     6      6[Build]     7      7ToolsTree=default            8ToolsTreeProfiles=misc,runtime,gui     8      9History=yes     9     10CacheDirectory=mkosi.cache    10     11Incremental=yes
mkosi.extra/usr/lib/tmpfiles.d/etc.conf+12
             @@ -15,6 +15,9 @@    15     15L? /etc/bashrc    16     16L? /etc/bash.bashrc    17     17L? /etc/bash.bash_logout           18# TODO: drop once https://github.com/scop/bash-completion/pull/1399 is merged,           19# needed for shell completion of sd-run/run0           20L? /etc/bash_completion.d    18     21# Canonical location to look for certificates    19     22L? /etc/ca-certificates    20     23L? /etc/crypto-policies             @@ -51,5 +54,14 @@    51     54L /etc/fwupd    52     55# Required by gnome    53     56L? /etc/dconf           57L? /etc/skel           58# CUPS is pulled in by GNOME, and fails if the configs are not there           59L? /etc/cups           60# On some distributions various binaries in /usr/bin are managed via           61# /etc/alternatives.           62L? /etc/alternatives           63# PackageKit does not run without /etc/PackageKit/ and GNOME stalls           64# logout/reboot if it doesn't run.           65L? /etc/PackageKit    54     66# sddm breaks otherwise, at least with homed?    55     67L? /etc/sddm
mkosi.extra/usr/lib/systemd/system-preset/10-particleos.preset+2 -3
             @@ -25,9 +25,8 @@    25     25# Our own service to run systemctl preset --global.    26     26enable preset-global.service    27     27    28       # Should be enabled manually by the user after first boot.    29       disable gdm.service    30       disable sddm.service           28enable gdm.service           29enable sddm.service    31     30    32     31# Prefer socket activated SSH over daemon SSH    33     32disable sshd.service
mkosi.conf.d/debian/mkosi.extra/usr/lib/tmpfiles.d/etc-debian.conf-14
             @@ -9,20 +9,6 @@     9      9# On Debian/Ubuntu the nftable service fails if this config is not present    10     10L? /etc/nftables.conf    11     11    12       # Very basic stuff like awk and which is managed through alternatives    13       L? /etc/alternatives    14           15       # CUPS is pulled in by GNOME, and fails if the configs are not there    16       L? /etc/cups    17           18       # Needed to create users by GNOME's GUI    19       L? /etc/skel    20     12# These can be dropped once https://bugs.debian.org/1108017 is fixed    21     13L? /etc/adduser.conf    22     14L? /etc/deluser.conf    23           24       # PackageKit does not run without /etc/PackageKit/ and GNOME stalls logout/reboot if it doesn't run    25       L? /etc/PackageKit    26           27       # TODO: drop once https://github.com/scop/bash-completion/pull/1399 is merged, needed for shell completion of sd-run/run0    28       L? /etc/bash_completion.d
mkosi.extra/usr/lib/systemd/system/display-manager.service.d/10-particleos.conf+2
             @@ -0,0 +1,2 @@            1[Unit]            2After=first-boot-complete.target
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