Updated build.sh
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Pünkösd Marcell 2021-07-19 17:29:28 +02:00
parent 9d6868f20c
commit 8cd75fd7af
1 changed files with 11 additions and 3 deletions

View File

@ -1,8 +1,16 @@
#!/bin/bash
# We add all kernel modules, then use udev to load them dynamically
# we leave 30mb empty space at the end of each partition
mkdir -p $PWD/output
docker run --rm -it \
--security-opt seccomp=unconfined \
-v $PWD/output:/output -v $PWD/input:/input \
-e "DEFAULT_KERNEL_MODULES=*" \
-e "SIZE_ROOT_PART=750M" \
-e "SIZE_ROOT_FS=700M" \
-e "SIZE_ROOT_PART=7680M" \
-e "SIZE_ROOT_FS=7650M" \
-e "DEFAULT_TIMEZONE=Europe/Budapest" \
builder # <- don't forgetti to build this
builder ${@} # <- don't forgetti to build this