This commit is contained in:
Daniel Langbein 2021-05-14 15:25:25 +02:00
parent db6dc4e7e3
commit bb21d2e559
4 changed files with 15 additions and 6 deletions

View File

@ -9,9 +9,10 @@
# -> german keyboard # -> german keyboard
# -> nano with syntax highlighting # -> nano with syntax highlighting
# -> git # -> git
# -> screen with long scrollback history configured
# #
BUILD_DIR=./archlive BUILD_DIR=./archlive
PKGS=('git' 'de-p1st-keyboard' 'de-p1st-nano' 'de-p1st-pacman' 'de-p1st-systemd' 'de-p1st-installer') PKGS=('git' 'de-p1st-keyboard' 'de-p1st-nano' 'de-p1st-screen' 'de-p1st-pacman' 'de-p1st-systemd' 'de-p1st-installer')
PACMAN_CFG_ADDITION='pkg/de-p1st-pacman/pacman.d/de-p1st' # will be used to extend the builder's pacman.conf PACMAN_CFG_ADDITION='pkg/de-p1st-pacman/pacman.d/de-p1st' # will be used to extend the builder's pacman.conf

View File

@ -10,7 +10,7 @@
./build-archiso.sh ./build-archiso.sh
``` ```
2) Boot into the live medium 2) Boot into the live medium and (optionally) run `screen` (to be able to scroll back in case of any errors)
3) Adjust `/etc/de-p1st-installer/installer.cfg` (or delete for interactive mode) 3) Adjust `/etc/de-p1st-installer/installer.cfg` (or delete for interactive mode)
4) Run the installer 4) Run the installer
@ -29,4 +29,11 @@ SigLevel = Optional TrustAll
Server = https://arch.p1st.de Server = https://arch.p1st.de
``` ```
3) Continue with step (3) of "via custom livemedium" 3) (Optional) Start screen with long scrollback history (to be able to scroll back in case of any errors)
```shell
pacman -Sy
pacman -S de-p1st-screen
screen
```
4) Continue with step (3) of "via custom livemedium"

View File

@ -2,7 +2,7 @@
_pkgname=xfce4 _pkgname=xfce4
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.8 pkgver=0.0.9
pkgrel=1 pkgrel=1
pkgdesc="XFCE4 with configuration" pkgdesc="XFCE4 with configuration"
arch=('any') arch=('any')
@ -48,8 +48,8 @@ depends+=(de-p1st-redshift)
# ============== display manager ============== # ============== display manager ==============
# sddm with autologin # sddm with autologin
depends+=(de-p1st-sddm-autologin) depends+=(de-p1st-sddm-autologin)
# change sddm theme # sddm themeing
depends+=(de-p1st-sddm-theme-nordic) depends+=(de-p1st-sddm-theme)
# ============== network, theme, keyboard ============== # ============== network, theme, keyboard ==============
# #

1
pkg/de-p1st-xfce4/TESTED Normal file
View File

@ -0,0 +1 @@
TODO: check show icons on primary