# lifsea-assembler **Repository Path**: wanglei-uos/lifsea-assembler ## Basic Information - **Project Name**: lifsea-assembler - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2021-12-09 - **Last Updated**: 2021-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LifseaOS Assembler This is the LifseaOS Assembler build environment, derives from the [CoreOS Assembler][1] (often abbreviated as `cosa`). It is a collection of various tools used to build [Fedora CoreOS][2] style systems, for instance, LifseaOS. The goal is that everything needed to build and test the OS comes encapsulated in one container. The container contains lots of tools but only a few of them are needed to build LifseaOS. A pre-built container is provided, download it by the following command: ``` docker pull registry.cn-hangzhou.aliyuncs.com/alinux/lifsea-assembler:v0.0.2 ``` This container is built from quay.io/coreos-assembler/coreos-assembler:fcos-33.20210201.3.0, we only replace the `rpm-ostree` and `rpm-ostree-libs` packages since we don't ship initramfs with LifseaOS, and this needs a little modification of `rpm-ostree`. ## Building LifseaOS See the [Building LifseaOS](docs/building-lifseaos.md) guide to learn how to build LifseaOS with `cosa`. ## How To Make Custom Modification For more information about making custom modifications based on LifseaOS, see [Custom OS](docs/working.md). ## Details about this repo The high level design of the project follows the [CoreOS Assembler Design](docs/design.md). ## Support Open an issue on [bugs.openanolis.cn][3] for any bugs, questions and requirements. [1]: https://github.com/coreos/coreos-assembler [2]: https://coreos.fedoraproject.org [3]: https://bugs.openanolis.cn