Skip to content

Commit

Permalink
/usr/share/ca-certificates doesnt exist in ALT_p11
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Yakubov authored and Alexey Yakubov committed Jan 10, 2025
1 parent 680920c commit 10e9e77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/sds-local-volume-scheduler-extender/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ final: false

shell:
install:
# Make BASE_ALT BASE_ALT_DEV
#- apt-get install -y automake pkg-config gcc libtool git curl
- /binary_replace.sh -i "{{ $csiBinaries }}" -o /relocate

---
Expand All @@ -63,7 +61,7 @@ shell:
- mkdir -p /relocate/bin /relocate/sbin /relocate/etc /relocate/etc/ssl /relocate/usr/bin /relocate/usr/sbin /relocate/usr/share
- cp -pr /tmp /relocate
- cp -pr /etc/passwd /etc/group /etc/hostname /etc/hosts /etc/shadow /etc/protocols /etc/services /etc/nsswitch.conf /relocate/etc
- cp -pr /usr/share/ca-certificates /relocate/usr/share
#- cp -pr /usr/share/ca-certificates /relocate/usr/share
- cp -pr /usr/share/zoneinfo /relocate/usr/share
# changed from /etc/ssl/* to ALTLinux specific
- cp -pr /etc/pki/tls/cert.pem /relocate/etc/ssl
Expand Down

0 comments on commit 10e9e77

Please sign in to comment.