mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
minor
This commit is contained in:
parent
a022cba62e
commit
5f280a1a59
@ -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')
|
||||||
|
@ -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')
|
||||||
|
@ -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 ===
|
||||||
|
Loading…
Reference in New Issue
Block a user