[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 29/62] ts-host-install: Put canary in 70-persistent-net.rules
This will allow us to see if the initramfs's network names are being properly copied to the installed system. Ie, this is just a debugging aid. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- ts-host-install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts-host-install b/ts-host-install index 7423eb9b..ea087a25 100755 --- a/ts-host-install +++ b/ts-host-install @@ -218,6 +218,10 @@ SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="$ho->{Ether}", A END } + open CANARY, '>>', "$persistent_net_rules" or die $!; + print CANARY "\n# - canary - came via initramfs\n" or die $!; + close CANARY or die $!; + my %xopts; di_special_kernel($ho, sub { -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |