Commit a312dcff authored by Anton Midyukov's avatar Anton Midyukov

initrd-propagator: add interface naming udev rules

The naming conventions for network interfaces on stage1 and stage2 must match. See also commit: 1190de27
parent b16edfba
......@@ -20,6 +20,8 @@ done
cat >> /etc/initrd.mk <<EOF
FEATURES += add-modules compress cleanup
PUT_UDEV_RULES += *-net-setup-link.rules *-net-description.rules
PUT_FILES += /lib/systemd/network/99-default.link
EOF
for module in $(grep -v ^# /.in/modules | sort -u | tr -s '\n' ' '); do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment