Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2022-07-17 01:28:28 +0300
committerGuy Sheffer <guysoft@gmail.com>2022-07-17 01:28:28 +0300
commit86f398c133e78e8023047a94ea343379ea4b1549 (patch)
treeb4f1303f2aaae3b83c20b6359d80bd26ba3939d6
parent7d57995e41fa2f1bb5e637cb7431578c69650397 (diff)
Update README, add README for rpios_arm64 variant image location #785
-rw-r--r--src/image-rpios_arm64/README5
-rw-r--r--src/image/README2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/image-rpios_arm64/README b/src/image-rpios_arm64/README
new file mode 100644
index 0000000..63a2c46
--- /dev/null
+++ b/src/image-rpios_arm64/README
@@ -0,0 +1,5 @@
+Place zipped Raspberry Pi OS image here for the arm64 variant. Or any other variant you want to build/
+
+If not otherwise specified, the build script will always use the most
+recent zip file matching the file name pattern "*-raspbian.zip" or "*-rpios.zip" or "*-rpios.xz" located
+here.
diff --git a/src/image/README b/src/image/README
index a536aca..4203497 100644
--- a/src/image/README
+++ b/src/image/README
@@ -1,5 +1,5 @@
Place zipped Raspberry Pi OS image here. Or any other variant you want to build/
If not otherwise specified, the build script will always use the most
-recent zip file matching the file name pattern "*-raspbian.zip" or "*-rpios.zip" located
+recent zip file matching the file name pattern "*-raspbian.zip" or "*-rpios.zip" or "*-rpios.xz" located
here.