2025-04-27 19:01:45 -07:00
2025-03-24 21:51:32 -07:00
2025-04-27 19:01:45 -07:00
2025-04-24 01:40:34 -07:00
2025-03-21 10:25:29 -07:00
2025-04-22 18:29:27 -07:00
2025-04-25 20:30:37 -07:00
2025-04-25 20:30:37 -07:00
2025-04-24 07:45:42 -07:00
2025-04-25 20:30:37 -07:00
2017-09-21 12:53:01 +01:00
2025-04-22 18:29:27 -07:00
2025-04-22 18:29:27 -07:00
2025-04-23 05:09:23 -07:00
2025-04-24 01:40:34 -07:00
2025-01-02 13:26:42 +00:00
2017-07-27 12:11:07 +02:00
2025-04-22 18:29:27 -07:00

ChillcraftOS Build System

ChillcraftOS is a custom Raspberry Pi OS built using a system based on pi-gen. This build system is specifically designed to create ChillcraftOS images, not general Raspberry Pi OS images.

Important Notes:

  • The 32-bit versions of ChillcraftOS are based on Raspbian.
  • The 64-bit versions of ChillcraftOS are based on Debian.

Dependencies

The ChillcraftOS Build System relies on pi-gen and is compatible with Debian-based operating systems released after 2017. We recommend using the latest OS versions for better security.

For other Linux distributions, you can use the Docker-based build method provided below.

To install the required dependencies for building ChillcraftOS, run the following command:

apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \
dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc \
gpg pigz xxd arch-test

The depends file in the repository lists all the necessary tools, formatted as <tool>[:<debian-package>].

Getting Started with Building ChillcraftOS

To start building ChillcraftOS, clone the ChillcraftOS Build System repository:

git clone https://git.oxmc.me/Chillcraft/ChillcraftOS.git

For a shallow clone containing only the latest revision, you can add --depth 1. However, avoid using this on your development machine.

Make sure the repository is cloned to a directory without spaces, as spaces in the base path may cause pi-gen to fail.

Once cloned, you're ready to configure and start building ChillcraftOS.

Description
No description provided
Readme BSD-3-Clause 11 MiB
Languages
Shell 98.6%
Dockerfile 0.9%
sed 0.5%