Merge pull request #8930 from AkihiroSuda/rocky8.8

This commit is contained in:
Fu Wei
2023-08-14 20:44:20 +08:00
committed by GitHub
3 changed files with 5 additions and 2 deletions

View File

@@ -34,6 +34,8 @@ if [[ "$df_line" =~ ^/dev/([a-z]+)([0-9+]) ]]; then
echo "Unknown filesystem: $df_line"
exit 1
fi
elif [[ "$df_line" =~ ^/dev/mapper/ ]]; then
echo "TODO: support device mapper: $df_line"
else
echo "Failed to parse: $df_line"
exit 1