Commit graph

414 commits

Author SHA1 Message Date
marcone 1e0c20690c Fix imagetool example
The long option name is "--image-name", not "--image"
2021-11-08 08:45:43 +00:00
Serge Schneider 68fee340f9 Do not use qcow2 images by default 2021-11-08 08:44:36 +00:00
Serge Schneider 288b21fc27 Update release notes 2021-10-29 20:38:10 +01:00
Serge Schneider 85bc296d16 Update release notes 2021-10-29 10:24:13 +01:00
Serge Schneider 6d363779ba Automatically load overlays for detected DSI displays 2021-10-29 10:21:08 +01:00
Serge Schneider 93beb9fb74 stage2: install libcamera-apps-lite 2021-10-15 16:04:41 +01:00
Serge Schneider b542f68d68 stage2: install python-is-python3 2021-10-07 10:08:16 +01:00
Serge Schneider 5a4b7ec067 Update release notes 2021-10-05 17:26:51 +01:00
Serge Schneider ac246e300b Use raspi-config to toggle boot_wait 2021-10-05 17:26:51 +01:00
Serge Schneider d0eed3b76f Update config.txt
Disable overscan

Enable camera_auto_detect

Switch all models to KMS

Enable arm_boost on pi 4

Enable host mode on built-in USB controller on CM4
2021-10-05 17:26:51 +01:00
Serge Schneider 456aa2e50b bootstrap: do not install the info package 2021-10-05 17:26:51 +01:00
Serge Schneider 7c45f4e11f stage3: install libcamera-tools and libcamera-apps 2021-10-05 17:26:51 +01:00
Serge Schneider b23d0b144d Use raspi-config to disable predictable network interface names 2021-10-05 17:26:40 +01:00
Serge Schneider d9b4a4a985 Switch to bullseye 2021-10-05 16:59:28 +01:00
Josh Ackley a8596e0d89 Use sync mode when running 'kpartx -a' 2021-10-05 13:53:08 +01:00
Serge Schneider 2f12cf985a Remove IMG_DATE from work directories 2021-09-21 16:36:26 +01:00
Rob Smith 029f258cdd Don't check for binfmt_misc on arm platforms
When building on a native ARM platform, binfmt_misc is not
required to be loaded. This change checks the machine type
and if it's a ARM platform, skip the binfmt_misc validation.
2021-09-20 16:20:09 +01:00
Serge Schneider f6048c7745 Update 07-resize-init.diff 2021-09-01 14:03:11 +01:00
MichaIng ff1e8b1aac
Remove deprecated elevator key from cmdline (#535)
With recent kernel versions, the "deadline" I/O scheduler has been replaced with "mq-deadline", and the "elevator" kernel command line option has been deprecated in general with Linux 5.4: https://kernelnewbies.org/Linux_5.4?highlight=%28elevator%29#Block_layer

Signed-off-by: MichaIng <micha@dietpi.com>
2021-09-01 11:10:26 +01:00
Bruno Binet 42bbe02c78
Fix broken imagetool.sh --mount (#529) 2021-06-24 13:32:01 +01:00
Serge Schneider f9d44edb72 Copy debootstrap.log on failure 2021-06-22 15:48:09 +01:00
Michał Ciesielski d562f2a35b
Fix: update dependencies (#526) 2021-06-22 15:04:51 +01:00
DBongiorno-CG 54e1bb428f
Added simple catch for default case in which PIGEN_DOCKER_OPTS is unspecified during docker build (#522) 2021-06-17 22:44:30 +01:00
Serge Schneider 4ebe5490d1 Update Beginner's Guide download link 2021-06-17 16:52:44 +01:00
Claude Warren f271ce26e9
Added PIGEN_DOCKER_OPTS to build-docker.sh (#521) 2021-06-16 14:32:21 +01:00
Serge Schneider dcfd74d7d1 Update release notes 2021-05-07 15:37:52 +01:00
Serge Schneider 66cd2d17a0 Install gpiozero in lite images 2021-03-31 12:29:01 +01:00
Serge Schneider 4611094150 Update release notes 2021-03-04 22:43:11 +00:00
Holger Pandel bf8c9f5383
Add QCOW2 build mechanism (#349) 2021-02-10 10:37:15 +00:00
Serge Schneider 21090519d8 Update release notes 2021-01-11 11:23:07 +00:00
Serge Schneider 96982d119a Add 1.2 multiplier to nominal root partition size 2021-01-08 19:26:28 +00:00
Serge Schneider 69ee26fb34 stage5: Remove scratch2 2021-01-04 11:42:42 +00:00
Serge Schneider 225f69828f os.json: Update kernel version automatically 2020-12-02 16:56:25 +00:00
Serge Schneider 94a4e4b41c Finalise 2020-12-02 2020-12-02 16:53:07 +00:00
Serge Schneider cce27bd6f4 Update release notes 2020-11-27 15:50:50 +00:00
Serge Schneider 0f59f0085a export-image: get apt lists from public repo 2020-11-17 15:22:12 +00:00
Serge Schneider 6c21cc1e4d stage4: add printing support 2020-11-17 15:13:18 +00:00
Ani dd96ca1c86
Automagically use i386/debian:buster (#415)
* Autmagically use 1386/debian:buster when running on 64-bit host to prevent error #271
2020-10-06 10:58:18 +01:00
kdoren d1596451b9
workaround build failure on AWS M6g instances (#449) 2020-09-23 19:54:37 +01:00
Raphael Nestler be8daaa721
Only disable wifi if WPA_COUNTRY is not set (#416)
* Only disable wifi if WPA_COUNTRY is not set

* Use '-n' instead of '-v' to test if WPA_COUNTRY is set

Apparently -v doesn't work in all shells.
2020-09-18 14:40:33 +01: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
Serge Schneider d6207a620a Update OS.png 2020-08-24 17:01:54 +01:00
Serge Schneider 78c9e2cf02 Raspbian -> Raspberry Pi OS 2020-08-24 15:47:59 +01:00
Serge Schneider 930d86115d Update release notes 2020-08-24 15:47:59 +01:00
Serge Schneider 9a3a10bf10 stage2: install raspinfo 2020-06-22 05:33:42 +01:00
Serge Schneider f663d4c6d1 Add new changelog entry 2020-06-22 03:54:38 +01:00
Serge Schneider 825107f040 Update release notes 2020-05-19 12:07:30 +01:00
Serge Schneider b9bb59c237 Bookshelf PDF download 2020-05-13 13:15: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