From 5e0b83fa4a74f4e31873b47c1c397f5754f94d8d Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Tue, 22 Mar 2022 14:06:55 -0500 Subject: [PATCH] fix init --- build/initialization.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/initialization.sh b/build/initialization.sh index 951799916..79b505390 100755 --- a/build/initialization.sh +++ b/build/initialization.sh @@ -16,6 +16,9 @@ passwd -l start9 ! test -f /etc/docker/daemon.json || rm /etc/docker/daemon.json mount -o remount,rw /boot +apt-mark hold raspberrypi-bootloader +apt-mark hold raspberrypi-kernel + apt-get update apt-get install -y \ tor \