Commit Graph

129 Commits

Author SHA1 Message Date
Serge Schneider
9e53daa3b1 Merge branch 'master' into arm64 2025-09-30 08:31:10 +01:00
paulober
372e563633 Add cloud-init support
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
2025-09-30 08:30:20 +01:00
Serge Schneider
22dc0ec430 Merge branch 'master' into arm64 2025-09-12 17:21:28 +01:00
Serge Schneider
c3848a3a37 README.md: mention first run wizard in FIRST_USER_NAME documentation 2025-09-05 12:39:13 +01:00
XECDesign
f0f91453e0 Add missing dependency to README and switch from apt-get to apt
Fixes #869
2025-09-05 12:25:40 +01:00
Serge Schneider
5fe4c02bcf Merge branch 'master' into arm64 2025-08-19 16:51:19 +01:00
Serge Schneider
c2cd4e8a62 bookworm -> trixie 2025-08-19 12:09:17 +01:00
Serge Schneider
816f458a99 Merge branch 'master' into arm64 2025-08-14 13:53:40 +01:00
Serge Schneider
52ac7751ca Add e2fsprogs to dependencies 2025-08-14 13:53:28 +01:00
Serge Schneider
49e1078c1b Merge branch 'master' into arm64 2025-05-06 14:20:09 +01:00
Serge Schneider
ca3d54e7e7 Add TEMP_REPO variable 2025-04-15 14:57:18 +01:00
Richard Oliver
2e5d13e1b9 export-image: generate bmap file if bmaptool is available 2025-03-14 14:33:23 +00:00
Serge Schneider
1e780d18c2 Merge branch 'master' into arm64 2025-01-02 09:32:25 +00:00
marcone
ca08900c66 README.md: Fix typo (#813) 2024-11-28 11:05:29 +00:00
Serge Schneider
919f1e86b9 Merge branch 'master' into arm64 2024-11-11 13:34:14 +00:00
Matt Liggett
8fd4886e10 Minor spelling and formatting tweaks. (#807) 2024-11-11 08:02:33 +00:00
Serge Schneider
da8f0063ea Merge branch 'master' into arm64 2024-10-31 13:28:46 +00:00
Serge Schneider
b91ab524b0 README.md: Remove obsolete warning 2024-10-30 12:46:21 +00:00
Serge Schneider
ccc23c6738 Merge branch 'master' into arm64 2024-10-30 11:33:22 +00:00
Serge Schneider
9dbd88221c README.md: Fix TIMEZONE_DEFAULT description 2024-10-30 11:33:11 +00:00
Serge Schneider
536dd583b4 README.md: Clarify early on that armhf and arm64 images should be build from different branches. 2024-10-30 11:32:47 +00:00
Serge Schneider
19fd60cef7 Merge branch 'master' into arm64 2024-10-29 10:16:06 +00:00
Matthew Lear
b8e497cf21 Allow export image customisation (#801)
* Allow export image customisation

Add new variable EXPORT_CONFIG_DIR to set the location of the scripts
pigen will run when exporting an image. Setting this is optional. If
not specified, the current location is retained.

By utilising STAGE_LIST AND EXPORT_CONFIG_DIR, a user can construct
custom images out-of-tree without modification to any defaults.

(cherry picked from commit e5e6ceeaf46f52f77b759d3d35aef8bbd0a69c8b)

* Shellcheck and style fixes

Fixed shellcheck warnings and made the changes more consistent with the surrounding code

---------

Co-authored-by: Serge Schneider <serge@raspberrypi.com>
2024-10-29 10:15:10 +00:00
Serge Schneider
6453828cce Merge branch 'master' into arm64 2024-10-28 15:00:29 +00:00
Sébastien Le Ray
dca93d24c7 README: add specific stage build for Docker (#777) 2024-07-09 10:08:38 +01:00
Serge Schneider
97aa847ea8 Merge branch 'master' into arm64 2024-05-13 16:41:38 +01:00
Serge Schneider
9917c869a7 README.md: Consistent formatting of 'Default' values 2024-05-13 16:41:17 +01:00
Serge Schneider
2327c5e28d Merge branch 'master' into arm64 2024-05-13 16:28:00 +01:00
Serge Schneider
d87f764fcb build.sh: Warn user of unsupported build environment architecture and fail early if binfmt_misc isn't working as expected 2024-05-13 16:10:11 +01:00
Serge Schneider
e95e00f879 Set a default IMG_NAME
This also adds the 'ARCH' environment variable, which will help reduce the delta between master and arm64 branches.
2024-05-13 16:10:11 +01:00
Serge Schneider
56916d4d84 Merge branch 'master' into arm64 2024-04-09 15:30:05 +01:00
Serge Schneider
7ce2538bca Revert "Added docker-compose.yml for easy apt-cacher-ng startup"
This reverts commit fe45b73987.

It's probably a bad idea to reference docker containers from unofficial sources
2024-04-09 15:27:24 +01:00
Serge Schneider
b4f2aeabde Merge branch 'master' into arm64 2024-02-26 14:15:02 +00:00
Christian Kuhtz
82e5642ad1 README.md: Add xxd dependency (#750) 2024-02-26 14:12:43 +00:00
Mark Spatz
502e5fa0e3 Remove QCOW2 build mechanism (#648) 2024-02-23 04:19:10 +00:00
Tom Dewey
69037ce9fe Update README.md (#755)
Remove references to 'Raspbian', and instead refer to 'Raspberry Pi OS'.

Additionally, a first pass of editing for conciseness.

Replace bookworm instructions with bullseye
2024-02-19 14:32:58 +00:00
Serge Schneider
1460069163 Merge branch 'master' into arm64 2023-11-27 15:34:52 +00:00
Stefan Becker
d966897395 README.md: add PI_GEN_RELEASE (#720)
This is the text written to "/etc/issue.txt" by update_issue(). The
default is the name used by official Raspberry Pi builds.

Fixes #719
2023-10-23 12:11:43 +01:00
Serge Schneider
78444eaf07 Merge branch 'master' into arm64 2023-10-17 14:42:49 +01:00
marcone
663401de3c README.md: default release is bookworm (#715) 2023-10-16 12:41:17 +01:00
Serge Schneider
c318daf364 Merge branch 'master' into arm64 2023-09-27 16:01:28 +01:00
Serge Schneider
8dd23cbc1d Remove dhcpcd and associated options 2023-09-25 15:04:19 +01:00
Stefan Becker
3e8046da4c Update qemu ARM binary name in README.md (#684)
When running a 64 bit build you need the QEMU aarch64 binary installed
on the host system.

Fixes #678
2023-03-27 16:02:46 +01:00
Serge Schneider
c3083ecd50 Add parameter to keep cap_setfcap
Fixes #643
2022-11-08 12:04:12 +00:00
Serge Schneider
549681f6e2 Updates to avoid common pitfalls when changing the RELEASE variable
Fixes #635, fixes #645, fixes #632
2022-11-08 11:29:37 +00:00
kralo
4da039215b Update README.md document WPA_COUNTRY Code format (#636)
raspi-config will silently fail, if the argument to `do_wifi_country` is not an uppercase 2-letter Code from the list in /usr/share/zoneinfo/iso3166.tab
2022-10-03 16:39:39 +01:00
Romain Bazile
01b2432007 Create a DISABLE_FIRST_BOOT_USER_RENAME flag to be set in config (#618)
Closes #614
2022-06-17 15:45:08 +01:00
Serge Schneider
95ac3cfb3b Remove default password 2022-03-18 15:03:23 +00:00
Romain Bazile
5d044ba71b Addition of a DEPLOY_COMPRESSION option to the configuration (#592) 2022-03-01 16:23:42 +00:00
Serge Schneider
c5a906b676 Fix whitespace 2022-02-23 18:36:02 +00:00