TT#105151 Reverse check to ensure that GRUB config does *not* contain net.ifnames=0

This has been applied before after changes in deployment-iso to not add
this parameter to GRUB config, but as it was reverted there it had to be
reverted here too.

We could just leave it untested, but in principle it's better to ensure
that we have what expect, either to ensure that it's present or absent,
depending to the actions in deployment-iso.

Change-Id: I695c9396a0f16987ee1146a153fffe1aafca8502
mr10.0
Manuel Montecelo 5 years ago
parent 503d515ca6
commit 85b92fbc54

@ -6,7 +6,7 @@ file:
owner: root
group: root
filetype: file
contains: ['/^GRUB_CMDLINE_LINUX_DEFAULT=".*net.ifnames=0.*"/']
contains: ['!/^GRUB_CMDLINE_LINUX_DEFAULT=".*net.ifnames=0.*"/']
command:

Loading…
Cancel
Save