https://github.com/AOSC-Archive/ciel
A tool for controlling multi-layer file systems and containers, aka "pinniped"
https://github.com/AOSC-Archive/ciel
acbs packaging systemd systemd-nspawn
Last synced: about 1 year ago
JSON representation
A tool for controlling multi-layer file systems and containers, aka "pinniped"
- Host: GitHub
- URL: https://github.com/AOSC-Archive/ciel
- Owner: AOSC-Archive
- License: mit
- Archived: true
- Created: 2017-05-29T18:35:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T20:20:19.000Z (over 5 years ago)
- Last Synced: 2024-11-09T20:37:50.462Z (over 1 year ago)
- Topics: acbs, packaging, systemd, systemd-nspawn
- Language: Go
- Homepage:
- Size: 377 KB
- Stars: 17
- Watchers: 29
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ciel 2 [](https://travis-ci.org/AOSC-Dev/ciel)
An **integrated packaging environment** for AOSC OS.
**Ciel** /sjɛl/ uses *systemd-nspawn* container as its backend and *overlay* file system as support rollback feature.
## Manual
```bash
ciel help
```
## Installation
```bash
make
sudo make install
```
You may use `make PREFIX=/usr` and `sudo make install PREFIX=/usr` to install to other location. Defaults to `/usr/local`.
## Dependencies
Building:
- Go
- C compiler
- make
- curl
Runtime:
- Systemd
- tar
- dos2unix
Runtime Kernel:
- Overlay file system
- System-V semaphores