1
0

configuration du partitionnement enlevé.

This commit is contained in:
Daniel Tartavel 2018-10-25 17:50:58 +02:00
parent 7f4d3a1a23
commit 050f00fb18

View File

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