diff options
| author | Simon Rettberg | 2016-04-26 10:30:31 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2016-04-26 10:30:31 +0200 |
| commit | b9b91934601c716f7cd14dc8440a107cc68279fe (patch) | |
| tree | 267c1b9e47905d3ed3c901d58fb753447e83d964 /remote | |
| parent | [rfs-stage32] Remove unneeded entry from .conf.ubuntu (diff) | |
| download | tm-scripts-b9b91934601c716f7cd14dc8440a107cc68279fe.tar.gz tm-scripts-b9b91934601c716f7cd14dc8440a107cc68279fe.tar.xz tm-scripts-b9b91934601c716f7cd14dc8440a107cc68279fe.zip | |
[rfs-stage32] Include all CAs from /etc/ssl/certs
Diffstat (limited to 'remote')
| -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+=" |
