Serge Schneider
b91ab524b0
README.md: Remove obsolete warning
2024-10-30 12:46:21 +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
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
Sébastien Le Ray
dca93d24c7
README: add specific stage build for Docker ( #777 )
2024-07-09 10:08:38 +01:00
Serge Schneider
9917c869a7
README.md: Consistent formatting of 'Default' values
2024-05-13 16:41:17 +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
7ce2538bca
Revert "Added docker-compose.yml for easy apt-cacher-ng startup"
...
This reverts commit fe45b739871c2eba65ec520e00816299abbfbc5b.
It's probably a bad idea to reference docker containers from unofficial sources
2024-04-09 15:27:24 +01: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
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
marcone
663401de3c
README.md: default release is bookworm ( #715 )
2023-10-16 12:41:17 +01:00
Serge Schneider
8dd23cbc1d
Remove dhcpcd and associated options
2023-09-25 15:04:19 +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
jannik
b2bd87c512
Add more binfmt errors and hints to README
2022-02-23 15:14:55 +00:00
Romain Bazile
b1d54c82fe
Provide information to build the 64 bit image in the README ( #596 )
...
Fixes #595
2022-02-22 10:30:46 +00:00
jannik
c63a3aedf9
fix dash in README
2022-02-16 10:06:17 +00:00
bwisn
724820051c
Add gpg dependency
2022-02-02 14:24:53 +00:00
Romain Bazile
8862e4d9ff
Add check and warning for a space presence in the base path
2022-02-02 14:12:39 +00:00
Serge Schneider
c393ef105e
Strip trailing spaces
2022-02-02 14:04:25 +00:00
myxxmikeyxx
27983073c9
Update README.md
2021-11-10 15:31:31 +00:00
Serge Schneider
68fee340f9
Do not use qcow2 images by default
2021-11-08 08:44:36 +00:00
Serge Schneider
d9b4a4a985
Switch to bullseye
2021-10-05 16:59:28 +01:00
Michał Ciesielski
d562f2a35b
Fix: update dependencies ( #526 )
2021-06-22 15:04:51 +01:00
Claude Warren
f271ce26e9
Added PIGEN_DOCKER_OPTS to build-docker.sh ( #521 )
2021-06-16 14:32:21 +01:00
Holger Pandel
bf8c9f5383
Add QCOW2 build mechanism ( #349 )
2021-02-10 10:37:15 +00:00
andrum99
d6ee1e5469
Update README.md
2020-09-18 11:08:07 +01:00
Daniel F. Dickinson
c1a7dae113
Enable adding SSH pubkey and setting pubkey only ( #380 )
...
This commit add the ability to specify an SSH public key as well as the
option to disable password authentication and only allow public key
authentication for SSH.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2020-09-08 21:16:07 +01:00
DragonEagle
08fc0b9a82
Exposed RELEASE as a configurable variable ( #391 )
...
Exposed RELEASE as a configurable variable and updated README.md. As a
bonus, there is only on place to change the release name when the next
release is stable now.
2020-02-26 13:36:39 +00:00
Serge Schneider
0a6624b26d
Update ROOT_MARGIN
2020-01-24 12:48:57 +00:00
Serge Schneider
24bb01dec2
Rename HOSTNAME variable to TARGET_HOSTNAME
...
Bash sets the HOSTNAME variable, overriding our default
2020-01-21 17:45:22 +00:00
Andrew Pattison
f8f3d6fe93
capitalise Raspberry Pi
2020-01-08 12:01:12 +00:00
Andrew Pattison
f9375cdcec
README.md - mention WPA_PASSWORD length requirement
2020-01-08 12:01:12 +00:00
RaspberryPiFan
32353a162b
Updated info about stage4 and stage5 ( #359 )
2019-12-09 11:57:26 +00:00
Christian Decker
18c3cebe94
configure unprotected wifi when WPA_PASSWORD is unset ( #357 )
2019-12-05 15:08:04 +00:00
RaspberryPiFan
8bdbbfb099
Added stage 5 to the text ( #353 )
2019-11-27 16:11:20 +00:00
RaspberryPiFan
d7c1ae21ca
New types of images. ( #352 )
2019-11-26 15:49:49 +00:00
Rene Klootwijk
d30343f626
Added hostname parameter
2019-11-05 17:21:33 +00:00
Matthijs Kooijman
336ff2107e
Document how to get values for the localization values
2019-10-14 10:55:10 +01:00
Joshua Bussdieker
d1f7a38905
Support regional config settings ( #323 )
2019-08-14 11:26:55 +01:00
132ikl
c0714e33d6
Update Stretch to Buster in README ( #310 )
2019-07-23 14:43:07 +01:00
gscscnd
fd21eff626
README.md shouldn’t be executable ( #303 )
...
In 667318116acda97b58734ae7512789a0f56db306, README.md’s file mode bits
were changed from 0o644 to 0o755. This commit reverts them back to
0o644.
2019-07-03 13:02:48 +01:00