mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Initial commit
As of right now, rootfs.sh creates an initramfs that: - boots linux - builds mescc-tools-seed - compiles blynn-compiler (from oriansj's fork)
This commit is contained in:
commit
f0959ba2f4
8 changed files with 163 additions and 0 deletions
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[submodule "mescc-tools-seed"]
|
||||
path = mescc-tools-seed
|
||||
url = https://github.com/oriansj/mescc-tools-seed/
|
||||
[submodule "bootstrap-seeds"]
|
||||
path = bootstrap-seeds
|
||||
url = https://github.com/oriansj/bootstrap-seeds
|
||||
[submodule "blynn-compiler-oriansj"]
|
||||
path = blynn-compiler-oriansj
|
||||
url = https://github.com/oriansj/blynn-compiler
|
||||
Loading…
Add table
Add a link
Reference in a new issue