Commit Graph

2124 Commits

Author SHA1 Message Date
Arszilla
c8b70e9098 Update and fix cubox.sh 2022-08-30 00:04:29 +03:00
Arszilla
917d743ea7 Update and fix cubox-i4pro.sh 2022-08-30 00:04:29 +03:00
Arszilla
76c5c74a66 Update and fix cubietruck.sh 2022-08-30 00:04:29 +03:00
Arszilla
9d286ae91a Update and fix cubieboard2.sh 2022-08-30 00:04:29 +03:00
Arszilla
eee4262f9b Update and fix chromebook-veyron.sh 2022-08-30 00:04:29 +03:00
Arszilla
b75f5ef080 Update and fix chromebook-nyan.sh 2022-08-30 00:04:29 +03:00
Arszilla
c278050b60 Update and fix chromebook-exynos.sh 2022-08-30 00:04:29 +03:00
Arszilla
c5467bf5db Update and fix beaglebone-black.sh 2022-08-30 00:04:29 +03:00
Arszilla
37ce853385 Update and fix banana-pro.sh 2022-08-30 00:04:29 +03:00
Arszilla
26a1736d0c Update and fix banana-pi.sh 2022-08-30 00:04:29 +03:00
Arszilla
dc1a32c9b9 Update & fix yaml syntax of devices.yml 2022-08-30 00:04:29 +03:00
Arszilla
ed986f0051 Update kali-arm-oem-install 2022-08-30 00:04:29 +03:00
Arszilla
d6f0cd2833 Update and fix bash syntax of common.d scripts 2022-08-30 00:04:29 +03:00
Arszilla
6b4df8afb0 Trim trailing whitespace 2022-08-30 00:04:17 +03:00
Arszilla
4351f3c351 Improve README.md's markdown 2022-08-30 00:04:17 +03:00
Arszilla
a8dce99251 Update and fix bash syntax of non-root scripts 2022-08-30 00:04:17 +03:00
Arszilla
ac6976f7a7 Improve .gitlab-ci.yml syntax 2022-08-30 00:04:17 +03:00
Arszilla
295c96d56a Update and fix bash syntax of archived scripts 2022-08-30 00:04:17 +03:00
Arszilla
b4115fd0b2 Update and fix Python 3 syntax 2022-08-30 00:04:17 +03:00
Arszilla
40554a9e3c Improve pre-release.py 2022-08-30 00:04:17 +03:00
Arszilla
99076d925a Improve post-release.py 2022-08-30 00:04:17 +03:00
Arszilla
dcd77f4dc3 Improve generate_kernel_stats.py 2022-08-30 00:04:17 +03:00
Arszilla
5ce48fb087 Fix typo in generate_devices_stats.py 2022-08-30 00:04:17 +03:00
Arszilla
fcb725c7e0 Improve generate_images_table.py 2022-08-30 00:04:17 +03:00
Arszilla
63dbe4881e Improve generate_images_stats.py 2022-08-30 00:04:17 +03:00
Arszilla
49ba91f0e1 Improve generate_images_overview.py 2022-08-30 00:04:17 +03:00
Arszilla
771a13c824 Improve generate_devices_table.py 2022-08-30 00:04:17 +03:00
Arszilla
478ebb3a1c Improve generate_devices_stats.py 2022-08-30 00:04:17 +03:00
Arszilla
64b89d7544 Sort imports 2022-08-30 00:04:17 +03:00
Steev Klimaszewski
33812890e0 rpi*: Also enable bluetooth
We were enabling just hciuart, lets also enable bluetooth so that its
started by default
2022-08-28 19:49:20 -05:00
Steev Klimaszewski
f78df8a2c7 common: make build deps sleep random 5-15
Instead of a flat 5 second sleep, lets sleep a random amount between 5
and 15.  Hopefully this fixes the issue of random failures because of a
lock?
2022-08-25 21:00:39 -05:00
Steev Klimaszewski
6790a16667 pbp: Add 43455 firmware for newer Pinebook Pro models
Thanks to Jonathan Cox for reporting.  Closes #286
2022-08-18 21:26:41 -05:00
Steev Klimaszewski
351f953ef0 common: 3stage: Don't need to clean up eatmydata 2022-08-16 14:06:58 -05:00
Steev Klimaszewski
bcc02bcd43 common: don't use --foreign with debootstrap
Now that the build server is updated to bullseye, we don't need to pass
--foreign to cross build anymore.
2022-08-16 13:36:05 -05:00
Steev Klimaszewski
1281bbf99d pinebook: use echo to create module script 2022-08-13 23:03:44 -05:00
Steev Klimaszewski
974dfcf121 pinebook: fix script name 2022-08-12 16:24:32 -05:00
Ben Wilson
0630bfd3f5 Switch from str to int for sizes 2022-08-12 14:03:22 +01:00
Ben Wilson
ef2007fde9 Change JSON ordering 2022-08-12 13:59:09 +01:00
Ben Wilson
84e025f29b Switch logo to be SVG 2022-08-12 13:57:01 +01:00
Ben Wilson
04a4175346 Clean up 2022-08-12 13:50:10 +01:00
Ben Wilson
7c2b5a6d44 Drop commas in rpi-imager.json 2022-08-12 13:40:01 +01:00
g0t mi1k
60f22b97f2 Merge branch 'post-release' into 'master'
Close #279:  json files required for rpi-imager

See merge request kalilinux/build-scripts/kali-arm!338
2022-08-12 12:22:07 +00:00
Ben Wilson
633acce994 In sync pre-release script with post-release 2022-08-12 13:20:17 +01:00
Ben Wilson
88775fea67 Refresh post-release script 2022-08-12 13:20:07 +01:00
Ben Wilson
1dad35d1c4 Move up pine64 2022-08-12 05:56:22 +01:00
Steev Klimaszewski
2949733e66 pinebook: Create systemd-sleep directory 2022-08-11 23:15:48 -05:00
Steev Klimaszewski
7975fbb731 Merge branch 'pwsh' into 'master'
Add powershell and a few fixups

See merge request kalilinux/build-scripts/kali-arm!337
2022-08-11 18:03:12 +00:00
Steev Klimaszewski
85a3db3570 common: fix powershell tarball name 2022-08-11 18:02:23 +00:00
Steev Klimaszewski
fbfe95f290 common: pwsh: fix typos 2022-08-11 18:02:23 +00:00
Steev Klimaszewski
d232d23a25 common: Add powershell 7.1.3 for arm64/armhf 2022-08-11 18:02:23 +00:00