-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme
35 lines (26 loc) · 1.13 KB
/
readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|---------------------------------|
| Tin Can Linux | _____ _ ___
|---------------------------------| /__ (_)_ __ / __\__ _ _ __
| A tiny Linux distro made from | / /\/ | '_ \ / / / _` | '_ \
| scraps I found on the internet. | / / | | | | | / /__| (_| | | | |
|---------------------------------| \/ |_|_| |_| \____/\__,_|_| |_|
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Tin Can Linux is a tiny linux distribution made from scraps I found on the
internet™.
=== Building
============
1. Clone this repo with the '--recurse-submodules' option.
2. Run './bootstrap' to create an initial rootfs.
3. Chroot into 'sysroot' and rebuild all pacakges.
For detailed instructions, see the website at
https://tincan-linux.github.io/install/hard
=== Inspiration
===============
Projects I took inspiration from / resources I used, in no particular order:
- Mussel (https://github.com/firasuke/mussel)
- StaLi (https://sta.li)
- Linux from Scratch (https://linuxfromscratch.org)
- Kiss Linux (https://kisslinux.github.io)
=== Contributing
================
Issues and pull requests are welcome.