From dd63aa3805d877c94fbf16cc14d4515af438e26f Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Fri, 6 Sep 2013 10:47:47 +0400 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=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=20=D0=B0?= =?UTF-8?q?=D0=B2=D1=82=D0=BE=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=82=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index 9456d36..3ae3eb9 100644 --- a/install/install.py +++ b/install/install.py @@ -400,7 +400,7 @@ class Install: 'lvm_vgname' название группы томов LVM, bios_grub - создавать bios_grub раздел """ - ap = Autopartition() + ap = AutoPartition() ap.clearLvm(devices,self.clVars) ap.clearRaid(devices,self.clVars) ap.recreateSpace(table,devices,data,lvm,lvm_vgname,bios_grub)