mirror of
https://github.com/kou029w/megabit-os.git
synced 2025-01-18 16:07:58 +00:00
add build job for file system archive
This commit is contained in:
parent
70faeb105e
commit
31a58e6f90
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/apkovl/
|
||||
/cache/
|
||||
/dist/
|
||||
/megabit-armhf.tar.gz
|
||||
|
|
|
@ -50,7 +50,7 @@ bin/build
|
|||
### SD カードに書き込み
|
||||
|
||||
```sh
|
||||
rsync -a dist/ /path/to/sd/
|
||||
tar xf megabit-armhf.tar.gz -C /path/to/sd/
|
||||
```
|
||||
|
||||
### 前提条件
|
||||
|
|
|
@ -15,3 +15,4 @@ cp -a usercfg.txt cache -t dist
|
|||
gzip -cdk overlay.img.gz > dist/overlay.img
|
||||
docker-compose run --rm builder
|
||||
tar czf dist/localhost.apkovl.tar.gz --owner=0 --group=0 -C apkovl .
|
||||
tar czf megabit-armhf.tar.gz --owner=0 --group=0 -C dist .
|
||||
|
|
Loading…
Add table
Reference in a new issue