🎉 WE'RE SO BACK: widescreen grub, zsh for installed, spice-vdagent in live
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
This commit is contained in:
@@ -38,12 +38,12 @@ passwordRequirements:
|
|||||||
allowWeakPasswords: true
|
allowWeakPasswords: true
|
||||||
allowWeakPasswordsDefault: true
|
allowWeakPasswordsDefault: true
|
||||||
|
|
||||||
userShell: /bin/bash
|
userShell: /bin/zsh
|
||||||
|
|
||||||
setHostname: EtcFile
|
setHostname: EtcFile
|
||||||
|
|
||||||
writeHostsFile: true
|
writeHostsFile: true
|
||||||
|
|
||||||
user:
|
user:
|
||||||
shell: /bin/bash
|
shell: /bin/zsh
|
||||||
forbidden_names: [ root ]
|
forbidden_names: [ root ]
|
||||||
|
|||||||
@@ -127,6 +127,7 @@ livefs:
|
|||||||
- sof-firmware
|
- sof-firmware
|
||||||
- alsa-firmware
|
- alsa-firmware
|
||||||
- alsa-utils
|
- alsa-utils
|
||||||
|
- spice-vdagent
|
||||||
packages-init:
|
packages-init:
|
||||||
dinit:
|
dinit:
|
||||||
- antergos-live-dinit
|
- antergos-live-dinit
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ GRUB_TERMINAL_INPUT="console"
|
|||||||
# note that you can use only modes which your graphic card supports via VBE
|
# 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'
|
# you can see them in real GRUB with the command `vbeinfo'
|
||||||
#GRUB_GFXMODE="1680x1050x8"
|
#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
|
# Uncomment to allow the kernel use the same resolution used by grub
|
||||||
GRUB_GFXPAYLOAD_LINUX="keep"
|
GRUB_GFXPAYLOAD_LINUX="keep"
|
||||||
|
|||||||
Reference in New Issue
Block a user