pi_optimierungen
This commit is contained in:
parent
6c3627f469
commit
539afebad9
8 changed files with 1130 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
/root/
|
||||||
/manjaro/
|
/manjaro/
|
||||||
/lite/
|
/lite/
|
||||||
/out/
|
/out/
|
||||||
|
|
|
@ -545,9 +545,11 @@ cp /opt/${repo}/x11vnc.pass /etc/x11vnc.pass
|
||||||
cp /opt/${repo}/aurinstall.sh /usr/bin/aurinstaller
|
cp /opt/${repo}/aurinstall.sh /usr/bin/aurinstaller
|
||||||
chmod +x /usr/bin/aurinstaller
|
chmod +x /usr/bin/aurinstaller
|
||||||
|
|
||||||
|
if [ "$version" != "pi" ]; then
|
||||||
su "$username" -c "aurinstaller "https://aur.archlinux.org/plymouth.git""
|
su "$username" -c "aurinstaller "https://aur.archlinux.org/plymouth.git""
|
||||||
su "$username" -c "aurinstaller "https://aur.archlinux.org/plymouth-theme-dark-arch.git""
|
su "$username" -c "aurinstaller "https://aur.archlinux.org/plymouth-theme-dark-arch.git""
|
||||||
plymouth-set-default-theme -R dark-arch
|
plymouth-set-default-theme -R dark-arch
|
||||||
|
fi
|
||||||
|
|
||||||
# nano
|
# nano
|
||||||
echo "include "/usr/share/nano/*.nanorc"" > /etc/nanorc
|
echo "include "/usr/share/nano/*.nanorc"" > /etc/nanorc
|
||||||
|
@ -749,8 +751,10 @@ if [ "$version" != "lite" ]; then
|
||||||
gnomeconfig
|
gnomeconfig
|
||||||
copyconfig
|
copyconfig
|
||||||
|
|
||||||
|
if [ "$version" != "pi" ]; then
|
||||||
# zusatzsoftware
|
# zusatzsoftware
|
||||||
su "$username" -c "aurinstaller "https://aur.archlinux.org/google-chrome.git""
|
su "$username" -c "aurinstaller "https://aur.archlinux.org/google-chrome.git""
|
||||||
|
fi
|
||||||
|
|
||||||
# install-firacode
|
# install-firacode
|
||||||
# In download.sh
|
# In download.sh
|
||||||
|
|
|
@ -10,7 +10,8 @@ echo "Als root Angemeldet"
|
||||||
|
|
||||||
fdisk -l
|
fdisk -l
|
||||||
|
|
||||||
read -p "Wo soll das Image aufgespielt werden?: sda,sdb,sdc : " device
|
read -p "Wo soll das Image aufgespielt werden?: /dev/sda : " device
|
||||||
|
[[ -z "${device}" ]] && device=/dev/sda
|
||||||
|
|
||||||
if [ -f arch-simon_os-*-armV7.tar.gz ]
|
if [ -f arch-simon_os-*-armV7.tar.gz ]
|
||||||
then
|
then
|
||||||
|
@ -21,8 +22,8 @@ else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "device:" $device
|
echo "device: ${device}"
|
||||||
echo "Image:" $image
|
echo "Image: ${image}"
|
||||||
|
|
||||||
read -p "Sind alle Angaben Richtig?: [Y/n] " sicherheitsabfrage
|
read -p "Sind alle Angaben Richtig?: [Y/n] " sicherheitsabfrage
|
||||||
|
|
||||||
|
@ -34,9 +35,9 @@ fi
|
||||||
|
|
||||||
if [ -f /usr/bin/pacman ]
|
if [ -f /usr/bin/pacman ]
|
||||||
then
|
then
|
||||||
pacman -S dosfstools wget
|
pacman -S dosfstools wget --needed --noconfirm
|
||||||
else
|
else
|
||||||
apt-get install bsdtar dosfstools
|
apt-get install bsdtar dosfstools -y
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if cat /proc/mounts | grep /dev/"$device"1 > /dev/null; then
|
if cat /proc/mounts | grep /dev/"$device"1 > /dev/null; then
|
||||||
|
|
|
@ -32,7 +32,7 @@ if [ -f /usr/bin/pacman ]
|
||||||
then
|
then
|
||||||
pacman -S dosfstools wget --needed --noconfirm
|
pacman -S dosfstools wget --needed --noconfirm
|
||||||
else
|
else
|
||||||
apt-get install bsdtar dosfstools
|
apt-get install bsdtar dosfstools -y
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if cat /proc/mounts | grep "$device"1 > /dev/null; then
|
if cat /proc/mounts | grep "$device"1 > /dev/null; then
|
||||||
|
|
77
mirrorlist_pi
Executable file
77
mirrorlist_pi
Executable file
|
@ -0,0 +1,77 @@
|
||||||
|
################################################################################
|
||||||
|
################# Arch Linux mirrorlist generated by Reflector #################
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
# With: reflector -c Germany -p http -p https --sort rate -n 0
|
||||||
|
# When: 2018-06-04 15:53:24 UTC
|
||||||
|
# From: https://www.archlinux.org/mirrors/status/json/
|
||||||
|
# Retrieved: 2018-06-04 15:49:16 UTC
|
||||||
|
# Last Check: 2018-06-04 15:08:19 UTC
|
||||||
|
|
||||||
|
Server = http://artfiles.org/archlinux.org/$repo/os/$arch
|
||||||
|
Server = http://mirror.united-gameserver.de/archlinux/$repo/os/$arch
|
||||||
|
Server = http://arch.jensgutermuth.de/$repo/os/$arch
|
||||||
|
Server = http://ftp.wrz.de/pub/archlinux/$repo/os/$arch
|
||||||
|
Server = http://mirror.orbit-os.com/archlinux/$repo/os/$arch
|
||||||
|
Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch
|
||||||
|
Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
|
||||||
|
Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch
|
||||||
|
Server = http://archlinux.eu.mirror.zoidplex.net/$repo/os/$arch
|
||||||
|
Server = http://arch.eckner.net/archlinux/$repo/os/$arch
|
||||||
|
Server = http://mirror.thomaskilian.net/archlinux/$repo/os/$arch
|
||||||
|
Server = http://mirror.ubrco.de/archlinux/$repo/os/$arch
|
||||||
|
Server = http://mirrors.niyawe.de/archlinux/$repo/os/$arch
|
||||||
|
Server = http://mirror.pseudoform.org/$repo/os/$arch
|
||||||
|
Server = http://mirror.michael-eckert.net/archlinux/$repo/os/$arch
|
||||||
|
Server = http://archlinux.honkgong.info/$repo/os/$arch
|
||||||
|
Server = http://repo.itmettke.de/archlinux/$repo/os/$arch
|
||||||
|
Server = http://archlinux.nullpointer.io/$repo/os/$arch
|
||||||
|
Server = http://archlinux.thaller.ws/$repo/os/$arch
|
||||||
|
Server = http://archlinux.mirror.iphh.net/$repo/os/$arch
|
||||||
|
Server = http://mirror.f4st.host/archlinux/$repo/os/$arch
|
||||||
|
Server = http://archlinux.thelinuxnetworx.rocks/$repo/os/$arch
|
||||||
|
Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
|
||||||
|
Server = http://mirror.23media.de/archlinux/$repo/os/$arch
|
||||||
|
Server = http://mirror.hactar.xyz/$repo/os/$arch
|
||||||
|
Server = https://arch.jensgutermuth.de/$repo/os/$arch
|
||||||
|
Server = https://ftp.wrz.de/pub/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirror.orbit-os.com/archlinux/$repo/os/$arch
|
||||||
|
Server = https://arch.eckner.net/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirror.metalgamer.eu/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirror.bethselamin.de/$repo/os/$arch
|
||||||
|
Server = https://mirror.netcologne.de/archlinux/$repo/os/$arch
|
||||||
|
Server = https://archlinux.layer8.fail/$repo/os/$arch
|
||||||
|
Server = https://mirror.ubrco.de/archlinux/$repo/os/$arch
|
||||||
|
Server = https://www.ratenzahlung.de/mirror/archlinux/$repo/os/$arch
|
||||||
|
Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirror.f4st.host/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirrors.niyawe.de/archlinux/$repo/os/$arch
|
||||||
|
Server = https://archlinux.eu.mirror.zoidplex.net/$repo/os/$arch
|
||||||
|
Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
|
||||||
|
Server = http://linux.rz.rub.de/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirror.michael-eckert.net/archlinux/$repo/os/$arch
|
||||||
|
Server = http://ftp.fau.de/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirror.thomaskilian.net/archlinux/$repo/os/$arch
|
||||||
|
Server = http://mirror.metalgamer.eu/archlinux/$repo/os/$arch
|
||||||
|
Server = https://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirror.hactar.xyz/$repo/os/$arch
|
||||||
|
Server = https://archlinux.nullpointer.io/$repo/os/$arch
|
||||||
|
Server = http://mirror.gnomus.de/$repo/os/$arch
|
||||||
|
Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch
|
||||||
|
Server = http://packages.oth-regensburg.de/archlinux/$repo/os/$arch
|
||||||
|
Server = http://ftp.gwdg.de/pub/linux/archlinux/$repo/os/$arch
|
||||||
|
Server = https://archlinux.thaller.ws/$repo/os/$arch
|
||||||
|
Server = https://archlinux.thelinuxnetworx.rocks/$repo/os/$arch
|
||||||
|
Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/$arch
|
||||||
|
Server = https://repo.itmettke.de/archlinux/$repo/os/$arch
|
||||||
|
Server = https://ftp.fau.de/archlinux/$repo/os/$arch
|
||||||
|
Server = https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
|
||||||
|
Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
|
||||||
|
Server = https://packages.oth-regensburg.de/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirror.fra10.de.leaseweb.net/archlinux/$repo/os/$arch
|
||||||
|
Server = http://mirror.fra10.de.leaseweb.net/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirror.pseudoform.org/$repo/os/$arch
|
||||||
|
Server = http://www.gutscheindrache.com/mirror/archlinux/$repo/os/$arch
|
||||||
|
Server = https://mirror.jankoppe.de/archlinux/$repo/os/$arch
|
||||||
|
|
933
packages_pi.txt
Normal file
933
packages_pi.txt
Normal file
|
@ -0,0 +1,933 @@
|
||||||
|
a52dec
|
||||||
|
aalib
|
||||||
|
accountsservice
|
||||||
|
acl
|
||||||
|
acpi
|
||||||
|
acpid
|
||||||
|
adwaita-icon-theme
|
||||||
|
alsa-firmware
|
||||||
|
alsa-lib
|
||||||
|
alsa-plugins
|
||||||
|
alsa-utils
|
||||||
|
android-tools
|
||||||
|
android-udev
|
||||||
|
appstream-glib
|
||||||
|
apr
|
||||||
|
apr-util
|
||||||
|
arc-gtk-theme
|
||||||
|
arc-icon-theme
|
||||||
|
archlinux-appstream-data
|
||||||
|
archlinux-keyring
|
||||||
|
argon2
|
||||||
|
aspell
|
||||||
|
at-spi2-atk
|
||||||
|
at-spi2-core
|
||||||
|
atk
|
||||||
|
atkmm
|
||||||
|
atom
|
||||||
|
attr
|
||||||
|
audacious
|
||||||
|
audacious-plugins
|
||||||
|
autoconf
|
||||||
|
automake
|
||||||
|
avahi
|
||||||
|
b43-fwcutter
|
||||||
|
babl
|
||||||
|
bash
|
||||||
|
bc
|
||||||
|
binutils
|
||||||
|
bison
|
||||||
|
blueman
|
||||||
|
bluez
|
||||||
|
bluez-libs
|
||||||
|
boost-libs
|
||||||
|
brotli
|
||||||
|
btrfs-progs
|
||||||
|
bzip2
|
||||||
|
ca-certificates
|
||||||
|
ca-certificates-cacert
|
||||||
|
ca-certificates-mozilla
|
||||||
|
ca-certificates-utils
|
||||||
|
cairo
|
||||||
|
cairomm
|
||||||
|
cantarell-fonts
|
||||||
|
catfish
|
||||||
|
cdparanoia
|
||||||
|
celt
|
||||||
|
chromaprint
|
||||||
|
chromium
|
||||||
|
cifs-utils
|
||||||
|
clucene
|
||||||
|
cmake
|
||||||
|
colord
|
||||||
|
coreutils
|
||||||
|
cpupower
|
||||||
|
cracklib
|
||||||
|
crda
|
||||||
|
cronie
|
||||||
|
cryptsetup
|
||||||
|
cups
|
||||||
|
cups-filters
|
||||||
|
cups-pdf
|
||||||
|
cups-pk-helper
|
||||||
|
curl
|
||||||
|
db
|
||||||
|
dbus
|
||||||
|
dbus-glib
|
||||||
|
dconf
|
||||||
|
desktop-file-utils
|
||||||
|
device-mapper
|
||||||
|
dhclient
|
||||||
|
dhcpcd
|
||||||
|
diffutils
|
||||||
|
ding-libs
|
||||||
|
dmidecode
|
||||||
|
dmraid
|
||||||
|
dnsmasq
|
||||||
|
dnssec-anchors
|
||||||
|
dosfstools
|
||||||
|
double-conversion
|
||||||
|
dsniff
|
||||||
|
e2fsprogs
|
||||||
|
ecryptfs-utils
|
||||||
|
efibootmgr
|
||||||
|
efivar
|
||||||
|
enchant
|
||||||
|
engrampa
|
||||||
|
exfat-utils
|
||||||
|
exiv2
|
||||||
|
exo
|
||||||
|
expat
|
||||||
|
f2fs-tools
|
||||||
|
faac
|
||||||
|
faad2
|
||||||
|
fakeroot
|
||||||
|
farstream
|
||||||
|
ffmpeg
|
||||||
|
ffmpegthumbnailer
|
||||||
|
fftw
|
||||||
|
file
|
||||||
|
filesystem
|
||||||
|
filezilla
|
||||||
|
findutils
|
||||||
|
firefox
|
||||||
|
flac
|
||||||
|
flex
|
||||||
|
fontconfig
|
||||||
|
foomatic-db-engine
|
||||||
|
freeglut
|
||||||
|
freetype2
|
||||||
|
fribidi
|
||||||
|
fuse-common
|
||||||
|
fuse2
|
||||||
|
galculator-gtk2
|
||||||
|
gamin
|
||||||
|
garcon
|
||||||
|
gawk
|
||||||
|
gc
|
||||||
|
gcab
|
||||||
|
gcc
|
||||||
|
gcc-libs
|
||||||
|
gconf
|
||||||
|
gcr
|
||||||
|
gd
|
||||||
|
gdbm
|
||||||
|
gdk-pixbuf2
|
||||||
|
geoclue2
|
||||||
|
gettext
|
||||||
|
ghostscript
|
||||||
|
giflib
|
||||||
|
gimp
|
||||||
|
git
|
||||||
|
glew
|
||||||
|
glib-networking
|
||||||
|
glib2
|
||||||
|
glibc
|
||||||
|
glibmm
|
||||||
|
glu
|
||||||
|
gmp
|
||||||
|
gnome-icon-theme
|
||||||
|
gnome-icon-theme-symbolic
|
||||||
|
gnome-keyring
|
||||||
|
gnome-menus
|
||||||
|
gnome-themes-extra
|
||||||
|
gnupg
|
||||||
|
gnutls
|
||||||
|
gobject-introspection-runtime
|
||||||
|
gparted
|
||||||
|
gpgme
|
||||||
|
gpm
|
||||||
|
gptfdisk
|
||||||
|
graphene
|
||||||
|
graphite
|
||||||
|
grep
|
||||||
|
groff
|
||||||
|
grub
|
||||||
|
gsettings-desktop-schemas
|
||||||
|
gsfonts
|
||||||
|
gsm
|
||||||
|
gssproxy
|
||||||
|
gst-libav
|
||||||
|
gst-plugins-bad
|
||||||
|
gst-plugins-base
|
||||||
|
gst-plugins-base-libs
|
||||||
|
gst-plugins-good
|
||||||
|
gst-plugins-ugly
|
||||||
|
gstreamer
|
||||||
|
gtk-engine-murrine
|
||||||
|
gtk-update-icon-cache
|
||||||
|
gtk-xfce-engine
|
||||||
|
gtk2
|
||||||
|
gtk3
|
||||||
|
gtkmm
|
||||||
|
gtkmm3
|
||||||
|
gtksourceview3
|
||||||
|
gtkspell
|
||||||
|
gufw
|
||||||
|
guile
|
||||||
|
gvfs
|
||||||
|
gvfs-afc
|
||||||
|
gvfs-gphoto2
|
||||||
|
gvfs-mtp
|
||||||
|
gvfs-nfs
|
||||||
|
gvfs-smb
|
||||||
|
gzip
|
||||||
|
harfbuzz
|
||||||
|
harfbuzz-icu
|
||||||
|
haveged
|
||||||
|
hdparm
|
||||||
|
hexchat
|
||||||
|
hicolor-icon-theme
|
||||||
|
hplip
|
||||||
|
hspell
|
||||||
|
htop
|
||||||
|
hunspell
|
||||||
|
hunspell-de
|
||||||
|
hwids
|
||||||
|
hwinfo
|
||||||
|
hydra
|
||||||
|
hyphen
|
||||||
|
iana-etc
|
||||||
|
icu
|
||||||
|
ijs
|
||||||
|
ilmbase
|
||||||
|
imagemagick
|
||||||
|
imlib2
|
||||||
|
inetutils
|
||||||
|
iniparser
|
||||||
|
intel-ucode
|
||||||
|
intltool
|
||||||
|
iproute2
|
||||||
|
iptables
|
||||||
|
iputils
|
||||||
|
ipw2100-fw
|
||||||
|
ipw2200-fw
|
||||||
|
iso-codes
|
||||||
|
iw
|
||||||
|
jack
|
||||||
|
jansson
|
||||||
|
jasper
|
||||||
|
java-environment-common
|
||||||
|
java-runtime-common
|
||||||
|
jbig2dec
|
||||||
|
jdk8-openjdk
|
||||||
|
jfsutils
|
||||||
|
jre8-openjdk
|
||||||
|
jre8-openjdk-headless
|
||||||
|
js52
|
||||||
|
json-c
|
||||||
|
json-glib
|
||||||
|
kauth
|
||||||
|
kbd
|
||||||
|
kcoreaddons
|
||||||
|
keyutils
|
||||||
|
kitemmodels
|
||||||
|
kmod
|
||||||
|
krb5
|
||||||
|
ladspa
|
||||||
|
lame
|
||||||
|
lcms
|
||||||
|
lcms2
|
||||||
|
ldb
|
||||||
|
ldns
|
||||||
|
less
|
||||||
|
lib32-alsa-lib
|
||||||
|
lib32-alsa-plugins
|
||||||
|
lib32-attr
|
||||||
|
lib32-bzip2
|
||||||
|
lib32-dbus
|
||||||
|
lib32-expat
|
||||||
|
lib32-flac
|
||||||
|
lib32-flex
|
||||||
|
lib32-gcc-libs
|
||||||
|
lib32-glew
|
||||||
|
lib32-glib2
|
||||||
|
lib32-glibc
|
||||||
|
lib32-glu
|
||||||
|
lib32-icu
|
||||||
|
lib32-libasyncns
|
||||||
|
lib32-libcanberra
|
||||||
|
lib32-libcanberra-pulse
|
||||||
|
lib32-libcap
|
||||||
|
lib32-libdrm
|
||||||
|
lib32-libelf
|
||||||
|
lib32-libffi
|
||||||
|
lib32-libgcrypt
|
||||||
|
lib32-libglvnd
|
||||||
|
lib32-libgpg-error
|
||||||
|
lib32-libice
|
||||||
|
lib32-libltdl
|
||||||
|
lib32-libogg
|
||||||
|
lib32-libpciaccess
|
||||||
|
lib32-libpulse
|
||||||
|
lib32-libsm
|
||||||
|
lib32-libsndfile
|
||||||
|
lib32-libvorbis
|
||||||
|
lib32-libx11
|
||||||
|
lib32-libxau
|
||||||
|
lib32-libxcb
|
||||||
|
lib32-libxdamage
|
||||||
|
lib32-libxdmcp
|
||||||
|
lib32-libxext
|
||||||
|
lib32-libxfixes
|
||||||
|
lib32-libxi
|
||||||
|
lib32-libxml2
|
||||||
|
lib32-libxmu
|
||||||
|
lib32-libxshmfence
|
||||||
|
lib32-libxss
|
||||||
|
lib32-libxt
|
||||||
|
lib32-libxtst
|
||||||
|
lib32-libxxf86vm
|
||||||
|
lib32-llvm-libs
|
||||||
|
lib32-lm_sensors
|
||||||
|
lib32-mesa
|
||||||
|
lib32-mesa-demos
|
||||||
|
lib32-ncurses
|
||||||
|
lib32-nvidia-utils
|
||||||
|
lib32-pcre
|
||||||
|
lib32-readline
|
||||||
|
lib32-systemd
|
||||||
|
lib32-tdb
|
||||||
|
lib32-util-linux
|
||||||
|
lib32-wayland
|
||||||
|
lib32-xz
|
||||||
|
lib32-zlib
|
||||||
|
libabw
|
||||||
|
libaio
|
||||||
|
libarchive
|
||||||
|
libass
|
||||||
|
libassuan
|
||||||
|
libasyncns
|
||||||
|
libatasmart
|
||||||
|
libatomic_ops
|
||||||
|
libavc1394
|
||||||
|
libblockdev
|
||||||
|
libbluray
|
||||||
|
libbs2b
|
||||||
|
libbsd
|
||||||
|
libburn
|
||||||
|
libbytesize
|
||||||
|
libcaca
|
||||||
|
libcanberra
|
||||||
|
libcanberra-pulse
|
||||||
|
libcap
|
||||||
|
libcap-ng
|
||||||
|
libcddb
|
||||||
|
libcdio
|
||||||
|
libcdio-paranoia
|
||||||
|
libcdr
|
||||||
|
libcmis
|
||||||
|
libcroco
|
||||||
|
libcups
|
||||||
|
libdaemon
|
||||||
|
libdatrie
|
||||||
|
libdc1394
|
||||||
|
libdca
|
||||||
|
libdrm
|
||||||
|
libdv
|
||||||
|
libdvbpsi
|
||||||
|
libdvdcss
|
||||||
|
libdvdnav
|
||||||
|
libdvdread
|
||||||
|
libe-book
|
||||||
|
libebml
|
||||||
|
libedit
|
||||||
|
libelf
|
||||||
|
libepoxy
|
||||||
|
libetonyek
|
||||||
|
libevdev
|
||||||
|
libevent
|
||||||
|
libexif
|
||||||
|
libexttextcat
|
||||||
|
libfdk-aac
|
||||||
|
libffi
|
||||||
|
libfontenc
|
||||||
|
libfreehand
|
||||||
|
libgadu
|
||||||
|
libgcrypt
|
||||||
|
libglade
|
||||||
|
libglvnd
|
||||||
|
libgme
|
||||||
|
libgpg-error
|
||||||
|
libgphoto2
|
||||||
|
libgsf
|
||||||
|
libgudev
|
||||||
|
libguess
|
||||||
|
libgusb
|
||||||
|
libibus
|
||||||
|
libical
|
||||||
|
libice
|
||||||
|
libid3tag
|
||||||
|
libidn
|
||||||
|
libidn2
|
||||||
|
libiec61883
|
||||||
|
libimobiledevice
|
||||||
|
libinput
|
||||||
|
libisofs
|
||||||
|
libjpeg-turbo
|
||||||
|
libkate
|
||||||
|
libkeybinder3
|
||||||
|
libksba
|
||||||
|
liblangtag
|
||||||
|
libldap
|
||||||
|
liblouis
|
||||||
|
liblqr
|
||||||
|
libmad
|
||||||
|
libmagick
|
||||||
|
libmatroska
|
||||||
|
libmbim
|
||||||
|
libmm-glib
|
||||||
|
libmms
|
||||||
|
libmng
|
||||||
|
libmnl
|
||||||
|
libmodplug
|
||||||
|
libmp4v2
|
||||||
|
libmpc
|
||||||
|
libmpcdec
|
||||||
|
libmpd
|
||||||
|
libmpeg2
|
||||||
|
libmspub
|
||||||
|
libmtp
|
||||||
|
libmwaw
|
||||||
|
libndp
|
||||||
|
libnetfilter_conntrack
|
||||||
|
libnewt
|
||||||
|
libnfnetlink
|
||||||
|
libnfs
|
||||||
|
libnftnl
|
||||||
|
libnghttp2
|
||||||
|
libnice
|
||||||
|
libnl
|
||||||
|
libnm
|
||||||
|
libnm-glib
|
||||||
|
libnotify
|
||||||
|
libnsl
|
||||||
|
libodfgen
|
||||||
|
libofa
|
||||||
|
libogg
|
||||||
|
libomxil-bellagio
|
||||||
|
libopenraw
|
||||||
|
libpagemaker
|
||||||
|
libpaper
|
||||||
|
libpcap
|
||||||
|
libpciaccess
|
||||||
|
libpgm
|
||||||
|
libpipeline
|
||||||
|
libplacebo
|
||||||
|
libplist
|
||||||
|
libpng
|
||||||
|
libproxy
|
||||||
|
libpsl
|
||||||
|
libpulse
|
||||||
|
libpurple
|
||||||
|
libqmi
|
||||||
|
libraqm
|
||||||
|
libraw1394
|
||||||
|
libreoffice-still
|
||||||
|
libreoffice-still-de
|
||||||
|
librevenge
|
||||||
|
librsvg
|
||||||
|
libsamplerate
|
||||||
|
libsasl
|
||||||
|
libseccomp
|
||||||
|
libsecret
|
||||||
|
libshout
|
||||||
|
libsidplay
|
||||||
|
libsigc++
|
||||||
|
libsm
|
||||||
|
libsndfile
|
||||||
|
libsodium
|
||||||
|
libsoup
|
||||||
|
libsoxr
|
||||||
|
libspiro
|
||||||
|
libsrtp
|
||||||
|
libssh
|
||||||
|
libssh2
|
||||||
|
libstaroffice
|
||||||
|
libstemmer
|
||||||
|
libsynctex
|
||||||
|
libsystemd
|
||||||
|
libtar
|
||||||
|
libtasn1
|
||||||
|
libteam
|
||||||
|
libthai
|
||||||
|
libtheora
|
||||||
|
libtiff
|
||||||
|
libtiger
|
||||||
|
libtirpc
|
||||||
|
libtommath
|
||||||
|
libtool
|
||||||
|
libunique
|
||||||
|
libunistring
|
||||||
|
libunwind
|
||||||
|
libupnp
|
||||||
|
libusb
|
||||||
|
libusbmuxd
|
||||||
|
libutil-linux
|
||||||
|
libva
|
||||||
|
libvdpau
|
||||||
|
libvisio
|
||||||
|
libvisual
|
||||||
|
libvoikko
|
||||||
|
libvorbis
|
||||||
|
libvpx
|
||||||
|
libwacom
|
||||||
|
libwbclient
|
||||||
|
libwebp
|
||||||
|
libwmf
|
||||||
|
libwnck
|
||||||
|
libwnck3
|
||||||
|
libwpd
|
||||||
|
libwpg
|
||||||
|
libwps
|
||||||
|
libx11
|
||||||
|
libx264
|
||||||
|
libx264-all
|
||||||
|
libx86emu
|
||||||
|
libxau
|
||||||
|
libxcb
|
||||||
|
libxcomposite
|
||||||
|
libxcursor
|
||||||
|
libxdamage
|
||||||
|
libxdmcp
|
||||||
|
libxext
|
||||||
|
libxfce4ui
|
||||||
|
libxfce4util
|
||||||
|
libxfixes
|
||||||
|
libxfont2
|
||||||
|
libxft
|
||||||
|
libxi
|
||||||
|
libxinerama
|
||||||
|
libxkbcommon
|
||||||
|
libxkbcommon-x11
|
||||||
|
libxkbfile
|
||||||
|
libxklavier
|
||||||
|
libxml2
|
||||||
|
libxmu
|
||||||
|
libxpm
|
||||||
|
libxrandr
|
||||||
|
libxrender
|
||||||
|
libxres
|
||||||
|
libxshmfence
|
||||||
|
libxslt
|
||||||
|
libxss
|
||||||
|
libxt
|
||||||
|
libxtst
|
||||||
|
libxv
|
||||||
|
libxxf86dga
|
||||||
|
libxxf86misc
|
||||||
|
libxxf86vm
|
||||||
|
libyaml
|
||||||
|
libzmf
|
||||||
|
licenses
|
||||||
|
light-locker
|
||||||
|
lightdm
|
||||||
|
lightdm-gtk-greeter
|
||||||
|
lightdm-gtk-greeter-settings
|
||||||
|
linux-api-headers
|
||||||
|
linux-firmware
|
||||||
|
linux-headers
|
||||||
|
llvm-libs
|
||||||
|
lm_sensors
|
||||||
|
logrotate
|
||||||
|
lpsolve
|
||||||
|
lsb-release
|
||||||
|
lua
|
||||||
|
lua51
|
||||||
|
lvm2
|
||||||
|
lz4
|
||||||
|
lzo
|
||||||
|
m4
|
||||||
|
mailcap
|
||||||
|
make
|
||||||
|
man-db
|
||||||
|
man-pages
|
||||||
|
mdadm
|
||||||
|
memtest86+
|
||||||
|
mesa
|
||||||
|
mesa-demos
|
||||||
|
mjpegtools
|
||||||
|
mkinitcpio
|
||||||
|
mkinitcpio-busybox
|
||||||
|
mlocate
|
||||||
|
mobile-broadband-provider-info
|
||||||
|
modemmanager
|
||||||
|
mousepad
|
||||||
|
mozilla-common
|
||||||
|
mpfr
|
||||||
|
mpg123
|
||||||
|
mtdev
|
||||||
|
mtpfs
|
||||||
|
mumble
|
||||||
|
nano
|
||||||
|
ncurses
|
||||||
|
neon
|
||||||
|
net-snmp
|
||||||
|
netbeans
|
||||||
|
nettle
|
||||||
|
network-manager-applet
|
||||||
|
networkmanager
|
||||||
|
networkmanager-openconnect
|
||||||
|
networkmanager-openvpn
|
||||||
|
networkmanager-pptp
|
||||||
|
networkmanager-vpnc
|
||||||
|
nfs-utils
|
||||||
|
nfsidmap
|
||||||
|
nm-connection-editor
|
||||||
|
nmap
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-extra
|
||||||
|
npth
|
||||||
|
nspr
|
||||||
|
nss
|
||||||
|
nss-mdns
|
||||||
|
ntfs-3g
|
||||||
|
ntp
|
||||||
|
numlockx
|
||||||
|
nvidia
|
||||||
|
onboard
|
||||||
|
openal
|
||||||
|
openconnect
|
||||||
|
opencore-amr
|
||||||
|
openexr
|
||||||
|
openjpeg2
|
||||||
|
openresolv
|
||||||
|
openssh
|
||||||
|
openssl
|
||||||
|
openssl-1.0
|
||||||
|
openvpn
|
||||||
|
opus
|
||||||
|
orage
|
||||||
|
orc
|
||||||
|
os-prober
|
||||||
|
p11-kit
|
||||||
|
p7zip
|
||||||
|
pacman
|
||||||
|
pam
|
||||||
|
pambase
|
||||||
|
pango
|
||||||
|
pangomm
|
||||||
|
parted
|
||||||
|
patch
|
||||||
|
patchutils
|
||||||
|
pavucontrol
|
||||||
|
pciutils
|
||||||
|
pcmciautils
|
||||||
|
pcre
|
||||||
|
pcre2
|
||||||
|
pcsclite
|
||||||
|
perl
|
||||||
|
perl-clone
|
||||||
|
perl-dbi
|
||||||
|
perl-error
|
||||||
|
perl-file-basedir
|
||||||
|
perl-file-desktopentry
|
||||||
|
perl-file-mimeinfo
|
||||||
|
perl-ipc-system-simple
|
||||||
|
perl-mailtools
|
||||||
|
perl-parse-yapp
|
||||||
|
perl-timedate
|
||||||
|
perl-uri
|
||||||
|
perl-xml-libxml
|
||||||
|
perl-xml-namespacesupport
|
||||||
|
perl-xml-parser
|
||||||
|
perl-xml-sax
|
||||||
|
perl-xml-sax-base
|
||||||
|
pidgin
|
||||||
|
pinentry
|
||||||
|
pixman
|
||||||
|
pkcs11-helper
|
||||||
|
pkg-config
|
||||||
|
polkit
|
||||||
|
polkit-gnome
|
||||||
|
polkit-qt5
|
||||||
|
poppler
|
||||||
|
poppler-data
|
||||||
|
poppler-glib
|
||||||
|
poppler-qt5
|
||||||
|
popt
|
||||||
|
powertop
|
||||||
|
ppp
|
||||||
|
pptpclient
|
||||||
|
procps-ng
|
||||||
|
protobuf
|
||||||
|
protobuf-c
|
||||||
|
psmisc
|
||||||
|
pulseaudio
|
||||||
|
pulseaudio-alsa
|
||||||
|
pulseaudio-bluetooth
|
||||||
|
pulseaudio-zeroconf
|
||||||
|
pygobject-devel
|
||||||
|
pygobject2-devel
|
||||||
|
pygtk
|
||||||
|
pyqt5-common
|
||||||
|
python
|
||||||
|
python-appdirs
|
||||||
|
python-cairo
|
||||||
|
python-dbus
|
||||||
|
python-dbus-common
|
||||||
|
python-distutils-extra
|
||||||
|
python-docopt
|
||||||
|
python-gobject
|
||||||
|
python-keyutils
|
||||||
|
python-packaging
|
||||||
|
python-pexpect
|
||||||
|
python-pillow
|
||||||
|
python-pip
|
||||||
|
python-psutil
|
||||||
|
python-ptyprocess
|
||||||
|
python-pyparsing
|
||||||
|
python-pyqt5
|
||||||
|
python-reportlab
|
||||||
|
python-setuptools
|
||||||
|
python-sip
|
||||||
|
python-six
|
||||||
|
python-xdg
|
||||||
|
python-yaml
|
||||||
|
python2
|
||||||
|
python2-cairo
|
||||||
|
python2-gobject2
|
||||||
|
qemu
|
||||||
|
qpdf
|
||||||
|
qpdfview
|
||||||
|
qrencode
|
||||||
|
qt5-base
|
||||||
|
qt5-styleplugins
|
||||||
|
qt5-svg
|
||||||
|
qt5-x11extras
|
||||||
|
qt5ct
|
||||||
|
raptor
|
||||||
|
rasqal
|
||||||
|
readline
|
||||||
|
redland
|
||||||
|
reiserfsprogs
|
||||||
|
rest
|
||||||
|
rpcbind
|
||||||
|
rsync
|
||||||
|
rtkit
|
||||||
|
rtmpdump
|
||||||
|
run-parts
|
||||||
|
s-nail
|
||||||
|
samba
|
||||||
|
sbc
|
||||||
|
sdl
|
||||||
|
sdl2
|
||||||
|
sed
|
||||||
|
serf
|
||||||
|
shadow
|
||||||
|
shared-mime-info
|
||||||
|
sip
|
||||||
|
slang
|
||||||
|
smbclient
|
||||||
|
sound-theme-freedesktop
|
||||||
|
soundtouch
|
||||||
|
spandsp
|
||||||
|
speex
|
||||||
|
speexdsp
|
||||||
|
splix
|
||||||
|
sqlite
|
||||||
|
srt
|
||||||
|
startup-notification
|
||||||
|
steam
|
||||||
|
subversion
|
||||||
|
sudo
|
||||||
|
sysfsutils
|
||||||
|
systemd
|
||||||
|
systemd-sysvcompat
|
||||||
|
taglib
|
||||||
|
talloc
|
||||||
|
tar
|
||||||
|
tcl
|
||||||
|
tcpdump
|
||||||
|
tdb
|
||||||
|
teamspeak3
|
||||||
|
telegram-desktop
|
||||||
|
terminus-font
|
||||||
|
tevent
|
||||||
|
texinfo
|
||||||
|
thin-provisioning-tools
|
||||||
|
thunar
|
||||||
|
thunar-archive-plugin
|
||||||
|
thunar-media-tags-plugin
|
||||||
|
thunar-volman
|
||||||
|
thunderbird
|
||||||
|
tigervnc
|
||||||
|
tlp
|
||||||
|
tolua++
|
||||||
|
transmission-gtk
|
||||||
|
tslib
|
||||||
|
ttf-bitstream-vera
|
||||||
|
ttf-dejavu
|
||||||
|
ttf-droid
|
||||||
|
ttf-inconsolata
|
||||||
|
ttf-indic-otf
|
||||||
|
ttf-liberation
|
||||||
|
tumbler
|
||||||
|
twolame
|
||||||
|
tzdata
|
||||||
|
udiskie
|
||||||
|
udisks2
|
||||||
|
ufw
|
||||||
|
unace
|
||||||
|
unrar
|
||||||
|
unzip
|
||||||
|
upower
|
||||||
|
usb_modeswitch
|
||||||
|
usbmuxd
|
||||||
|
usbutils
|
||||||
|
util-linux
|
||||||
|
v4l-utils
|
||||||
|
vi
|
||||||
|
vid.stab
|
||||||
|
viewnior
|
||||||
|
virtualbox
|
||||||
|
virtualbox-guest-modules-arch
|
||||||
|
virtualbox-guest-utils
|
||||||
|
virtualbox-host-modules-arch
|
||||||
|
vlc
|
||||||
|
volume_key
|
||||||
|
vpnc
|
||||||
|
vte-common
|
||||||
|
vte3
|
||||||
|
vulkan-icd-loader
|
||||||
|
wavpack
|
||||||
|
wayland
|
||||||
|
wayland-protocols
|
||||||
|
webkit2gtk
|
||||||
|
webrtc-audio-processing
|
||||||
|
wget
|
||||||
|
which
|
||||||
|
wildmidi
|
||||||
|
wireless-regdb
|
||||||
|
wireshark-gtk
|
||||||
|
woff2
|
||||||
|
wpa_supplicant
|
||||||
|
x11vnc
|
||||||
|
x265
|
||||||
|
xarchiver
|
||||||
|
xcb-proto
|
||||||
|
xcb-util
|
||||||
|
xcb-util-image
|
||||||
|
xcb-util-keysyms
|
||||||
|
xcb-util-renderutil
|
||||||
|
xcb-util-wm
|
||||||
|
xcursor-simpleandsoft
|
||||||
|
xcursor-vanilla-dmz-aa
|
||||||
|
xdg-user-dirs
|
||||||
|
xdg-utils
|
||||||
|
xf86-input-elographics
|
||||||
|
xf86-input-evdev
|
||||||
|
xf86-input-keyboard
|
||||||
|
xf86-input-libinput
|
||||||
|
xf86-input-mouse
|
||||||
|
xf86-input-synaptics
|
||||||
|
xf86-input-vmmouse
|
||||||
|
xf86-input-void
|
||||||
|
xf86-video-amdgpu
|
||||||
|
xf86-video-ati
|
||||||
|
xf86-video-dummy
|
||||||
|
xf86-video-fbdev
|
||||||
|
xf86-video-intel
|
||||||
|
xf86-video-nouveau
|
||||||
|
xf86-video-openchrome
|
||||||
|
xf86-video-qxl
|
||||||
|
xf86-video-vesa
|
||||||
|
xf86-video-vmware
|
||||||
|
xf86-video-voodoo
|
||||||
|
xfburn
|
||||||
|
xfce4-appfinder
|
||||||
|
xfce4-battery-plugin
|
||||||
|
xfce4-clipman-plugin
|
||||||
|
xfce4-cpufreq-plugin
|
||||||
|
xfce4-cpugraph-plugin
|
||||||
|
xfce4-dict
|
||||||
|
xfce4-diskperf-plugin
|
||||||
|
xfce4-fsguard-plugin
|
||||||
|
xfce4-genmon-plugin
|
||||||
|
xfce4-mailwatch-plugin
|
||||||
|
xfce4-mount-plugin
|
||||||
|
xfce4-mpc-plugin
|
||||||
|
xfce4-netload-plugin
|
||||||
|
xfce4-notes-plugin
|
||||||
|
xfce4-notifyd
|
||||||
|
xfce4-panel
|
||||||
|
xfce4-power-manager
|
||||||
|
xfce4-pulseaudio-plugin
|
||||||
|
xfce4-screenshooter
|
||||||
|
xfce4-sensors-plugin
|
||||||
|
xfce4-session
|
||||||
|
xfce4-settings
|
||||||
|
xfce4-smartbookmark-plugin
|
||||||
|
xfce4-systemload-plugin
|
||||||
|
xfce4-taskmanager
|
||||||
|
xfce4-terminal
|
||||||
|
xfce4-time-out-plugin
|
||||||
|
xfce4-timer-plugin
|
||||||
|
xfce4-verve-plugin
|
||||||
|
xfce4-wavelan-plugin
|
||||||
|
xfce4-weather-plugin
|
||||||
|
xfce4-whiskermenu-plugin
|
||||||
|
xfce4-xkb-plugin
|
||||||
|
xfconf
|
||||||
|
xfdesktop
|
||||||
|
xfsprogs
|
||||||
|
xfwm4
|
||||||
|
xfwm4-themes
|
||||||
|
xkeyboard-config
|
||||||
|
xmlsec
|
||||||
|
xorg-bdftopcf
|
||||||
|
xorg-font-util
|
||||||
|
xorg-font-utils
|
||||||
|
xorg-fonts-alias
|
||||||
|
xorg-fonts-encodings
|
||||||
|
xorg-iceauth
|
||||||
|
xorg-mkfontdir
|
||||||
|
xorg-mkfontscale
|
||||||
|
xorg-server
|
||||||
|
xorg-server-common
|
||||||
|
xorg-setxkbmap
|
||||||
|
xorg-twm
|
||||||
|
xorg-xauth
|
||||||
|
xorg-xinit
|
||||||
|
xorg-xkbcomp
|
||||||
|
xorg-xkill
|
||||||
|
xorg-xmodmap
|
||||||
|
xorg-xrandr
|
||||||
|
xorg-xrdb
|
||||||
|
xorg-xset
|
||||||
|
xorgproto
|
||||||
|
xvidcore
|
||||||
|
xz
|
||||||
|
yelp
|
||||||
|
yelp-xsl
|
||||||
|
youtube-dl
|
||||||
|
zd1211-firmware
|
||||||
|
zenity
|
||||||
|
zeromq
|
||||||
|
zip
|
||||||
|
zita-alsa-pcmi
|
||||||
|
zita-resampler
|
||||||
|
zlib
|
||||||
|
zsh
|
||||||
|
zstd
|
||||||
|
zvbi
|
102
pacman.conf_pi
Executable file
102
pacman.conf_pi
Executable file
|
@ -0,0 +1,102 @@
|
||||||
|
#
|
||||||
|
# /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/
|
||||||
|
#HookDir = /etc/pacman.d/hooks/
|
||||||
|
HoldPkg = pacman glibc
|
||||||
|
#XferCommand = /usr/bin/curl -4 -v -C - -f %u > %o
|
||||||
|
#XferCommand = /usr/bin/wget -4 --passive-ftp -c -t 0 -O %o %u
|
||||||
|
#XferCommand = /usr/bin/snarf -N %u
|
||||||
|
#XferCommand = /usr/bin/aria2c --allow-overwrite=true --continue=true --file-allocation=none --log-level=error --max-tries=2 --max-connection-per-server=2 --max-file-not-found=5 --min-split-size=5M --no-conf --remote-time=true --summary-interval=60 --timeout=5 --dir=/ --out %o %u
|
||||||
|
#CleanMethod = KeepInstalled
|
||||||
|
#UseDelta = 0.7
|
||||||
|
Architecture = auto
|
||||||
|
|
||||||
|
# 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 = Never
|
||||||
|
LocalFileSigLevel = Optional
|
||||||
|
RemoteFileSigLevel = Never
|
||||||
|
|
||||||
|
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
||||||
|
# keyring can then be populated with the keys of all official Arch Linux
|
||||||
|
# packagers with `pacman-key --populate archlinux`.
|
||||||
|
|
||||||
|
#
|
||||||
|
# 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.
|
||||||
|
#
|
||||||
|
|
||||||
|
# The testing repositories are disabled by default. To enable, uncomment the
|
||||||
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
|
#[testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[core]
|
||||||
|
Include = /etc/pacman.d/mirrorlist_pi
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
Include = /etc/pacman.d/mirrorlist_pi
|
||||||
|
|
||||||
|
#[community-testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[community]
|
||||||
|
Include = /etc/pacman.d/mirrorlist_pi
|
||||||
|
|
||||||
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
|
# enable the multilib repositories as required here.
|
||||||
|
|
||||||
|
#[multilib-testing]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist_pi
|
||||||
|
|
||||||
|
#[multilib]
|
||||||
|
#Include = /etc/pacman.d/mirrorlist_pi
|
||||||
|
|
||||||
|
# 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
|
1
xinitrc_pi.txt
Executable file
1
xinitrc_pi.txt
Executable file
|
@ -0,0 +1 @@
|
||||||
|
exec startxfce4
|
Loading…
Reference in a new issue