563 B
563 B
shackle
a tool to build super small linux isos for quick tasks (using the sethc.exe bug as an example)
building instructions
- download the original isos:
./fetch_isos.sh
- build for your arch (ex: x86_64):
./build_x86_64.sh
- 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.