diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-01-31 19:06:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-02-01 13:38:10 +0000 |
commit | 493339955cc2706d01cb8e0e3c515fe3b92ef8d4 (patch) | |
tree | 1aca74988ab9133340a8a23641bd4317d6832843 /share/build-scripts | |
parent | Adding support for non-free-firmware archive-area in debconf build script. (diff) | |
download | compute-tools-493339955cc2706d01cb8e0e3c515fe3b92ef8d4.tar.xz compute-tools-493339955cc2706d01cb8e0e3c515fe3b92ef8d4.zip |
Updating arm64 description in debconf build script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/build-scripts')
-rwxr-xr-x | share/build-scripts/debconf.d/0003-debconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/build-scripts/debconf.d/0003-debconf b/share/build-scripts/debconf.d/0003-debconf index 840e4a6..e12e25e 100755 --- a/share/build-scripts/debconf.d/0003-debconf +++ b/share/build-scripts/debconf.d/0003-debconf @@ -159,7 +159,7 @@ Architecture () arm64) DEFAULT="arm64" - CHOICES="Automatic, RaspberryPi 3 (arm64)" + CHOICES="Automatic, RaspberryPi 3 and newer (arm64)" CHOICES_C="auto, arm64" ;; |