mirror of
https://github.com/akpall/akpella.git
synced 2026-02-21 00:26:59 +00:00
Compare commits
3 Commits
ca8bf419ee
...
ad49207f4f
| Author | SHA1 | Date | |
|---|---|---|---|
| ad49207f4f | |||
| 5cb2be1cb4 | |||
| 05a8af3c3e |
6
Makefile
6
Makefile
@@ -1,8 +1,8 @@
|
||||
config.json: config.yaml
|
||||
docker run --rm -i \
|
||||
quay.io/coreos/butane:latest \
|
||||
--pretty \
|
||||
--strict \
|
||||
--pretty \
|
||||
< config.yaml > config.json
|
||||
|
||||
reset: config.json
|
||||
@@ -22,3 +22,7 @@ update:
|
||||
VER=$$(curl -fsSL https://stable.release.flatcar-linux.net/amd64-usr/current/version.txt | grep FLATCAR_VERSION= | cut -d = -f 2) && \
|
||||
echo $${VER} && \
|
||||
ssh akpella sudo flatcar-update -V $${VER} -A
|
||||
|
||||
akpall-ignition.raw:
|
||||
curl -Os https://github.com/akpall/sysext-bakery/blob/akpella/akpall-ignition.raw
|
||||
.PHONY: akpall-ignition.raw
|
||||
|
||||
Reference in New Issue
Block a user