Skip to content

Commit

Permalink
[blufield] Align installer implementation with infra changes introduc…
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrivantsiv committed Jul 13, 2022
1 parent 2e1c7ad commit 4f30596
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer/bluefield/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ ex unzip -o /debian/$INSTALLER_PAYLOAD -x $FILESYSTEM_DOCKERFS -d /mnt/$image_di
mkdir -p /mnt/$image_dir/$DOCKERFS_DIR
unzip -op /debian/$INSTALLER_PAYLOAD "$FILESYSTEM_DOCKERFS" | tar xz --warning=no-timestamp -f - -C /mnt/$image_dir/$DOCKERFS_DIR

mkdir -p /mnt/$image_dir/platform
unzip -op /debian/$INSTALLER_PAYLOAD "platform.tar.gz" | tar xz --warning=no-timestamp -f - -C /mnt/$image_dir/platform

# Copy in the machine.conf file
cat <<EOF > /mnt/machine.conf
bf_vendor=nvidia
Expand Down

0 comments on commit 4f30596

Please sign in to comment.