adding makefile
This commit is contained in:
6
flatcar-quickstart2/Makefile
Normal file
6
flatcar-quickstart2/Makefile
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user