https://github.com/no92/linux-mlibc
Tools and recipes needed for setting up a mlibc-based LFS.
https://github.com/no92/linux-mlibc
Last synced: 3 months ago
JSON representation
Tools and recipes needed for setting up a mlibc-based LFS.
- Host: GitHub
- URL: https://github.com/no92/linux-mlibc
- Owner: no92
- License: mit
- Created: 2022-06-16T15:11:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T12:12:57.000Z (almost 3 years ago)
- Last Synced: 2025-05-06T03:38:13.900Z (about 1 year ago)
- Language: Shell
- Size: 472 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linux-mlibc
Attempt at creating a [mlibc](https://github.com/managarm/mlibc)-based Linux distribution.
Derived and restructured from [czapek1337's patches](https://github.com/czapek1337/linux-mlibc).
## Build instructions
```shell
$ mkdir build && cd $_ # create and cd into a build directory
$ xbstrap init ../ # init xbstrap with the source directory containing bootstrap.yml
$ xbstrap install -u --all # build everything
$ xbstrap run version-check # run a version check, verify against LFS
$ xbstrap run chroot # mount & chroot into the system (requires sudo permissions)
```
To unmount the sysroot, run `xbstrap run unmount`.