mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-24 07:20:57 +07:00
Comments
This commit is contained in:
parent
f276672749
commit
9f9eefb14e
@ -3,9 +3,9 @@ set -eu
|
||||
|
||||
# Docker environment variabeles
|
||||
|
||||
: ${DISK_IO:='native'} # I/O Mode
|
||||
: ${DISK_ROTATION:='1'} # Rotation rate
|
||||
: ${DISK_CACHE:='none'} # Caching mode
|
||||
: ${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/$BASE.boot.img"
|
||||
SYSTEM="$STORAGE/$BASE.system.img"
|
||||
|
Loading…
Reference in New Issue
Block a user