Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/learnixos/learnixos-stage1-script

LearnixOS stage 1 script. Creates a stage 1 of LearnixOS.
https://github.com/learnixos/learnixos-stage1-script

Last synced: about 1 month ago
JSON representation

LearnixOS stage 1 script. Creates a stage 1 of LearnixOS.

Awesome Lists containing this project

README

        

# learnixos-stage1-script
This is a simple stage 1 script. It creates a stage 1 tarball of LearnixOS, great for automation, and for transparency of how I create LearnixOS. Here's what it will do:
- glibc system (musl option would be a pain in the ass)
- options for a fully systemd system and sysvinit (this is just for now, I'm working on seeing if I should make my own init systme or create a frontend for sinit)
- and much more to come, some ideas that I'm thinking of are options for using udev alternatives like mdevd.
### Credits:
- Kudos to LFS, literally the ONLY resource I'm using to create the scripts.