mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 01:46:42 +01:00
added read key to disconenct 2nd HDD after copy
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# ⚡️ this setup is tested on an ODroid HC1 ⚡️
|
||||

|
||||
|
||||
there is no LCD, but the [hardware specs](hw_comparison.md) are convincing:
|
||||
there is no LCD, but the [hardware specs](hw_comparison.md) make up for it.
|
||||
|
||||
|
||||
## Setting up the DietPi OS
|
||||
@@ -56,12 +56,13 @@ Should end up here on version v6.20.6 or higher:
|
||||

|
||||
|
||||
|
||||
run the SDcard build script in this format:
|
||||
run the SDcard build script in this format:
|
||||
`wget https://raw.githubusercontent.com/[GITHUB-USERNAME]/raspiblitz/[BRANCH]/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh [BRANCH] [GITHUB-USERNAME]`
|
||||
|
||||
Be aware of that the fork needs to be called `raspiblitz` for the git download to work.
|
||||
if you intend to use @openoms`s forked version:
|
||||
|
||||
`wget https://raw.githubusercontent.com/openoms/HardwareNode/raspiblitz-dev/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh raspiblitz-dev openoms`
|
||||
`wget https://raw.githubusercontent.com/openoms/raspiblitz/raspiblitz-dev/build.sdcard/raspbianStretchDesktop.sh && sudo bash raspbianStretchDesktop.sh raspiblitz-dev openoms`
|
||||
|
||||
See my example output: [sdcard_build_output](DietPi/sdcard_build_output)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user