Tabs
This commit is contained in:
parent
2d173b06bc
commit
614d9c16e5
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ set -eu
|
|||
|
||||
# Docker environment variabeles
|
||||
|
||||
: ${DISK_IO:='native'} # I/O Mode, can be set to 'native', 'threads' or 'io_turing'
|
||||
: ${DISK_ROTATION:='1'} # Rotation rate, set to 1 for SSD storage and increase for HDD
|
||||
: ${DISK_IO:='native'} # I/O Mode, can be set to 'native', 'threads' or 'io_turing'
|
||||
: ${DISK_ROTATION:='1'} # Rotation rate, set to 1 for SSD storage and increase for HDD
|
||||
: ${DISK_CACHE:='none'} # Caching mode, can be set to 'writeback' for better performance
|
||||
|
||||
BOOT="$STORAGE/boot.img"
|
||||
|
|
Loading…
Reference in a new issue