Commit Graph

167 Commits

Author SHA1 Message Date
notplants 53c7991821 remove unused packages from release_index.html 2022-01-13 10:32:42 -05:00
mhfowler 7b3539bdb6 Merge branch 'main' of https://github.com/peachcloud/peach-img-builder into release 2021-07-23 23:26:53 -04:00
mhfowler d35ca5da53 Update peach-config to new package name 2021-07-23 23:23:04 -04:00
mhfowler b78422103b Remove specification of peach user 2021-07-22 17:00:19 -04:00
Max Fowler f6425b94c2
Merge pull request #11 from peachcloud/new-packages
Add new peach packages
2021-06-08 10:54:02 -04:00
notplants 35659e4368 Add new peach packages 2021-06-08 10:53:20 -04:00
Max Fowler aa8ca29398
Merge pull request #8 from peachcloud/release
Add python script for publishing image
2021-03-16 14:40:30 +01:00
notplants 83dc63602a Remove print statement 2021-03-16 13:02:42 +01:00
notplants 1ec6a68ece Add publish_img.py script 2021-03-16 12:30:01 +01:00
notplants 4c06624595 Working on publish script 2021-03-16 11:38:24 +01:00
notplants 5ed956048d Working on release script 2021-03-16 11:37:18 +01:00
Max Fowler 8774644443
Merge pull request #7 from peachcloud/img_compression
Add compression for build release
2021-03-16 09:01:52 +01:00
mycognosist 45a3372ee4 Add compression for build release 2021-03-15 17:51:18 +00:00
notplants 48393605bb Working on including manifest in image build 2021-03-11 13:52:27 +01:00
notplants 9ccd148a8e Working on jinja build for releases.peachcloud.org 2021-03-08 11:26:13 +01:00
notplants 15402be01d Add -d flag to setup_dev_env 2021-02-25 19:42:47 +01:00
notplants 00e85a3e2d Change README to 2000M 2021-02-15 10:42:02 +01:00
notplants 4fc3a074a0 Fix readme 2021-02-15 10:40:22 +01:00
notplants 5e3a0c6e8d Add releases section to README 2021-02-12 14:32:59 +01:00
notplants d41ea0bd88 Add release to build.sh 2021-02-12 14:30:44 +01:00
notplants fd84e67293 Use dev branch of peach-config 2021-02-11 15:09:04 +01:00
notplants 71a62eb94b Add image size to readme 2021-02-03 12:31:09 +01:00
notplants 813acee804 Merge branch 'master' of github.com:peachcloud/peach-img-builder 2021-02-03 12:28:53 +01:00
notplants 242ddd0a50 Update readme 2021-02-03 12:28:42 +01:00
Max Fowler 0552e838e2
Merge pull request #1 from peachcloud/update-readme
Update readme
2021-02-03 12:26:56 +01:00
notplants 27d2e47ccd Add README on how to install vmdb2 2021-02-03 12:19:40 +01:00
notplants dca65df5b8 Update Readme and cleanup raspi_master.yaml 2021-02-03 11:48:55 +01:00
notplants 086492de16 Working on raspi_master.yaml 2021-01-26 17:36:32 +01:00
notplants 6fb086be6b Add README 2021-01-26 17:08:10 +01:00
notplants f20223c36b Add test lines to end of raspi_master.yaml 2021-01-26 17:05:13 +01:00
Gunnar Wolf 71fbc01775 Merged zvpunry/merge requests/build-depends 2020-11-12 19:33:25 -06:00
Gunnar Wolf be6a614be7 Merge branch 'readme_improvements' into 'master'
Minor clarifications in README.md

See merge request raspi-team/image-specs!26
2020-11-13 01:28:54 +00:00
Gunnar Wolf dbcdf867fe Merge branch 'update-rpi-set-sysconf-location' into 'master'
Update rpi-set-sysconf as it's in /usr/local/sbin, not /usr/sbin.

See merge request raspi-team/image-specs!27
2020-11-13 01:28:00 +00:00
Gunnar Wolf 560102aab6 Stop hardcoding the mount line for /proc in /etc/fstab (re: issue #34) 2020-11-12 19:25:25 -06:00
Gunnar Wolf 57e90df103
All packages needed for RPi4 are now in buster/backports, stop bringing unstable in 2020-11-05 11:35:58 -06:00
Gunnar Wolf 19858b17d7 Use "buster" instead of "stable" for the RPi4 default apt release (Salsa issue #30) 2020-10-16 10:49:18 -05:00
Diederik de Haas 8eb357a78a Update rpi-set-sysconf as it's in /usr/local/sbin, not /usr/sbin. 2020-09-08 16:25:35 +00:00
Patryk Cisek 61e893a508 Minor clarifications in README.md 2020-08-29 11:38:44 -07:00
Michael Loeffler 334b1f4b4f Added a hint about binfmt-support to the README.md
In some cases qemu-user-static is installed before
binfmt-support, which causes it to not register its
binary formats.
2020-08-20 12:34:02 +00:00
Michael Loeffler ba5b82a4e0 Specified the version requirements of vmdb2 in the build depends
The default version of Debian 10 is too old, but the version from
Debian unstable works.
2020-08-20 12:03:13 +00:00
Michael Loeffler 4e9c3b9648 Added kpartx to the build depends
kpartx is used by vmdb2 and isn't installed by default
2020-08-20 12:01:28 +00:00
Michael Loeffler 2a3251199f Added "time" to the build dependencies
The program /usr/bin/time is not installed by default, so add it to the
build depends.
2020-08-18 22:56:00 +02:00
Gunnar Wolf 3629fa4aef Update README.md with additional build dependencies
Incorporating MR !6 by Andre F de Miranda. Thanks!
2020-08-15 00:52:44 -05:00
Gunnar Wolf 7de811f115 Add a configuration file for wireless networking 2020-08-15 00:15:43 -05:00
Gunnar Wolf 5fd8083493 Get rid of obsolete comments in eth0 configuration 2020-08-15 00:10:22 -05:00
Gunnar Wolf 91381c16c9 Merge branch 'rootfs' into 'master'
rootfs subdirectory

See merge request raspi-team/image-specs!12
2020-08-15 05:06:18 +00:00
PeterLawler dd3b33419c rootfs subdirectory 2020-08-15 05:06:18 +00:00
Gunnar Wolf d2ed03378e Allow setting ssh authorized key for root, so pi can be configured via network
Merging changes proposed by Nik LaBelle in merge request #22
2020-08-15 00:01:54 -05:00
Gunnar Wolf c2bc44541a Merge branch 'debos-add-firmware-brcm80211' into 'master'
debos: Add firmware-brcm80211 package needed for wifi

See merge request raspi-team/image-specs!8
2020-08-14 22:54:06 +00:00
Gunnar Wolf 30314a7f8e Merge branch 'pi4-wifi-firmware' into 'master'
pi4: remove wget hack needed for the wifi driver

See merge request raspi-team/image-specs!23
2020-08-14 22:50:35 +00:00