When fsck_passno is set, show this so output is clearer when fsck is multiplexed, Gentoo #218141.
This commit is contained in:
parent
d3b111bd58
commit
2bda1871a1
@ -38,6 +38,9 @@ start()
|
||||
check_extra="(check forced)"
|
||||
fi
|
||||
|
||||
if [ -n "${fsck_passno}" ]; then
|
||||
check_extra="[passno ${fsck_passno}] ${check_extra}"
|
||||
fi
|
||||
ebegin "Checking local filesystems ${check_extra}"
|
||||
for p in ${fsck_passno}; do
|
||||
local IFS="${_IFS}"
|
||||
|
Loading…
Reference in New Issue
Block a user