Merging upstream version 2.1~rc0 (Closes: #1015722).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9489161ac8
commit
316e846c86
504 changed files with 6751 additions and 2957 deletions
|
@ -1,6 +1,8 @@
|
|||
option('udevrulesdir', type : 'string', value : 'etc/udev/rules.d', description : 'directory for udev rules files')
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
option('version-tag', type : 'string', description : 'override the git version string')
|
||||
option('udevrulesdir', type : 'string', value : 'lib/udev/rules.d', description : 'directory for udev rules files')
|
||||
option('dracutrulesdir', type : 'string', value : 'lib/dracut/dracut.conf.d/', description : 'directory for dracut rules files')
|
||||
option('systemddir', type : 'string', value : 'lib/systemd/', description : 'directory for systemd files')
|
||||
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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue