Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/learnixos/learnixos-stage1-script
- Owner: LearnixOS
- License: gpl-3.0
- Created: 2024-12-24T04:00:58.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-24T04:09:21.000Z (about 1 month ago)
- Last Synced: 2024-12-24T05:20:40.525Z (about 1 month ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.