Skip to content
Snippets Groups Projects
Commit a2e5fb44 authored by Philip Müller's avatar Philip Müller
Browse files

[pm] use plymouth-shim

parent 615c1e05
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ plasma-phone-components ...@@ -56,6 +56,7 @@ plasma-phone-components
plasma-phonebook plasma-phonebook
#plasma-pix #plasma-pix
plasma-settings plasma-settings
plymouth-shim
qmlkonsole qmlkonsole
spacebar spacebar
telepathy-mission-control telepathy-mission-control
......
...@@ -56,6 +56,7 @@ plasma-phone-components-git ...@@ -56,6 +56,7 @@ plasma-phone-components-git
plasma-phonebook-git plasma-phonebook-git
#plasma-pix-git #plasma-pix-git
plasma-settings-git plasma-settings-git
plymouth-shim
qmlkonsole-git qmlkonsole-git
spacebar-git spacebar-git
telepathy-mission-control telepathy-mission-control
......
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
HoldPkg = pacman glibc manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst = manjaro-system manjaro-keyring manjaro-arm-keyring archlinux-keyring archlinuxarm-keyring
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = aarch64
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Manjaro Linux
# packagers with `pacman-key --populate archlinuxarm manjaro-arm`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
[mobile]
Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
...@@ -7,6 +7,7 @@ tlp.service ...@@ -7,6 +7,7 @@ tlp.service
zswap-arm.service zswap-arm.service
bootsplash-hide-when-booted.service bootsplash-hide-when-booted.service
bootsplash-show-on-shutdown.service bootsplash-show-on-shutdown.service
plymouth-shim.service
>pinephone pinephone-post-install.service >pinephone pinephone-post-install.service
>pinephone ofono.service >pinephone ofono.service
>pinephone ofonoctl.service >pinephone ofonoctl.service
......
...@@ -7,6 +7,7 @@ tlp.service ...@@ -7,6 +7,7 @@ tlp.service
zswap-arm.service zswap-arm.service
bootsplash-hide-when-booted.service bootsplash-hide-when-booted.service
bootsplash-show-on-shutdown.service bootsplash-show-on-shutdown.service
plymouth-shim.service
>pinephone pinephone-post-install.service >pinephone pinephone-post-install.service
>pinephone ofono.service >pinephone ofono.service
>pinephone ofonoctl.service >pinephone ofonoctl.service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment