Commit graph

21 commits

Author SHA1 Message Date
Ivan Fonarev
c4988bb0d8 Added -f key to patch command 2023-10-29 00:37:43 +03:00
4044bf9139 Switch to our own repo 2023-06-08 06:47:16 -04:00
146b9dd811 Add initial bootloader theme, allow build with other desktop's 2023-05-07 17:21:20 +04:00
9b92670c8e Fix building ISO 2023-04-03 02:03:54 +04:00
96f94e5ff0 Initial bits for TileOS support 2023-03-23 10:58:17 +04:00
c460a9f058 Double quoting variables 2023-02-26 21:53:32 +04:00
6c486b1a3b Fix build with Docker 2023-02-19 15:41:17 +04:00
8c82ce7ac9 Install debootstrap on Ubuntu-based distros 2023-02-19 10:18:16 +04:00
527b8b11f4 Fix error with creating efi.img 2023-02-19 10:17:26 +04:00
c2fce029fc Simplify script 2023-02-17 22:27:23 +04:00
a1524ad10a Use system live-build if running on Debian 2023-02-10 00:04:18 +04:00
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