configuration du partitionnement enlevé.
This commit is contained in:
parent
7f4d3a1a23
commit
050f00fb18
@ -782,42 +782,6 @@ $o = {
|
|||||||
'timeout' => 5,
|
'timeout' => 5,
|
||||||
'crushMbr' => 1,
|
'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' => 1,
|
||||||
'security_user' => undef,
|
'security_user' => undef,
|
||||||
'superuser' => {
|
'superuser' => {
|
||||||
|
Reference in New Issue
Block a user