This commit is contained in:
Kroese 2023-04-19 21:01:52 +02:00 committed by GitHub
parent f276672749
commit 9f9eefb14e

View File

@ -3,9 +3,9 @@ set -eu
# Docker environment variabeles # Docker environment variabeles
: ${DISK_IO:='native'} # I/O Mode : ${DISK_IO:='native'} # I/O Mode, can be set to 'native', 'threads' or 'io_turing'
: ${DISK_ROTATION:='1'} # Rotation rate : ${DISK_ROTATION:='1'} # Rotation rate, set to 1 for SSD storage and increase for HDD
: ${DISK_CACHE:='none'} # Caching mode : ${DISK_CACHE:='none'} # Caching mode, can be set to 'writeback' for better performance
BOOT="$STORAGE/$BASE.boot.img" BOOT="$STORAGE/$BASE.boot.img"
SYSTEM="$STORAGE/$BASE.system.img" SYSTEM="$STORAGE/$BASE.system.img"