mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
initramfs: T1971: Extended initramfs-hook script
Included: * libnss_dns.so.2 (required for DNS resolving from initramfs) * ca-certificates.crt (required for fetching files via HTTPS)
This commit is contained in:
parent
309576112e
commit
cb9b13d910
@ -21,3 +21,9 @@ manual_add_modules igb ixgbe ixgbevf i40e i40evf
|
||||
|
||||
# include listed modules to initramfs and load them during the boot
|
||||
# force_load xxx
|
||||
|
||||
# executable to copy to initramfs, with library dependencies
|
||||
copy_exec /usr/lib/x86_64-linux-gnu/libnss_dns.so.2
|
||||
|
||||
# copy other files ("other" here is a file type, so do not delete this keyword)
|
||||
copy_file other /etc/ssl/certs/ca-certificates.crt
|
||||
Loading…
x
Reference in New Issue
Block a user