mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 12:53:01 +02:00
ci docs update (#3578)
This commit is contained in:
17
ci/README.md
17
ci/README.md
@@ -17,8 +17,8 @@
|
|||||||
- [fatpack image](#fatpack-image)
|
- [fatpack image](#fatpack-image)
|
||||||
- [lean image](#lean-image)
|
- [lean image](#lean-image)
|
||||||
- [Add Gnome desktop (optional)](#add-gnome-desktop-optional)
|
- [Add Gnome desktop (optional)](#add-gnome-desktop-optional)
|
||||||
- [Add wifi](#add-wifi)
|
- [Add wifi (optional)](#add-wifi-optional)
|
||||||
- [Add wifi driver (optional)](#add-wifi-driver-optional)
|
- [Add wifi driver (optional)](#add-wifi-driver-optional)
|
||||||
- [Workflow notes](#workflow-notes)
|
- [Workflow notes](#workflow-notes)
|
||||||
- [Packer .json settings:](#packer-json-settings)
|
- [Packer .json settings:](#packer-json-settings)
|
||||||
- [VNC](#vnc)
|
- [VNC](#vnc)
|
||||||
@@ -64,15 +64,15 @@ The workflow locally and in github actions generates a .qcow2 format amd64 image
|
|||||||
* find the compressed .qcow2 image and sh256 hashes in the `ci/amd64/builds` directory
|
* find the compressed .qcow2 image and sh256 hashes in the `ci/amd64/builds` directory
|
||||||
|
|
||||||
## Images generated in github actions
|
## Images generated in github actions
|
||||||
* Find the images in the green runs in github actions at:
|
* To see the downloadable artifacts will need to log in to GitHub
|
||||||
https://github.com/rootzoll/raspiblitz/actions
|
* Find the latest successful builds for amd64 using the dev branch at:
|
||||||
|
https://github.com/rootzoll/raspiblitz/actions/workflows/amd64-lean-image.yml?query=workflow%3Aamd64-lean-image-build+branch%3Adev+is%3Asuccess++
|
||||||
```
|
```
|
||||||
# unzip to the same directory
|
# unzip to the same directory
|
||||||
unzip raspiblitz-amd64-image-YEAR-MM-DD-COMMITHASH.zip
|
unzip raspiblitz-amd64-image-YEAR-MM-DD-COMMITHASH.zip
|
||||||
```
|
```
|
||||||
## Write the image to a disk connected with USB
|
## Write the image to a disk connected with USB
|
||||||
identify the connected disk with `lsblk` eg `/dev/sdd`
|
* identify the connected disk with `lsblk` eg `/dev/sdd`
|
||||||
|
|
||||||
### Convert the qcow2 volume to a raw disk image
|
### Convert the qcow2 volume to a raw disk image
|
||||||
* the raw image is 33.5 GB
|
* the raw image is 33.5 GB
|
||||||
@@ -82,6 +82,7 @@ identify the connected disk with `lsblk` eg `/dev/sdd`
|
|||||||
# convert
|
# convert
|
||||||
qemu-img convert raspiblitz-amd64-debian-11.5-lean.qcow2 raspiblitz-amd64-debian-11.5-lean.img
|
qemu-img convert raspiblitz-amd64-debian-11.5-lean.qcow2 raspiblitz-amd64-debian-11.5-lean.img
|
||||||
```
|
```
|
||||||
|
|
||||||
### Write to a disk connected with USB with Balena Etcher or `dd`
|
### Write to a disk connected with USB with Balena Etcher or `dd`
|
||||||
* [Balena Etcher](https://www.balena.io/etcher/) to write the .img to disk
|
* [Balena Etcher](https://www.balena.io/etcher/) to write the .img to disk
|
||||||
* dd to write the .img to disk
|
* dd to write the .img to disk
|
||||||
@@ -139,13 +140,13 @@ identify the connected disk with `lsblk` eg `/dev/sdd`
|
|||||||
systemctl start gdm
|
systemctl start gdm
|
||||||
```
|
```
|
||||||
|
|
||||||
## Add wifi
|
### Add wifi (optional)
|
||||||
* if the wifi driver is included in the FOSS Debian distro
|
* if the wifi driver is included in the FOSS Debian distro
|
||||||
* in the command line run the network manager interface to connect:
|
* in the command line run the network manager interface to connect:
|
||||||
```
|
```
|
||||||
sudo nmtui
|
sudo nmtui
|
||||||
```
|
```
|
||||||
## Add wifi driver (optional)
|
### Add wifi driver (optional)
|
||||||
* as in https://wiki.debian.org/iwlwifi
|
* as in https://wiki.debian.org/iwlwifi
|
||||||
* add the component `non-free` after `deb http://deb.debian.org/debian bullseye main` in `/etc/apt/sources.list`
|
* add the component `non-free` after `deb http://deb.debian.org/debian bullseye main` in `/etc/apt/sources.list`
|
||||||
* install the wifi driver for the mentioned cards:
|
* install the wifi driver for the mentioned cards:
|
||||||
|
Reference in New Issue
Block a user