Skip to content

Commit

Permalink
xfs added
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwesadex-flant committed Jan 15, 2025
1 parent d885dfa commit 9a9d791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/sds-local-volume-csi/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ git:
shell:
install:
- apt-get update
- apt-get -y install glibc-utils glibc-core glibc-nss mount nfs-utils curl
- apt-get -y install glibc-utils glibc-core glibc-nss mount nfs-utils curl ca-certificates tzdata curl lvm2 e2fsprogs xfsprogs
- rm -rf /var/lib/apt/lists/* /var/cache/apt/* && mkdir -p /var/lib/apt/lists/partial /var/cache/apt/archives/partial
- chmod +x /binary_replace.sh
- /binary_replace.sh -i "{{ $csiBinaries }}" -o /relocate
Expand All @@ -71,7 +71,7 @@ final: false
shell:
install:
- apt-get update
- apt-get -y install ca-certificates tzdata curl lvm2 e2fsprogs xfsprogs
- apt-get -y install
- 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
Expand Down

0 comments on commit 9a9d791

Please sign in to comment.