From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-core/systemd/systemd/10-eth.network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-core/systemd/systemd/10-eth.network b/meta-arago-distro/recipes-core/systemd/systemd/10-eth.network index ea3bcb3..5d95866 100644 --- a/meta-arago-distro/recipes-core/systemd/systemd/10-eth.network +++ b/meta-arago-distro/recipes-core/systemd/systemd/10-eth.network @@ -1,6 +1,6 @@ [Match] Name=eth* -ConditionKernelCommandLine=!root=/dev/nfs +KernelCommandLine=!root=/dev/nfs [Network] DHCP=yes -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
