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
ba1ac97f57
Correct RPi build
2023-02-12 15:13:01 +04:00
037dc52c5d
Fix build with newer live-build
2023-02-10 13:25:56 +04:00
a1524ad10a
Use system live-build if running on Debian
2023-02-10 00:04:18 +04:00
e50a183e72
Add lunar RPi build
2023-02-08 18:13:07 +04:00
92ebddd02f
Back to tuigreet
2023-02-06 18:54:54 +04:00
bdea65ab78
Change mode to debian, remove debootstrap options
2023-02-05 18:36:30 +04:00
7e91604d35
Enable Lunar build
2022-11-21 10:56:31 +04:00
1cc82c32c6
Remove binary packages pool from ISO
2022-11-02 15:31:23 +04:00
02640d5d56
Add .gitignore
2022-11-01 10:58:59 +04:00
0cc9acd969
Update live-build package
2022-10-15 19:13:17 +04:00
ca9cd8f18b
Prevent Snap from install
2022-09-30 12:02:40 +04:00
bfaa69fc2d
Fix Kinetic build
2022-08-23 11:17:04 +04:00
6eb71fc92d
Initial kinetic release
2022-08-05 12:06:31 +04:00
237a7c86f8
Remove useless files, change locale to UTF-8, adjust debootstrap
2022-07-30 16:11:55 +04:00
28d96c6a73
Use cloud-guest-utils for resizin rootf on first boot
2022-07-30 15:38:46 +04:00
aaf29f7c3e
Add ubuntu-raspi-settings package
2022-07-30 14:53:31 +04:00
65f65ac0cc
More verbose
2022-07-29 19:43:41 +04:00
fef76c027e
Remove some useless stuff
2022-07-29 19:22:53 +04:00
073dd3a04b
Remove /proc mount point from fstab
2022-07-29 18:26:39 +04:00
05b22f6941
Make copy of firmware files more verbose
2022-07-29 17:48:05 +04:00
c458a9a01b
Make config.txt more readable
2022-07-29 17:29:06 +04:00
afcda1c828
Change img size calculation method
2022-07-29 17:03:07 +04:00
41ba6b4c2f
Optimize FS creation
2022-07-29 11:05:17 +04:00
eb5f9826d8
Optimize parted parameters
2022-07-29 09:26:45 +04:00
1b2a981446
Typo
2022-07-29 01:42:07 +04:00
07b0774339
Remove db entry for RPi 400 (exist in upstream flash-kernel package)
2022-07-28 21:58:22 +04:00
10c1809ba8
Generate initramfs with Zswap modules and some script optimizations
2022-07-28 21:45:44 +04:00
7fc56ee45a
Deal with system firmware
2022-07-28 09:31:14 +04:00
0968113a36
Add security and backports repos
2022-07-25 14:39:00 +04:00
6dd83fdc2c
Enanling Zswap
2022-07-25 13:46:00 +04:00
0cfd62f14e
Initial Raspberry Pi build setup
2022-07-24 14:39:36 +04:00
f7edeca883
Change name for stable releases
2022-07-24 14:38:04 +04:00
2a34819619
Enable Plymouth on UEFI boot
2022-07-12 23:50:07 +04:00
3616caadde
Fix countdown message align
2022-06-30 00:52:29 +04:00
7156768937
Enable MD5 checksum
2022-06-29 00:34:29 +04:00
e2ab225300
Enable splash screen (plymouth) for Live ISO
2022-06-23 16:16:50 +04:00
89dc98efec
Change grub theme
2022-06-18 13:58:05 +04:00
f2ea3f1cd9
Fix messed text in GRUB menu
2022-06-13 14:52:50 +04:00
e20f989417
Bring back missing dev/stable switch support for iso
2022-06-10 12:39:43 +04:00
399f3f0955
Merge pull request #1 from maximusfox/patch-1
...
Add live-build package to dependencies
2022-06-09 18:17:27 +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
4339d2295f
Prefer Mozilla PPA for Firefox
2022-06-03 12:28:23 +04:00
6c8c9d4b9d
Add minimal and standard metapackages
2022-05-28 18:22:29 +04:00
3eba9c6d0c
Use Mozilla Team PPA to install native Mozilla Firefox (deb) instead of Snap
2022-05-23 20:42:11 +04:00
bf6e989f5d
Install live-build from debs/
2022-05-16 14:25:12 +04:00
eae53ede35
Fix grub.cfg
2022-05-06 16:10:10 +04:00