From 541cd4c73d3c453515b5c7b4036a3d4632949b62 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 26 Apr 2023 21:53:07 +0200 Subject: [PATCH] Tabs --- run/disk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run/disk.sh b/run/disk.sh index c356db5..f860f85 100644 --- a/run/disk.sh +++ b/run/disk.sh @@ -3,8 +3,8 @@ set -eu # Docker environment variables -: ${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/$BASE.boot.img"