]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
buster: Extend workaround for dhcpd EROFS bug
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 14 Apr 2020 17:13:04 +0000 (18:13 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 8 Jun 2020 15:33:28 +0000 (16:33 +0100)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Osstest/Debian.pm

index 51217fb4c314c4ac4aa165eb76eb0cce96d2669e..49d94b9b557634957bc899b02d34834c60157486 100644 (file)
@@ -1624,7 +1624,7 @@ sub debian_dhcp_rofs_fix ($$) {
     # / is still ro.  In stretch, the isc dhcp client spins requesting
     # an address and then sending a DHCPDECLINE (and then, usually,
     # eventually works).
-    return '' unless $ho->{Suite} =~ m/stretch/;
+    return '' unless $ho->{Suite} =~ m/stretch|buster/;
     my $script = "$rootdir/lib/udev/ifupdown-hotplug";
     <<END.<<'ENDQ'.<<END
 set -ex