https://github.com/gyk4j/tinycorelinux-remaster
Script to remaster Tiny Core Linux
https://github.com/gyk4j/tinycorelinux-remaster
remaster remastering tiny-core-linux tinycore-linux tinycorelinux
Last synced: 11 months ago
JSON representation
Script to remaster Tiny Core Linux
- Host: GitHub
- URL: https://github.com/gyk4j/tinycorelinux-remaster
- Owner: gyk4j
- License: mit
- Created: 2025-01-27T01:52:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T07:39:32.000Z (about 1 year ago)
- Last Synced: 2025-02-10T08:29:02.333Z (about 1 year ago)
- Topics: remaster, remastering, tiny-core-linux, tinycore-linux, tinycorelinux
- Language: Shell
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scripts to remaster Tiny Core Linux
Remastering [Tiny Core Linux][tinycore] allows us to create customized bootable
Linux ISO images that provides a minimal live Linux environment for shipping
and running software.
*Tiny Core Linux Remaster* is a set of shell scripts to automate
[Tiny Core Linux][tinycore] remastering. These scripts demonstrate different
methods of customizing the base [Tiny Core Linux][tinycore] ISO image:
1. Repacking [initial ramdisk][initrd] image
2. Adding and loading additional custom [initial ramdisk][initrd] image
3. Building and loading extensions
> [!NOTE]
>
> The information in this repository is mainly taken from the free book
> ["Into the Core: A look at Tiny Core Linux" by Lauri Kasanen et al][book].
>
> The pertinent commands for remastering are extracted for easy reference.
>
> Reading the book for a better understanding is encouraged.
>

_Fig 1. Bootloader decompressing and loading kernel_

_Fig 2. Kernel booting and starting services_

_Fig 3. Shut down_
[tinycore]: http://www.tinycorelinux.net
[initrd]: https://en.wikipedia.org/wiki/Initial_ramdisk
[book]: http://www.tinycorelinux.net/book.html