mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix
This commit is contained in:
parent
060751b5d8
commit
27406a92e9
@ -2,7 +2,7 @@
|
|||||||
_pkgname=installer
|
_pkgname=installer
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.1.8
|
pkgver=0.1.9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Bash script to install Arch Linux"
|
pkgdesc="Bash script to install Arch Linux"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -20,9 +20,10 @@ LEAVE_MOUNTED=0
|
|||||||
|
|
||||||
PACSTRAP_INTERACTIVE=1
|
PACSTRAP_INTERACTIVE=1
|
||||||
|
|
||||||
|
ADDITIONAL_PKGS=()
|
||||||
# to skip pacman selections
|
# to skip pacman selections
|
||||||
ADDITIONAL_PKGS=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder' 'qemu-guest-agent')
|
ADDITIONAL_PKGS+=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder' 'qemu-guest-agent')
|
||||||
# remote ssh access
|
# remote ssh access
|
||||||
ADDITIONAL_PKGS=('de-p1st-ssh' 'de-p1st-ssh-key-yoda')
|
ADDITIONAL_PKGS+=('de-p1st-ssh' 'de-p1st-ssh-key-yoda')
|
||||||
# docker and docker-compose
|
# docker and docker-compose
|
||||||
ADDITIONAL_PKGS=('docker' 'docker-compose')
|
ADDITIONAL_PKGS+=('docker' 'docker-compose')
|
||||||
|
@ -37,7 +37,8 @@ PACSTRAP_INTERACTIVE=1
|
|||||||
# Even though de-p1st-mkinitcpio depends on mkinitcpio,
|
# Even though de-p1st-mkinitcpio depends on mkinitcpio,
|
||||||
# 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=()
|
||||||
|
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' 'de-p1st-sddm-autologin-yoda' 'de-p1st-sddm-theme-default')
|
ADDITIONAL_PKGS+=('de-p1st-gpu-generic' 'de-p1st-xfce4-hidpi' 'de-p1st-sddm-autologin-yoda' 'de-p1st-sddm-theme-default')
|
||||||
|
Loading…
Reference in New Issue
Block a user