shackle/README.md
2024-10-28 16:40:24 -04:00

563 B

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.