Commit 1190de27 authored by Anton Midyukov's avatar Anton Midyukov

initrd-bootchain: add interface naming udev rules

The naming conventions for network interfaces on stage1 and stage2 must match. See also: https://lists.altlinux.org/pipermail/make-initrd/2021-September/000568.html
parent 5a94ada2
...@@ -25,6 +25,8 @@ FEATURES += bootchain-waitdev ...@@ -25,6 +25,8 @@ FEATURES += bootchain-waitdev
FEATURES += bootchain-getimage FEATURES += bootchain-getimage
FEATURES += bootchain-nfs FEATURES += bootchain-nfs
FEATURES += bootchain-cifs FEATURES += bootchain-cifs
PUT_UDEV_RULES += *-net-setup-link.rules *-net-description.rules
PUT_FILES += /lib/systemd/network/99-default.link
EOF EOF
echo "MODULES_TRY_ADD += $(grep -v ^# /.in/modules | echo "MODULES_TRY_ADD += $(grep -v ^# /.in/modules |
......
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