diff options
| author | Arslaan Pathan <[email protected]> | 2026-03-19 18:04:48 +1300 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-03-19 18:04:48 +1300 |
| commit | 1814057050a5099d7eaa6f0f6395a4054801da6f (patch) | |
| tree | 3395c597b100fbe9c53fee9789cc1b016b4b21d4 /install-deps-alpine.sh | |
| parent | 0896c87140db479a5663d40a98c16dafc3d26b67 (diff) | |
| download | FrenchToastOS-1814057050a5099d7eaa6f0f6395a4054801da6f.tar.xz FrenchToastOS-1814057050a5099d7eaa6f0f6395a4054801da6f.zip | |
Fix wrong section (text instead of .text, oops) for entrypoint, change 1M alignment back to 2M, make docker scripts work because arm
Diffstat (limited to 'install-deps-alpine.sh')
| -rwxr-xr-x | install-deps-alpine.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install-deps-alpine.sh b/install-deps-alpine.sh new file mode 100755 index 0000000..1a91ed1 --- /dev/null +++ b/install-deps-alpine.sh @@ -0,0 +1,3 @@ +#!/bin/ash + +apk add grub grub-bios gcc-i386-elf binutils-i386-elf make xorriso |
