From 3ddeb4bcd0f13a9fcbfe33dae31bb7ec29b6c8c8 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 9 Apr 2020 16:14:30 -0400 Subject: [PATCH] A basic hook to force network bringup initqueue must be satisfied by a udev rule. We don't know which network until iniqueue phase, but the hook needs to install earlier. This change induces udev rule generation. --- misc/confluent-cmdline.sh.rh8 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 misc/confluent-cmdline.sh.rh8 diff --git a/misc/confluent-cmdline.sh.rh8 b/misc/confluent-cmdline.sh.rh8 new file mode 100644 index 00000000..027c05f6 --- /dev/null +++ b/misc/confluent-cmdline.sh.rh8 @@ -0,0 +1,3 @@ +#!/bin/bash +echo -n "" >> /tmp/net.ifaces +