- 09 Jun, 2021 2 commits
-
-
-
Ratchanan Srirattanamet authored
-
- 14 Feb, 2021 1 commit
-
-
Florian Leeber authored
-
- 06 Dec, 2020 2 commits
-
-
Previously we piped to the command `cat > /dev/null` (or `cat -`). This meant the return value was always the return value of cat, hence everything was considered successful. With this change, we just redirect to the file /dev/null or the file descriptor for stdout. Hence, if a function fails (returns a non-zero value) the script will actually terminate, as it should.
-
Florian Leeber authored
-
- 22 Oct, 2020 2 commits
-
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
- 20 Oct, 2020 1 commit
-
-
Florian Leeber authored
This reverts commit c5ae509b.
-
- 12 Aug, 2020 1 commit
-
-
Marius Gripsgard authored
This was removed some years ago, so not needed anymore
-
- 15 Apr, 2020 3 commits
-
-
Alfred Neumayer authored
-
Alfred Neumayer authored
-
Alfred Neumayer authored
The halium-initramfs has support for mounting the system image as system-as-root, depending on its filename. Enable this.
-
- 21 Mar, 2020 2 commits
-
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
- 18 Jan, 2020 1 commit
-
-
Normally we just `adb push` the `.img` files. With this option we first compress the images on the host machine, then push and finally decompress on the device. The time to push goes down significantly and we spend a little extra time for de-/compression. It could be that this trade off is device specific. I played with a few compression tools. `pigz` seemed to provide the best total time for me. On my setup the total time for `flash_img()` goes from from ca 14:12 to 5:42 Without compression ``` .halium-install-imgs.dYogm/rootfs.img: 1 file pushed. 3.8 MB/s (3221225472 bytes in 812.863s) .halium-install-imgs.dYogm/system.img: 1 file pushed. 3.7 MB/s (151584768 bytes in 38.899s) real 14m11,792s user 0m0,674s sys 0m4,238s ``` With compression ``` .halium-install-imgs.Pw6FU/rootfs.img.gz: 1 file pushed. 3.8 MB/s (649476288 bytes in 161.334s) .halium-install-imgs.Pw6FU/system.img.gz: 1 file pushed. 3.9 MB/s (78788455 bytes in 19.298s) real 5m41,985s user 2m16,681s sys 0m6,789s ```
-
- 13 Jan, 2020 1 commit
-
-
- 12 Oct, 2019 1 commit
-
-
Jonah Brüchert authored
-
- 10 Oct, 2019 1 commit
-
-
Jonah Brüchert authored
-
- 05 Oct, 2019 1 commit
-
-
Jonah Brüchert authored
-
- 11 Aug, 2019 4 commits
-
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
Jonah Brüchert authored
Also affects debian-pm, but it contains roughly the same as neon and might need as much space soon.
-
- 13 Jul, 2019 7 commits
-
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
- 08 Jun, 2019 2 commits
-
-
Jonah Brüchert authored
Fixes #24
-
Jonah Brüchert authored
Fixes !25
-
- 31 May, 2019 1 commit
-
-
Jonah Brüchert authored
distributions: Setup /odm symlink See merge request !27
-
- 14 May, 2019 1 commit
-
-
Jonah Brüchert authored
* EXIT also seems to be emitted if the script exits normally
-
- 13 May, 2019 1 commit
-
-
Alfred Neumayer authored
This is required on Sony devices like Xperia X.
-
- 07 May, 2019 1 commit
-
-
Jonah Brüchert authored
-
- 24 Apr, 2019 1 commit
-
-
Jonah Brüchert authored
Workaround for PATH variables on non-Debian distributions. See merge request !26
-
- 23 Apr, 2019 1 commit
-
-
Danct12 authored
-
- 11 Mar, 2019 1 commit
-
-
Jonah Brüchert authored
Preserve permissions and owner by GID See merge request !25
-
- 10 Mar, 2019 1 commit
-
-
Dalton Durst authored
-