mirror of https://github.com/armbian/build.git
Enable video console on amd64 cloud images - for remote console access
This commit is contained in:
parent
528e7e5ace
commit
9c5eddffaa
|
@ -265,3 +265,13 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
|
|||
CONFIG_FB_VESA=y
|
||||
CONFIG_FB_EFI=y
|
||||
CONFIG_FB_SIMPLE=y
|
||||
CONFIG_EFI_FRAMEBUFFER=y
|
||||
CONFIG_DRM=y
|
||||
CONFIG_DRM_SIMPLEDRM=y
|
||||
CONFIG_DRM_KMS_HELPER=y
|
||||
CONFIG_DRM_FBDEV_EMULATION=y
|
||||
CONFIG_DRM_FBDEV_OVERALLOC=100
|
||||
CONFIG_FONT_SUPPORT=y
|
||||
CONFIG_FONTS=y
|
||||
CONFIG_FONT_8x16=y
|
||||
CONFIG_FONT_8x8=y
|
||||
|
|
|
@ -28,6 +28,7 @@ case "${BRANCH}" in
|
|||
declare -g UEFI_GRUB_TIMEOUT=0
|
||||
declare -g QCOW2_RESIZE_AMOUNT="16G"
|
||||
# add additional packages to the image
|
||||
display_alert "Add additional packages to the image" "qemu-guest-agent spice-vdagent" "debug"
|
||||
add_packages_to_image qemu-guest-agent spice-vdagent
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue