1
0
mirror of https://github.com/rancher/os.git synced 2025-07-13 06:34:04 +00:00

Add cacert to initrd

This commit is contained in:
Darren Shepherd 2021-10-11 22:33:09 -07:00
parent 55951fe007
commit 2976c336e8

View File

@ -1,2 +1,4 @@
# This is required for booting a squashfs from network
add_dracutmodules+=" livenet "
install_items+=" /etc/ssl "
install_optional_items+=" /var/lib/ca-certificates "