]> git.ipfire.org Git - thirdparty/linux.git/commit
tools/bootconfig: Improve portability
authorMasami Hiramatsu (Google) <mhiramat@kernel.org>
Thu, 10 Jul 2025 02:24:02 +0000 (11:24 +0900)
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>
Mon, 14 Jul 2025 02:55:42 +0000 (11:55 +0900)
commitbfed3dd2a1974896cb75556ac3af71c1c391cec4
treefc524308d192c3de10a8f62e4393601a27bc6852
parent63989c7798be94f667880dbff18c22b5e769bb07
tools/bootconfig: Improve portability

Since 'stat' command and 'truncate' command are GNU extension,
use 'wc' and 'dd' commands instead.

Link: https://lore.kernel.org/all/175211424184.2591046.3523297993175066026.stgit@mhiramat.tok.corp.google.com/
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
tools/bootconfig/test-bootconfig.sh