From 050f00fb18766d8c2f98e98dcc5a42140b138115 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Thu, 25 Oct 2018 17:50:58 +0200 Subject: [PATCH] =?UTF-8?q?configuration=20du=20partitionnement=20enlev?= =?UTF-8?q?=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto_inst.cfg.pl | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/auto_inst.cfg.pl b/auto_inst.cfg.pl index ec6c99a..c3fbc17 100755 --- a/auto_inst.cfg.pl +++ b/auto_inst.cfg.pl @@ -782,42 +782,6 @@ $o = { 'timeout' => 5, 'crushMbr' => 1, }, - 'partitioning' => { - 'auto_allocate' => '1', - 'clearall' => 1, - 'eraseBadPartitions' => 0, - 'no_bad_drives' => 0, - }, - 'partitions' => [ - { - 'fs_type' => 'ext4', - 'hd' => 'sda', - 'mntpoint' => '/boot', - 'options' => 'relatime,acl', - 'size' => 1562500 - }, - { - 'fs_type' => 'ext4', - 'hd' => 'sda', - 'mntpoint' => '/', - 'options' => 'relatime,acl', - 'size' => 39062500 - }, - { - 'fs_type' => 'swap', - 'hd' => 'sda', - 'mntpoint' => 'swap', - 'options' => 'defaults', - 'size' => 7812500 - }, - { - 'fs_type' => 'ext4', - 'hd' => 'sda', - 'mntpoint' => '/home', - 'options' => 'relatime,acl', - 'ratio' => 100 - }, - ], 'security' => 1, 'security_user' => undef, 'superuser' => {