Skip to content

AOSC-Dev/ciel-rs

Repository files navigation

Ciel 3

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

ciel --help

Installation

cargo build --release
install -Dm755 target/release/ciel-rs /usr/local/bin/ciel
PREFIX=/usr/local ./install-assets.sh

Dependencies

Building:

  • Rust w/ Cargo (Rust 1.51.0+)
  • C compiler
  • make (when GCC LTO is used, not needed for Clang)

Runtime:

  • Systemd
  • D-Bus
  • OpenSSL
  • liblzma (optional)
  • libgit2 (optional)

Runtime Kernel:

  • Overlay file system

About

A tool for controlling AOSC OS packaging environments using multi-layer filesystems and containers (version 3)

Resources

License

Stars

Watchers

Forks

Packages

No packages published