Tastatur-Fix, Zsh-Tooling, cloud-init, Autoinstall-Fix
setup-base.sh: - Tastatur: mac_nodeadkeys + iso_layout=0 (fixt ^/< Swap, @ auf Alt+L) - Neue Pakete: libheif-examples, imagemagick, pipx, zoxide, micro - cloud-init deaktivieren (blockiert Boot ohne Cloud-Provider) - dpkg-reconfigure nach Keyboard-Änderung setup-desktop.sh: - Powerlevel10k + zsh-syntax-highlighting von GitHub klonen - MesloLGS NF Fonts installieren - PlatformIO via pipx - .zshrc deployen (Linux-Version mit allen Aliases) - .p10k.zsh aus dotfiles-rene deployen - git-check-all.sh + git-update-all.sh verlinken - XFCE Keyboard-Override deaktivieren (XkbDisable) - XFCE Terminal auf MesloLGS NF setzen - DPMS-Werte gestaffelt (5/6/7 Min statt alle 10) build-iso.sh: - cloud-config-url=/dev/null (Fix für Ubuntu 24.04 Autoinstall) user-data: - Keyboard-Variante mac_nodeadkeys
This commit is contained in:
parent
965236428c
commit
0b908ba3bf
4 changed files with 196 additions and 36 deletions
|
|
@ -4,7 +4,7 @@ autoinstall:
|
|||
locale: de_DE.UTF-8
|
||||
keyboard:
|
||||
layout: de
|
||||
variant: mac
|
||||
variant: mac_nodeadkeys
|
||||
identity:
|
||||
hostname: m16
|
||||
username: rene
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue