raspi-image/build.sh

9 lines
241 B
Bash
Raw Normal View History

2021-07-19 15:09:34 +02:00
docker run --rm -it \
-v $PWD/output:/output -v $PWD/input:/input \
-e "DEFAULT_KERNEL_MODULES=*" \
-e "SIZE_ROOT_PART=750M" \
-e "SIZE_ROOT_FS=700M" \
-e "DEFAULT_TIMEZONE=Europe/Budapest" \
builder # <- don't forgetti to build this