commit e9d50b023fe017da1965ab93090e14c169f589b8 parent 148a86184a0c6be28162f05f6a39ef921f3335f9 Author: Ryan Sepassi <rsepassi@gmail.com> Date: Mon, 4 May 2026 10:30:21 -0700 boot.sh Diffstat:
| A | scripts/boot.sh | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/scripts/boot.sh b/scripts/boot.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +set -ex + +ARCH=$1 + +./scripts/boot0.sh $ARCH +./scripts/boot1.sh $ARCH +./scripts/boot2.sh $ARCH +./scripts/boot3.sh $ARCH