Skip to content

Commit

Permalink
Fix testgrid update grub failure
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Nov 8, 2021
1 parent e5dfcde commit f732927
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion testgrid/deploy/tg-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

set -e

export DEBIAN_FRONTEND=noninteractive

apt update
DEBIAN_FRONTEND=noninteractive apt upgrade -y

touch /boot/grub/menu.lst
update-grub2
apt upgrade -y

echo "Setting up RAID0 for openebs local storage."
apt install -y btrbk
Expand Down

0 comments on commit f732927

Please sign in to comment.