Commit graph

10 commits

Author SHA1 Message Date
7e91604d35 Enable Lunar build 2022-11-21 10:56:31 +04:00
bfaa69fc2d Fix Kinetic build 2022-08-23 11:17:04 +04:00
f7edeca883 Change name for stable releases 2022-07-24 14:38:04 +04:00
e20f989417 Bring back missing dev/stable switch support for iso 2022-06-10 12:39:43 +04:00
Valentin
eb61cb4c32
Add live-build package to dependencies
Add live-build package to dependencies for make possible building iso image in the docker container based on `debian:latest` docker image.

```
docker run --privileged -i -v /proc:/proc \
      -v ${PWD}:/working_dir \
      -w /working_dir \
      debian:latest \
      /bin/bash -s etc/terraform.conf < build.sh
```
2022-06-09 05:08:43 +00:00
bf6e989f5d Install live-build from debs/ 2022-05-16 14:25:12 +04:00
29d56546a7 Cleanups and fixes 2022-05-05 16:25:16 +04:00
d9f3cc49f2 Fix iso name 2022-04-20 15:58:27 +04:00
Sunderland93
db5a1a1468 Cleanup and add Ubuntu Sway PPA 2022-04-11 11:32:24 +04:00
Sunderland93
72663d46d0 Initial upload 2022-04-10 19:49:29 +04:00