Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
prepare-raspbian-sd
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
raspberry
prepare-raspbian-sd
Commits
96eaa7cc
Commit
96eaa7cc
authored
Feb 17, 2021
by
Claude
🌴
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'update_links' into 'master'
Update links See merge request
!88
parents
18569642
5f76c032
Pipeline
#8248
passed with stage
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
96eaa7cc
...
...
@@ -15,7 +15,7 @@ More details:
*
Set memory split,
*
Enable ssh
*
Add public keys on SD
`/home/pi/.ssh/authorized_keys`
,
*
Prepare
[
bcm runtime
](
https://git.cclaude.rocks/
tools-no-install
/bcm-runtime
)
configuration,
*
Prepare
[
bcm runtime
](
https://git.cclaude.rocks/
raspberry
/bcm-runtime
)
configuration,
*
see
[
prepare-raspbian-sd-config.md
](
prepare-raspbian-sd-config.md
)
for more details.
...
...
@@ -36,7 +36,7 @@ More details:
Since this repository use
**git sub-modules**
you need to initialize and update embedded modules:
```
bash
git clone
--recurse-submodules
https://git.cclaude.rocks/raspb
ian
/prepare-raspbian-sd.git
git clone
--recurse-submodules
https://git.cclaude.rocks/raspb
erry
/prepare-raspbian-sd.git
```
Then follow installation section.
...
...
@@ -62,7 +62,7 @@ You can also just delete completely previous version and clone again
```
bash
rm
-frv
prepare-raspbian-sd
&&
git clone
--recurse-submodules
https://git.cclaude.rocks/raspb
ian
/prepare-raspbian-sd.git
git clone
--recurse-submodules
https://git.cclaude.rocks/raspb
erry
/prepare-raspbian-sd.git
```
...
...
@@ -155,7 +155,7 @@ What it could do:
*
Enable
**ssh**
by creating a empty
`ssh`
file in root folder of boot partition.
*
Set memory split to any value by adding related configuration to
`config.txt`
in root folder of boot partition.
*
Customize
**pi user**
home directory:
*
Create folder
`.bcm-workspace`
for
[
bcm-runtime
](
https://git.cclaude.rocks/
tools-no-install
/bcm-runtime
)
project,
*
Create folder
`.bcm-workspace`
for
[
bcm-runtime
](
https://git.cclaude.rocks/
raspberry
/bcm-runtime
)
project,
*
Create folder
`.ssh`
with secure configuration, and generate
`.ssh/authorized_keys`
if
`SSH_AUTHORIZED_KEYS`
is defined.
Then to customize SD. At the end of process SD card is sync and unmounted.
...
...
@@ -218,5 +218,5 @@ prepare-raspbian-sd --url "${beta_url}" --expected-img "${beta_img_file}" --unzi
## Related projects
*
[
bcm-runtime
](
https://git.cclaude.rocks/
tools-no-install
/bcm-runtime
)
project is design to manage your Linux (Raspbian, ...) hosts through ssh.
*
[
bcm-runtime
](
https://git.cclaude.rocks/
raspberry
/bcm-runtime
)
project is design to manage your Linux (Raspbian, ...) hosts through ssh.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment