Some checks failed
Build Simple CLI / build (push) Failing after 1s
- Add apt-ostree, deb-bootupd, and bootc packages to tools/ - Update Containerfile to install Particle-OS tools with dependencies - Add tool verification script and updated welcome message - Update justfile with new build and test recipes - Add comprehensive tool testing and bootable image generation - Successfully integrate 2/3 tools (apt-ostree and bootupd working) - Note: bootc package contains only documentation, not binary Ready for bootable image generation and QEMU testing!
28 lines
610 B
INI
28 lines
610 B
INI
[distrobox]
|
|
# Distrobox configuration for Docker backend
|
|
# Based on Bazzite's configuration
|
|
|
|
# Default container image
|
|
image = "debian:trixie"
|
|
|
|
# Container settings
|
|
container_name = "distrobox-{name}"
|
|
container_user = "root"
|
|
container_home_path = "/home"
|
|
container_init = "systemd"
|
|
container_manager = "docker"
|
|
|
|
# Host integration
|
|
host_home_path = "/home"
|
|
host_etc_path = "/etc"
|
|
host_var_path = "/var"
|
|
host_usr_path = "/usr"
|
|
host_run_path = "/run"
|
|
host_proc_path = "/proc"
|
|
host_sys_path = "/sys"
|
|
host_dev_path = "/dev"
|
|
host_tmp_path = "/tmp"
|
|
|
|
# Additional mounts
|
|
additional_packages = []
|
|
additional_flags = []
|