This commit is contained in:
Daniel Langbein 2021-05-24 18:05:04 +02:00
parent a022cba62e
commit 5f280a1a59
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
_pkgname=installer _pkgname=installer
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.1.4 pkgver=0.1.5
pkgrel=1 pkgrel=1
pkgdesc="Bash script to install Arch Linux" pkgdesc="Bash script to install Arch Linux"
arch=('any') arch=('any')

View File

@ -38,6 +38,6 @@ PACSTRAP_INTERACTIVE=1
# pacstrap will still ask for an provider for initramfs # pacstrap will still ask for an provider for initramfs
# except if we explicitly add mkinitcpio here # except if we explicitly add mkinitcpio here
ADDITIONAL_PKGS=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder' 'virtualbox-guest-utils') ADDITIONAL_PKGS=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder' 'virtualbox-guest-utils')
#
# XFCE4 desktop with HiDPI # XFCE4 desktop with HiDPI
ADDITIONAL_PKGS+=('de-p1st-gpu-generic' 'de-p1st-xfce4-hidpi') ADDITIONAL_PKGS+=('de-p1st-gpu-generic' 'de-p1st-xfce4-hidpi' 'de-p1st-sddm-autologin-yoda' 'de-p1st-sddm-theme-default')

View File

@ -82,7 +82,7 @@ package() {
# config/xfce4/xfconf/xfce4-perchannel-xml/xfce4-panel.xml # config/xfce4/xfconf/xfce4-perchannel-xml/xfce4-panel.xml
# config/xfce4/panel/launcher-8/16218680691.desktop # config/xfce4/panel/launcher-8/16218680691.desktop
# #
mkdir -p "$pkgdir"/etc/skel/ mkdir -p "$pkgdir"/etc/skel/
cp -ra config "$pkgdir"/etc/skel/.config cp -ra config "$pkgdir"/etc/skel/.config
# === display manager === # === display manager ===