Merge "Wrong debian controller root disk I/O scheduler"

This commit is contained in:
Zuul 2022-11-10 17:15:20 +00:00 committed by Gerrit Code Review
commit 9a650c1d36
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
dev=$1
rootdev=$(lsblk --ascii -oPKNAME -n $(findmnt -n -T / -o SOURCE))
rootdev=$(lsblk --ascii -oPKNAME -n $(findmnt -n -T / -o SOURCE | cut -d'[' -f1))
if [ $# -eq 0 ]; then
echo "ROOTDISK_DEVICE=${rootdev}"
else