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"