Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ebssurrogate/scripts/surrogate-bootstrap-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ function setup_chroot_environment {
rm -f /mnt/tmp/chroot-bootstrap-nix.sh
echo "${POSTGRES_SUPABASE_VERSION}" > /mnt/root/supabase-release

# Copy the AMI version into the /etc/supabase-release file
echo "${POSTGRES_SUPABASE_VERSION}" > /mnt/etc/supabase-release
chmod 644 /mnt/etc/supabase-release

# Copy the nvme identification script into /sbin inside the chroot
mkdir -p /mnt/sbin
cp /tmp/ebsnvme-id /mnt/sbin/ebsnvme-id
Expand Down
Loading