add README and remove unused hook
This commit is contained in:
parent
0247812f76
commit
7656494a3a
2 changed files with 3 additions and 14 deletions
|
@ -41,6 +41,9 @@
|
||||||
gsettings set org.gnome.desktop.interface icon-theme Arc
|
gsettings set org.gnome.desktop.interface icon-theme Arc
|
||||||
gsettings set org.gnome.desktop.wm.preferences theme "Arc-Dark"
|
gsettings set org.gnome.desktop.wm.preferences theme "Arc-Dark"
|
||||||
|
|
||||||
|
### Um das xdg-desktop-portal-gnome nicht mehr zu starten
|
||||||
|
systemctl --user mask xdg-desktop-portal-gnome.service
|
||||||
|
|
||||||
### Liste zur README.bootparams
|
### Liste zur README.bootparams
|
||||||
https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio-archiso/-/blob/master/docs/README.bootparams
|
https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio-archiso/-/blob/master/docs/README.bootparams
|
||||||
|
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
[Trigger]
|
|
||||||
Operation=Install
|
|
||||||
Operation=Upgrade
|
|
||||||
Operation=Remove
|
|
||||||
Type=Package
|
|
||||||
Target=plymouth
|
|
||||||
# Change the linux part above and in the Exec line if a different kernel is used
|
|
||||||
|
|
||||||
[Action]
|
|
||||||
Description=Update Plymouth hook script
|
|
||||||
Depends=mkinitcpio
|
|
||||||
When=PostTransaction
|
|
||||||
NeedsTargets
|
|
||||||
Exec=/bin/sh -c 'cp /opt/deadc0de-os-code/hooks-disabled/plymouth /usr/lib/initcpio/hooks/; /usr/bin/mkinitcpio -P'
|
|
Loading…
Reference in a new issue