diff --git a/build-archiso.sh b/build-archiso.sh index 5fa6e49..b2427dd 100755 --- a/build-archiso.sh +++ b/build-archiso.sh @@ -9,9 +9,10 @@ # -> german keyboard # -> nano with syntax highlighting # -> git +# -> screen with long scrollback history configured # 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 diff --git a/pkg/de-p1st-installer/README.md b/pkg/de-p1st-installer/README.md index 0c5388e..09188dc 100644 --- a/pkg/de-p1st-installer/README.md +++ b/pkg/de-p1st-installer/README.md @@ -10,7 +10,7 @@ ./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) 4) Run the installer @@ -29,4 +29,11 @@ SigLevel = Optional TrustAll 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" diff --git a/pkg/de-p1st-xfce4/PKGBUILD b/pkg/de-p1st-xfce4/PKGBUILD index 02de9f9..d9ebe0d 100644 --- a/pkg/de-p1st-xfce4/PKGBUILD +++ b/pkg/de-p1st-xfce4/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=xfce4 _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.0.8 +pkgver=0.0.9 pkgrel=1 pkgdesc="XFCE4 with configuration" arch=('any') @@ -48,8 +48,8 @@ depends+=(de-p1st-redshift) # ============== display manager ============== # sddm with autologin depends+=(de-p1st-sddm-autologin) -# change sddm theme -depends+=(de-p1st-sddm-theme-nordic) +# sddm themeing +depends+=(de-p1st-sddm-theme) # ============== network, theme, keyboard ============== # diff --git a/pkg/de-p1st-xfce4/TESTED b/pkg/de-p1st-xfce4/TESTED new file mode 100644 index 0000000..4052c42 --- /dev/null +++ b/pkg/de-p1st-xfce4/TESTED @@ -0,0 +1 @@ +TODO: check show icons on primary \ No newline at end of file