17 Sep
2022
17 Sep
'22
10:44 a.m.
On Sat, 17 Sep 2022 13:23:55 +1000
David Gibson
On Sat, Sep 17, 2022 at 01:55:18AM +0200, Stefano Brivio wrote:
dhclient might be in /usr/sbin on recent versions of Fedora, and mbuto just adds it to the same location as it was on the host: just call dhclient instead of /sbin/dhclient.
This also applies for dhclient-script: given that we create the file on boot, pass its explicit location with -sf.
Signed-off-by: Stefano Brivio
Hm, for the tests mbuto image I addressed this with symlinks instead. Not sure which is more elegant.
Yes, I noticed... I think the symlinks are actually more elegant, but this is meant for interactive usage, and that has some potential to confuse the user. -- Stefano