No description
Find a file
2024-10-28 16:40:24 -04:00
resources shackle but better 2024-10-28 16:40:24 -04:00
.gitignore shackle but better 2024-10-28 16:40:24 -04:00
build_x86.sh shackle but better 2024-10-28 16:40:24 -04:00
build_x86_64.sh shackle but better 2024-10-28 16:40:24 -04:00
fetch_isos.sh shackle but better 2024-10-28 16:40:24 -04:00
README.md shackle but better 2024-10-28 16:40:24 -04:00

shackle

a tool to build super small linux isos for quick tasks (using the sethc.exe bug as an example)

building instructions

  1. download the original isos: ./fetch_isos.sh
  2. build for your arch (ex: x86_64): ./build_x86_64.sh
  3. output iso will be in iso/

customization

you can change settings in the build scripts. the most important thing you can change is extensions, probably. make sure it's a package that's in tinycore and put that in the extensions bit

resources/startup.sh is what gets executed at startup, so modify it to your liking.