You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
284 B
Makefile
7 lines
284 B
Makefile
1 month ago
|
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
|