adding makefile
parent
0efd57e6df
commit
1f3094c6c2
@ -0,0 +1,6 @@
|
|||||||
|
build:
|
||||||
|
cp -i --reflink=auto flatcar_production_qemu_image.img.fresh flatcar_production_qemu_image.img
|
||||||
|
cat cl.yaml | sudo docker run --rm --volume ${PWD}:/pwd --workdir /pwd -i quay.io/coreos/butane:latest -d /pwd > ignition.json
|
||||||
|
|
||||||
|
run:
|
||||||
|
./flatcar_production_qemu.sh -i ignition.json
|
Loading…
Reference in New Issue