4 Commits

Author SHA1 Message Date
zsdc
5765d67009 initramfs: T5824: Added openssl.cnf to initramfs
Without `openssl.cnf` software that uses `libssl` (for example busybox) has
issues with connections to some HTTPS servers.
2023-12-14 14:20:52 +02:00
kroy-the-rabbit
208d90f0d7
T2118: Add fsck tools to initramfs image 2020-03-10 20:54:11 -05:00
zsdc
cb9b13d910 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)
2020-02-28 14:59:33 +02:00
zsdc
309576112e initramfs: T1971: Added initramfs-hook script for including modules
The script allows include to initramfs or include and force to load any modules, listed inside.
Initially, the script replaces the trick used for intel drivers
2020-02-25 19:10:14 +02:00