Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T20:20:19.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T01:26:29.178Z (4 months ago)
- Topics: acbs, packaging, systemd, systemd-nspawn
- Language: Go
- Homepage:
- Size: 377 KB
- Stars: 18
- 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 [![Build Status](https://api.travis-ci.org/AOSC-Dev/ciel.svg)](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
- curlRuntime:
- Systemd
- tar
- dos2unixRuntime Kernel:
- Overlay file system
- System-V semaphores