Commit Graph

10 Commits

Author SHA1 Message Date
Marcus Schäfer
249871eaea Added <oem-nic-filter> element
Allow network interface names to be filtered by the given
regular expression. The expression is handled by the bash
regexp operator. Interface names matching the rule will be
filtered out, all others stay. It is also possible to pass
the variable kiwi_oemnicfilter as kernel command line in a
PXE deployment. Fixes #245
2017-03-28 11:26:03 +02:00
Marcus Schäfer
6cc0b2085d Flake cleanup for unit tests 2017-03-07 13:03:10 +01:00
David Cassany
8257f65c33 Some tests slightly modified in order to improve coverage
This commit improves some example kiwi files and tests in order
to achieve a 100% code coverage.
2016-10-24 14:35:09 +02:00
David Cassany
25bb84b148 Corrections on test kiwi description files
Some attributes needed to be changed in the test xmls. With this
commit all the description files are consistent with the new co-
occurrence constraints.
2016-10-24 13:07:06 +02:00
Marcus Schäfer
b7e1e293ec Store kiwi_target_removable in profile env 2016-10-14 08:31:41 +02:00
Marcus Schäfer
f1e7984a82
Fixup Command.run if called with raise_on_error set to False 2016-08-10 21:25:04 +02:00
Marcus Schäfer
1eb337049b Refactor profile for volume setup
Don't use volume names in bash variables. In addition that
removes the name limitations we had for volume names
Related to #39
2016-07-05 15:54:25 +02:00
Marcus Schäfer
166f735882
Add delete method for profile variables 2016-06-22 15:53:54 +02:00
Marcus Schäfer
4887539f10
Make bootloader_console availabe in profile
The variable kiwi_bootloader_console is exposed into the
profile environment
2016-06-21 11:54:11 +02:00
Marcus Schäfer
ba6fbd4c17 Pass initrd_system to profile
The common functions baseStripInitrd and baseStripKernel need
to be skipped if the initrd system is set to dracut. They
read that information from the exported kiwi_initrd_system
profile environment variable
2016-06-18 20:56:46 +02:00