Commit 2451a17c authored by Anton Midyukov's avatar Anton Midyukov

live-install: set xterm as alternative to xvt

x11vnc doesn't work when xvt calls a terminal other than xterm. This is a regression in xinit. Does not work any more: xinit <command> Only: xinit -e <command> But they are not going to fix it. See also: https://bugzilla.altlinux.org/45574
parent 2f0cf575
......@@ -3,12 +3,14 @@
+live-installer: use/live-install/full; @:
use/live-install: use/live use/metadata use/repo/main \
use/bootloader use/grub/live-install.cfg use/syslinux/live-install.cfg
use/bootloader use/grub/live-install.cfg use/syslinux/live-install.cfg \
use/alternatives/xvt/xterm
@$(call add_feature)
@$(call add,LIVE_PACKAGES,installer-common-stage2)
@$(call add,BASE_PACKAGES,installer-common-stage3)
@$(call add,LIVE_PACKAGES,installer-livecd-install)
@$(call add,LIVE_PACKAGES,alterator-postinstall) # for auto install
@$(call add,LIVE_PACKAGES,xterm) # for vnc support
@$(call try,INSTALLER,altlinux-generic) # might be replaced later
@$(call add,LIVE_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
@$(call add,LIVE_PACKAGES,branding-$$(BRANDING)-alterator)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment