Loading run/disk.sh +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
run/disk.sh +3 −3 Original line number Diff line number Diff line Loading @@ -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