From 7567a54895b8d87335cbb88ffc14d42b4d9ce598 Mon Sep 17 00:00:00 2001 From: jiangqianrong Date: Tue, 23 Dec 2025 10:02:39 +0800 Subject: [PATCH] BugFix: fix blkid -v print invalid argument Signed-off-by: jiangqianrong --- 1007-blkid-support-skip-specified-filesystem.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1007-blkid-support-skip-specified-filesystem.patch b/1007-blkid-support-skip-specified-filesystem.patch index 9a110278..087ec4ab 100644 --- a/1007-blkid-support-skip-specified-filesystem.patch +++ b/1007-blkid-support-skip-specified-filesystem.patch @@ -72,7 +72,7 @@ index 472f017..368f3f5 100644 int c; - while ((c = getopt (argc, argv, "c:f:ghlLo:s:t:w:v")) != EOF) -+ while ((c = getopt (argc, argv, "c:f:ghlLo:s:t:w:v:n:")) != EOF) ++ while ((c = getopt (argc, argv, "c:f:ghlLo:s:t:w:n:v")) != EOF) switch (c) { case 'c': read = optarg;