From e6e2e30c343ccad60b873b20d2342fd823648baf Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 15 Jul 2022 15:21:25 +1000 Subject: tests: Let Fedora find dhclient-script in /usr/sbin Modern Fedora (and RHEL) systems have /sbin as a symlink to /usr/sbin (along with a number of similar links). Along with that it expects to find dhclient-script in /usr/sbin/dhclient-script rather than /sbin/dhclient-script. Link them together in our mbuto image so that the Fedora build of dhclient can find it. Signed-off-by: David Gibson --- test/passt.mbuto | 1 + 1 file changed, 1 insertion(+) (limited to 'test/passt.mbuto') diff --git a/test/passt.mbuto b/test/passt.mbuto index 2990020..500c34f 100755 --- a/test/passt.mbuto +++ b/test/passt.mbuto @@ -41,6 +41,7 @@ FIXUP="${FIXUP}"' exit 0 EOF chmod 755 /sbin/dhclient-script + ln -s /sbin /usr/sbin :> /etc/fstab sh +m ' -- cgit v1.2.3