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' => {