Skip to content

Commit

Permalink
add trogdor to list of arm boards, fix downgrade error on rootfs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ading2210 committed Sep 1, 2024
1 parent 7d76fce commit 0fa0aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_complete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ distro="${args['distro']-debian}"
arm_boards="
corsola hana jacuzzi kukui strongbad nyan-big kevin bob
veyron-speedy veyron-jerry veyron-minnie scarlet elm
kukui peach-pi peach-pit stumpy daisy-spring
kukui peach-pi peach-pit stumpy daisy-spring trogdor
"
#a list of shims that have a patch for the sh1mmer vulnerability
bad_boards="reef sand snappy pyro"
Expand Down
2 changes: 1 addition & 1 deletion rootfs/opt/setup_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Pin-Priority: 1000
fi

#install the patched systemd
apt-get upgrade -y
apt-get upgrade -y --allow-downgrades
installed_systemd="$(dpkg-query -W -f='${binary:Package}\n' | grep "systemd")"
apt-get clean
apt-get install -y --reinstall --allow-downgrades $installed_systemd
Expand Down

0 comments on commit 0fa0aa0

Please sign in to comment.