diff options
| -rw-r--r-- | remote/rootfs/rootfs-stage32/module.conf | 4 | ||||
| -rw-r--r-- | remote/rootfs/rootfs-stage32/module.conf.ubuntu | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage32/module.conf b/remote/rootfs/rootfs-stage32/module.conf index 30b9e334..0dd50015 100644 --- a/remote/rootfs/rootfs-stage32/module.conf +++ b/remote/rootfs/rootfs-stage32/module.conf @@ -71,6 +71,10 @@ REQUIRED_FILES=" /etc/networks /etc/netconfig /etc/fonts/fonts.conf + /etc/ssl/openssl.cnf +" +REQUIRED_DIRECTORIES=" + /etc/ssl/certs " REQUIRED_KERNEL_MODULES=" kernel/drivers/cpufreq diff --git a/remote/rootfs/rootfs-stage32/module.conf.ubuntu b/remote/rootfs/rootfs-stage32/module.conf.ubuntu index 1f4f128f..50df5ef3 100644 --- a/remote/rootfs/rootfs-stage32/module.conf.ubuntu +++ b/remote/rootfs/rootfs-stage32/module.conf.ubuntu @@ -6,7 +6,7 @@ REQUIRED_INSTALLED_PACKAGES=" curl openssl " -REQUIRED_DIRECTORIES=" +REQUIRED_DIRECTORIES+=" /lib/xtables " REQUIRED_FILES+=" |
