From 7c2c19d8586b7ed6d52506554f221ce3df7e83d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Wed, 22 Jul 2026 19:58:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20WE'RE=20SO=20BACK:=20widescreen?= =?UTF-8?q?=20grub,=20zsh=20for=20installed,=20spice-vdagent=20in=20live?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the antergos iso build might happen today maybe idk but we're ready(er) - grub now tries 1920x1080 before 1024x768 (your monitor from 2005 says hi) - installed users get zsh because bash is for the great pyramid - spice-vdagent so VMs stop feeling like a divorce --- .../live-overlay/etc/calamares-online/modules/users.conf | 4 ++-- iso-profiles/antergos/profile.yaml | 1 + iso-profiles/antergos/root-overlay/etc/default/grub | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/users.conf b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/users.conf index 99c1963..e7e3cab 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/users.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/users.conf @@ -38,12 +38,12 @@ passwordRequirements: allowWeakPasswords: true allowWeakPasswordsDefault: true -userShell: /bin/bash +userShell: /bin/zsh setHostname: EtcFile writeHostsFile: true user: - shell: /bin/bash + shell: /bin/zsh forbidden_names: [ root ] diff --git a/iso-profiles/antergos/profile.yaml b/iso-profiles/antergos/profile.yaml index 7b4718e..660c3de 100644 --- a/iso-profiles/antergos/profile.yaml +++ b/iso-profiles/antergos/profile.yaml @@ -127,6 +127,7 @@ livefs: - sof-firmware - alsa-firmware - alsa-utils + - spice-vdagent packages-init: dinit: - antergos-live-dinit diff --git a/iso-profiles/antergos/root-overlay/etc/default/grub b/iso-profiles/antergos/root-overlay/etc/default/grub index d163691..21dd463 100644 --- a/iso-profiles/antergos/root-overlay/etc/default/grub +++ b/iso-profiles/antergos/root-overlay/etc/default/grub @@ -21,7 +21,7 @@ GRUB_TERMINAL_INPUT="console" # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' #GRUB_GFXMODE="1680x1050x8" -GRUB_GFXMODE="1024x768,800x600" +GRUB_GFXMODE="1920x1080,1366x768,1280x720,1024x768,800x600" # Uncomment to allow the kernel use the same resolution used by grub GRUB_GFXPAYLOAD_LINUX="keep"