Merging upstream version 2.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0f232ef15b
commit
bf586630f8
444 changed files with 5289 additions and 1980 deletions
|
@ -5,6 +5,7 @@ option('dracutrulesdir', type : 'string', value : 'lib/dracut/dracut.conf.d/', d
|
|||
option('systemddir', type : 'string', value : 'lib/systemd/system', description : 'directory for systemd files')
|
||||
option('htmldir', type : 'string', value : '', description : 'directory for HTML documentation')
|
||||
option('systemctl', type : 'string', value : '/usr/bin/systemctl', description : 'path to systemctl binary')
|
||||
|
||||
option('nvme-tests', type : 'boolean', value : false, description: 'Run tests against real hardware')
|
||||
option('docs', type : 'combo', choices : ['false', 'html', 'man', 'all'], description : 'install documentation')
|
||||
option('docs-build', type : 'boolean', value : false, description : 'build documentation')
|
||||
option('docs-build', type : 'boolean', value : false, description : 'build documentation')
|
||||
option('pdc-enabled', type: 'boolean', value : false, description : 'set default Persistent Discovery Controllers behavior')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue