.vscode
|
Add formatting
|
2021-08-08 18:24:56 +02:00 |
bin
|
Make main.py the main entrypoint again and call docker wrapper enforcement from cli() callback
|
2021-09-26 17:19:30 +02:00 |
local
|
new dependency generation algorithm, dynamic chroot paths [almost] everywhere
|
2021-09-26 17:19:30 +02:00 |
.gitignore
|
Initial commit
|
2021-08-04 18:36:37 +02:00 |
.gitlab-ci.yml
|
CI: add docker image build and upload
|
2021-08-09 01:33:02 +02:00 |
binfmt.py
|
refactor packages.py, register qemu-binfmt manually
|
2021-10-10 18:29:44 +02:00 |
boot.py
|
boot.py: use losetup
|
2021-10-26 06:03:31 +02:00 |
cache.py
|
partially add config.file['paths']['images'] (mostly taken from c5c8104a60 )
|
2021-10-25 17:48:51 +02:00 |
chroot.py
|
fix formatting
|
2022-01-27 14:27:39 +01:00 |
config.py
|
pacman.conf: make ParallelDownloads configurable
|
2021-12-29 21:30:06 +01:00 |
constants.py
|
Introduce constants.CHROOT_PATHS to spec paths _inside_ chroots
|
2022-01-26 15:50:41 +01:00 |
distro.py
|
Migrate leftovers to CHROOT_PATHS
|
2022-01-26 17:50:08 +01:00 |
Dockerfile
|
Migrate leftovers to CHROOT_PATHS
|
2022-01-26 17:50:08 +01:00 |
fastboot.py
|
fastboot.py: add logging
|
2021-10-26 06:02:55 +02:00 |
flash.py
|
Add separate boot partition
|
2021-10-26 02:57:58 +02:00 |
format.sh
|
format.sh: add --check
|
2021-08-09 00:29:38 +02:00 |
forwarding.py
|
Fix forwarding and ssh
|
2021-10-01 12:31:08 +02:00 |
generator.py
|
WIP: make packages.py work moar
|
2021-10-25 01:51:03 +02:00 |
image.py
|
image.py: fixes for cmd_build: enforce wrap, unmount rootfs at the end && sync
|
2022-01-28 14:21:11 +01:00 |
logger.py
|
let's break all the things! (use distros to generate repos)
|
2021-09-29 16:54:26 +02:00 |
main.py
|
main.py: add -E alias for --error-shell
|
2022-01-26 17:53:53 +01:00 |
packages.py
|
packages.py: generate ENV vars correctly (after config is loaded)
|
2022-01-28 18:09:36 +01:00 |
README.md
|
Initial commit
|
2021-08-04 18:36:37 +02:00 |
requirements.txt
|
image.py: fix building (remove incorrect inode reservation)
|
2021-10-26 05:41:22 +02:00 |
setup.cfg
|
Add formatting
|
2021-08-08 18:24:56 +02:00 |
ssh.py
|
ssh: don't fail if a possible key's pubkey file doesn't exist
|
2021-10-25 20:47:17 +02:00 |
telnet.py
|
Don't wrap in docker for little wrappers like ssh and telnet if the tool is available on the host
|
2021-09-29 23:49:46 +02:00 |
utils.py
|
Utils: add check_findmnt(), log_or_exception(), add PathLike type hint
|
2022-01-26 13:28:22 +01:00 |
version.txt
|
Initial commit
|
2021-08-04 18:36:37 +02:00 |
wrapper.py
|
Migrate leftovers to CHROOT_PATHS
|
2022-01-26 17:50:08 +01:00 |