From 8cf1c4e851a29543e1d4ce01c08468392e64b6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 25 Dec 2015 13:24:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D0=BE=D0=B9=20=D0=B2=20?= =?UTF-8?q?=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D0=B5=20builder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/install/variables/X11.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/install/variables/X11.py b/pym/install/variables/X11.py index 29ea558..45de7b4 100644 --- a/pym/install/variables/X11.py +++ b/pym/install/variables/X11.py @@ -117,7 +117,7 @@ class VariableOsInstallX11Resolution(ResolutionVariable): def get(self): # get resolution from xorg.log res = self.Get('os_x11_resolution') - if res or self.Get('os_install_root_type') in ('livecd', 'usb-hdd'): + if res or self.Get('install.os_install_root_type') in ('livecd', 'usb-hdd'): return res or self.fallback_resolution else: return self.fallback_resolution