mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-26 01:31:46 +01:00
* ci: use uefi for amd64 image, debian 12.1.0 * build: add amd64 legacyboot image action * ci: store var values in config, update readme * fix: add raspi repo on aarch64 only fixes: https://github.com/raspiblitz/raspiblitz/issues/4029 * docs: guide to extend the root partition
5 lines
58 B
Bash
5 lines
58 B
Bash
#!/bin/sh
|
|
|
|
echo "# Display the environment variables"
|
|
env
|