There was an error while loading. Please reload this page.
2 parents b27468d + 1fb3f2b commit 0f03d0aCopy full SHA for 0f03d0a
1 file changed
data/live-build-config/includes.chroot/etc/initramfs-tools/hooks/10-vyos-addons
@@ -33,6 +33,10 @@ copy_exec /usr/sbin/fsck.ext2
33
copy_exec /usr/sbin/fsck.ext3
34
copy_exec /usr/sbin/fsck.ext4
35
36
+# Azure VF helper used by udev rule 63-hyperv-vf-net.rules. It must be
37
+# present in initramfs so early VF add events can be renamed to vf_ethN.
38
+copy_exec /lib/udev/vyos_vf_name
39
+
40
# copy other files ("other" here is a file type, so do not delete this keyword)
41
copy_file other /etc/ssl/certs/ca-certificates.crt
42
copy_file other /etc/ssl/openssl.cnf
0 commit comments