From d8b9d618665a7c82a21276b9cfa6931afad43249 Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Mon, 21 Apr 2014 17:16:44 +0400 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=D0=B7=D0=B2=D1=80=D0=B0=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D1=8C=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B8=D0=B2=D0=B0=D1=82=D1=8C=20=D1=81=D0=B8=D1=81?= =?UTF-8?q?=D1=82=D0=B5=D0=BC=D1=83=20=D0=BD=D0=B0=20btrfs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit для liveCD --- install/variables/system.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/variables/system.py b/install/variables/system.py index f810ea8..69e800e 100644 --- a/install/variables/system.py +++ b/install/variables/system.py @@ -86,8 +86,6 @@ class VariableOsFormatUse(ReadonlyVariable): 'value': "off"} def checkFunc(self,fs): - if fs == "btrfs" and self.Get('os_root_type') == 'livecd': - return "no" if "format" in FileSystemManager.supportFS[fs] and \ path.exists(FileSystemManager.supportFS[fs]["format"]): return "yes"