README_devuan.md: Add TOC.
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bookworm) (push) Failing after 5m48s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bullseye) (push) Failing after 3m45s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, sid) (push) Failing after 3m44s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, trixie) (push) Failing after 4m58s
Details
sd-card-images CI / build docker images (push) Has been skipped
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bookworm) (push) Failing after 5m48s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bullseye) (push) Failing after 3m45s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, sid) (push) Failing after 3m44s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, trixie) (push) Failing after 4m58s
Details
sd-card-images CI / build docker images (push) Has been skipped
Details
This commit is contained in:
parent
703710f763
commit
03979dc523
|
|
@ -4,8 +4,24 @@ This repository simply adds Devuan to a fork of https://github.com/johang/sd-car
|
|||
|
||||
That project describes itself as
|
||||
```
|
||||
a bunch of scripts to build SD card images that various single-board computers (SBC) can boot. Emphasis is on pureness; pure Debian and pure mainline U-boot.
|
||||
a bunch of scripts to build SD card images that various single-board computers (SBC) can boot.
|
||||
Emphasis is on pureness; pure Debian and pure mainline U-boot.
|
||||
```
|
||||
The main implementation change is that the Dockerfile (`Dockerfile.devuan`) uses `FROM devuan/devuan:daedalus`.
|
||||
|
||||
## Index
|
||||
- [Pre-built images](#pre-built-images)
|
||||
- [Usage](#usage)
|
||||
- - [Build your own boot image](#build-your-own-boot-image)
|
||||
- - [Build your own Devuan ext4 root filesystem image](build-your-own-devuan-ext4-root-filesystem-image)
|
||||
- [Examples](#examples)
|
||||
- - [Example boot image](#example-boot-image)
|
||||
- - - [To build a boot image for Raspberry Pi 3 B](#to-build-a-boot-image-for-raspberry-pi-3-b)
|
||||
- - - [To build a boot image for Pine64 Rockpro64](#to-build-a-boot-image-for-pine64-rockpro64)
|
||||
- - - [To build a boot image for Sinovoip Banana Pi M2 Zero](#to-build-a-boot-image-for-sinovoip-banana-pi-m2-zero)
|
||||
- - [Example root filesystem image](#example-root-filesystem-image)
|
||||
- - - [To build a Devuan ext4 root filesystem image for arm64](#to-build-a-devuan-ext4-root-filesystem-image-for-arm64)
|
||||
- - - [To build a Devuan ext4 root filesystem image for armhf](#to-build-a-devuan-ext4-root-filesystem-image-for-armhf)
|
||||
|
||||
## Pre-built images
|
||||
|
||||
|
|
@ -78,11 +94,11 @@ docker run --rm \
|
|||
|
||||
The image will end up in /tmp/sd-images on the host as `${DISTRIBUTION}-${ARCH}-${RELEASE}-${PASSWORD}.bin`.
|
||||
|
||||
## Examples ##
|
||||
## Examples
|
||||
|
||||
### Example boot image ###
|
||||
### Example boot image
|
||||
|
||||
#### To build a boot image for Raspberry Pi 3 B:
|
||||
#### To build a boot image for Raspberry Pi 3 B
|
||||
|
||||
```bash
|
||||
docker build -t devuan/sd-images -f Dockerfile.devuan https://github.com/watchful-0wl/sd-card-images.git#add_devuan
|
||||
|
|
@ -98,7 +114,7 @@ docker run --rm \
|
|||
|
||||
The image will end up in /tmp/sd-images on the host.
|
||||
|
||||
#### To build a boot image for Pine64 Rockpro64:
|
||||
#### To build a boot image for Pine64 Rockpro64
|
||||
|
||||
```bash
|
||||
docker build -t devuan/sd-images -f Dockerfile.devuan https://github.com/watchful-0wl/sd-card-images.git#add_devuan
|
||||
|
|
@ -130,9 +146,9 @@ docker run --rm \
|
|||
|
||||
The image will end up in /tmp/sd-images on the host.
|
||||
|
||||
### Example root filesystem image ###
|
||||
### Example root filesystem image
|
||||
|
||||
#### To build a Devuan ext4 root filesystem image for arm64:
|
||||
#### To build a Devuan ext4 root filesystem image for arm64
|
||||
|
||||
```bash
|
||||
docker build -t devuan/sd-images -f Dockerfile.devuan https://github.com/watchful-0wl/sd-card-images.git#add_devuan
|
||||
|
|
@ -145,7 +161,7 @@ docker run --rm \
|
|||
|
||||
The image will end up in /tmp/sd-images on the host.
|
||||
|
||||
#### To build a Devuan ext4 root filesystem image for armhf:
|
||||
#### To build a Devuan ext4 root filesystem image for armhf
|
||||
|
||||
```bash
|
||||
docker build -t devuan/sd-images -f Dockerfile.devuan https://github.com/watchful-0wl/sd-card-images.git#add_devuan
|
||||
|
|
|
|||
Loading…
Reference in New Issue