From d91e30d81a77e5ff83164a2960182017bbafb8ab Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Thu, 5 Mar 2020 09:55:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=AF=B9=E9=80=82=E7=94=A8?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E7=9A=84=E8=AF=B4=E6=98=8E.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- Software/Development/OperatingSystem/Linux/RAMFS/uirfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Development/OperatingSystem/Linux/RAMFS/uirfs.sh b/Software/Development/OperatingSystem/Linux/RAMFS/uirfs.sh index 9aed179..f9633b7 100755 --- a/Software/Development/OperatingSystem/Linux/RAMFS/uirfs.sh +++ b/Software/Development/OperatingSystem/Linux/RAMFS/uirfs.sh @@ -1,6 +1,6 @@ #!/bin/sh -# This tool is used to pack folder to initramfs or unpack initramfs to folder(arm64). See usage() for more information. +# This tool is used to pack folder to initramfs or unpack initramfs to folder(for arm64). See usage() for more information. # Depend: mkimage,dd,gzip usage()