1 | // /**
|
---|
2 | //
|
---|
3 | // (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
|
---|
4 | // Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | //
|
---|
7 | // Module Name:
|
---|
8 | //
|
---|
9 | // UefiShellLevel2CommandsLib.uni
|
---|
10 | //
|
---|
11 | // Abstract:
|
---|
12 | //
|
---|
13 | // String definitions for UEFI Shell 2.0 level 2 commands
|
---|
14 | //
|
---|
15 | //
|
---|
16 | // **/
|
---|
17 |
|
---|
18 | /=#
|
---|
19 |
|
---|
20 | #langdef en-US "english"
|
---|
21 |
|
---|
22 | #string STR_GEN_NO_MEM #language en-US "%H%s%N: Memory is not available.\r\n"
|
---|
23 | #string STR_GEN_TOO_MANY #language en-US "%H%s%N: Too many arguments.\r\n"
|
---|
24 | #string STR_GEN_TOO_FEW #language en-US "%H%s%N: Too few arguments.\r\n"
|
---|
25 | #string STR_GEN_PARAM_INV #language en-US "%H%s%N: Invalid argument - '%H%s%N'\r\n"
|
---|
26 | #string STR_GEN_PROBLEM #language en-US "%H%s%N: Unknown flag - '%H%s%N'\r\n"
|
---|
27 | #string STR_GEN_PROBLEM_VAL #language en-US "%H%s%N: Bad value - '%H%s%N' for flag - '%H%s%N'\r\n"
|
---|
28 | #string STR_GEN_ATTRIBUTE #language en-US "%H%s%N: Invalid argument - '%H-a%s%N'\r\n"
|
---|
29 | #string STR_GEN_NO_VALUE #language en-US "%H%s%N: Missing argument for flag - '%H%s%N'\r\n"
|
---|
30 | #string STR_GEN_ERR_AD #language en-US "%H%s%N: Access denied.\r\n"
|
---|
31 | #string STR_GEN_ERR_FILE #language en-US "%H%s%N: File '%H%s%N' error - %r\r\n"
|
---|
32 | #string STR_GEN_ERR_UK #language en-US "%H%s%N: Status: %r\r\n"
|
---|
33 | #string STR_GEN_PARAM_CON #language en-US "%H%s%N: Parameters conflict.\r\n"
|
---|
34 | #string STR_GEN_PARAM_CONFLICT #language en-US "%H%s%N: Flags conflict with - '%H%s%N' and '%H%s%N'\r\n"
|
---|
35 | #string STR_GEN_FILE_OPEN_FAIL #language en-US "%H%s%N: Cannot open file - '%H%s%N'\r\n"
|
---|
36 | #string STR_GEN_FILE_CLOSE_FAIL #language en-US "%H%s%N: Cannot close file - '%H%s%N'\r\n"
|
---|
37 | #string STR_GEN_FILE_AD #language en-US "%H%s%N: File access error - '%H%s%N'\r\n"
|
---|
38 | #string STR_GEN_FILE_NF #language en-US "%H%s%N: File not found - '%H%s%N'\r\n"
|
---|
39 | #string STR_GEN_CRLF #language en-US "\r\n"
|
---|
40 | #string STR_GEN_NO_CWD #language en-US "%H%s%N: Current directory not specified.\r\n"
|
---|
41 | #string STR_GEN_NO_FILES #language en-US "%H%s%N: No matching files were found.\r\n"
|
---|
42 | #string STR_GEN_DIR_NF #language en-US "%H%s%N: Directory not found - '%H%s%N'\r\n"
|
---|
43 | #string STR_GEN_RES_OK #language en-US "- [ok]\r\n"
|
---|
44 | #string STR_GEN_NOT_DIR #language en-US "%H%s%N: '%H%s%N' is not a directory.\r\n"
|
---|
45 | #string STR_GEN_NOT_FILE #language en-US "%H%s%N: '%H%s%N' is not a file.\r\n"
|
---|
46 | #string STR_GEN_SFO_HEADER #language en-US "ShellCommand,"%s"\r\n"
|
---|
47 | #string STR_GEN_MARG_ERROR #language en-US "%H%s%N: The destination '%H%s%N' is ambiguous.\r\n"
|
---|
48 | #string STR_GEN_FILE_ERROR #language en-US "%H%s%N: The destination is an existing file '%H%s%N'.\r\n"
|
---|
49 | #string STR_GEN_UEFI_FUNC_ERROR #language en-US "%H%s%N: UEFI function '%H%s%N' returned an incorrect value for: %s (%x).\r\n"
|
---|
50 | #string STR_GEN_UEFI_FUNC_WARN #language en-US "%H%s%N: UEFI function '%H%s%N' returned: %r\r\n"
|
---|
51 | #string STR_GEN_DEST_EXIST_OVR #language en-US "Destination file already exists. Overwrite? %BY%Nes, %BN%No, %BA%Nll, %BC%Nancel "
|
---|
52 | #string STR_GEN_CPY_FAIL #language en-US "%H%s%N: Copy failure: insufficient capacity on destination media.\r\n"
|
---|
53 | #string STR_GEN_CPY_READ_ERROR #language en-US "%H%s%N: reading '%B%s%N': IO Error \r\n"
|
---|
54 | #string STR_GEN_CPY_WRITE_ERROR #language en-US "%H%s%N: writing '%B%s%N': IO Error \r\n"
|
---|
55 | #string STR_GEN_OUT_MEM #language en-US "%H%s%N: Memory allocation was not successful.\r\n"
|
---|
56 |
|
---|
57 | #string STR_SET_DISP #language en-US "%V%8s %N= %H%s%N\r\n"
|
---|
58 | #string STR_SET_NF #language en-US "%H%s%N: Environment Variable '%H%s%N' not defined.\r\n"
|
---|
59 | #string STR_SET_ND #language en-US "%H%s%N: Environment Variable '%H%s%N' could not be deleted.\r\n"
|
---|
60 | #string STR_SET_ERROR_SET #language en-US "%H%s%N: Unable to set %H%s%N\r\n"
|
---|
61 |
|
---|
62 | #string STR_CD_PRINT #language en-US "%s\r\n"
|
---|
63 | #string STR_CD_NF #language en-US "%H%s%N: No mapping found.\r\n"
|
---|
64 |
|
---|
65 | #string STR_MAP_NF #language en-US "%H%s%N: Cannot find mapped device - '%H%s%N'\r\n"
|
---|
66 | #string STR_MAP_NOF #language en-US "%H%s%N: No mappable target found - '%H%s%N'\r\n"
|
---|
67 | #string STR_MAP_SFO_MAPPINGS #language en-US "Mappings,"%s","%s","%s"\r\n"
|
---|
68 | #string STR_MAP_HEADER #language en-US "%EMapping table%N\r\n"
|
---|
69 | #string STR_MAP_ENTRY #language en-US "%E%10s%N %HAlias(s):%N%s\r\n %s\r\n"
|
---|
70 | #string STR_MAP_ENTRY_VERBOSE #language en-US " Handle: [%H%02x%N]\r\n"
|
---|
71 | " Media Type: %s\r\n"
|
---|
72 | " Removable: %s\r\n"
|
---|
73 | " Current Dir: %s\r\n"
|
---|
74 |
|
---|
75 | #string STR_ATTRIB_OUTPUT_LINE #language en-US "Attrib: %1c%1c%1c%1c%1c %s\r\n"
|
---|
76 |
|
---|
77 | #string STR_MAP_MEDIA_FLOPPY #language en-US "Floppy"
|
---|
78 | #string STR_MAP_MEDIA_UNKNOWN #language en-US "Unknown"
|
---|
79 | #string STR_MAP_MEDIA_HARDDISK #language en-US "HardDisk"
|
---|
80 | #string STR_MAP_MEDIA_CDROM #language en-US "CD-Rom"
|
---|
81 |
|
---|
82 | #string STR_MKDIR_ALREADY #language en-US "Directory '%B%s%N' already exists.\r\n"
|
---|
83 | #string STR_MKDIR_CREATEFAIL #language en-US "Directory '%B%s%N' unable to create.\r\n"
|
---|
84 |
|
---|
85 | #string STR_DATE_FORMAT #language en-US "%02d/%02d/%04d\r\n"
|
---|
86 | #string STR_DATE_SFO_FORMAT #language en-US "Date,"%02d","%02d","%04d"\r\n"
|
---|
87 |
|
---|
88 | #string STR_TIME_FORMAT #language en-US "%02d:%02d:%02d (UTC%1s%02d:%02d)"
|
---|
89 | #string STR_TIME_FORMAT_LOCAL #language en-US "%02d:%02d:%02d (LOCAL)"
|
---|
90 | #string STR_TIME_DST0 #language en-US " DST: Not Affected\r\n"
|
---|
91 | #string STR_TIME_DST1 #language en-US " DST: Affected\r\n"
|
---|
92 | #string STR_TIME_DST2 #language en-US " DST: Adjusted\r\n"
|
---|
93 | #string STR_TIME_DST3 #language en-US " DST: Affected and Adjusted\r\n"
|
---|
94 |
|
---|
95 | #string STR_TIMEZONE_M12 #language en-US "UTC-12:00, International Date Line West\r\n"
|
---|
96 | #string STR_TIMEZONE_M11 #language en-US "UTC-11:00, Midway Island, Samoa\r\n"
|
---|
97 | #string STR_TIMEZONE_M10 #language en-US "UTC-10:00, Hawaii\r\n"
|
---|
98 | #string STR_TIMEZONE_M9 #language en-US "UTC-09:00, Alaska\r\n"
|
---|
99 | #string STR_TIMEZONE_M8 #language en-US "UTC-08:00, Pacific Time(US & Canada), Tijuana, Portland\r\n"
|
---|
100 | #string STR_TIMEZONE_M7 #language en-US "UTC-07:00, Arizona, Chihuahua, La Paz, Mazatlan, Mountain Time (US & Canada)\r\n"
|
---|
101 | #string STR_TIMEZONE_M6 #language en-US "UTC-06:00, Central America, Central Time(US & Canada)\r\n"
|
---|
102 | #string STR_TIMEZONE_M5 #language en-US "UTC-05:00, Bogota, Lima, Quito, Eastern Time(US & Canada)\r\n"
|
---|
103 | #string STR_TIMEZONE_M430 #language en-US "UTC-04:30, Caracas\r\n"
|
---|
104 | #string STR_TIMEZONE_M4 #language en-US "UTC-04:00, Atlantic Time(Canada), Caracas, Santiago, Georgetown\r\n"
|
---|
105 | #string STR_TIMEZONE_M330 #language en-US "UTC-03:30, Newfoundland\r\n"
|
---|
106 | #string STR_TIMEZONE_M3 #language en-US "UTC-03:00, Brasilia, Buenos Aires, Greenland\r\n"
|
---|
107 | #string STR_TIMEZONE_M2 #language en-US "UTC-02:00, Mid-Atlantic\r\n"
|
---|
108 | #string STR_TIMEZONE_M1 #language en-US "UTC-01:00, Azores, Cape Verde Is.\r\n"
|
---|
109 | #string STR_TIMEZONE_0 #language en-US "UTC , Greenwich Mean Time, Casablanca, Monrovia, Dublin, London\r\n"
|
---|
110 | #string STR_TIMEZONE_P1 #language en-US "UTC+01:00, Amsterdam, Berlin, Bern, Rome, Paris, West Central Africa\r\n"
|
---|
111 | #string STR_TIMEZONE_P2 #language en-US "UTC+02:00, Athens, Bucharest, Cairo, Jerusalem\r\n"
|
---|
112 | #string STR_TIMEZONE_P3 #language en-US "UTC+03:00, Baghdad, Kuwait, Riyadh, Moscow, Nairobi, Istanbul\r\n"
|
---|
113 | #string STR_TIMEZONE_P330 #language en-US "UTC+03:30, Tehran\r\n"
|
---|
114 | #string STR_TIMEZONE_P4 #language en-US "UTC+04:00, Abu Dhabi, Muscat, Baku, Tbilisi, Yerevan\r\n"
|
---|
115 | #string STR_TIMEZONE_P430 #language en-US "UTC+04:30, Kabul\r\n"
|
---|
116 | #string STR_TIMEZONE_P5 #language en-US "UTC+05:00, Ekaterinburg, Islamabad, Karachi, Tashkent\r\n"
|
---|
117 | #string STR_TIMEZONE_P530 #language en-US "UTC+05:30, Chennai, Kolkata, Mumbai, New Delhi\r\n"
|
---|
118 | #string STR_TIMEZONE_P545 #language en-US "UTC+05:45, Kathmandu\r\n"
|
---|
119 | #string STR_TIMEZONE_P6 #language en-US "UTC+06:00, Almaty, Astana, Dhaka, Sri Jayawardenepura\r\n"
|
---|
120 | #string STR_TIMEZONE_P630 #language en-US "UTC+06:30, Rangoon\r\n"
|
---|
121 | #string STR_TIMEZONE_P7 #language en-US "UTC+07:00, Bangkok, Hanio, Jakarta, Krasnoyarsk, Novosibirsk\r\n"
|
---|
122 | #string STR_TIMEZONE_P8 #language en-US "UTC+08:00, Beijing, Chongqing, Hong Kong, Urumqi, Taipei, Perth\r\n"
|
---|
123 | #string STR_TIMEZONE_P9 #language en-US "UTC+09:00, Osaka, Sapporo, Tokyo, Seoul, Yakutsk\r\n"
|
---|
124 | #string STR_TIMEZONE_P930 #language en-US "UTC+09:30, Adelaide, Darwin\r\n"
|
---|
125 | #string STR_TIMEZONE_P10 #language en-US "UTC+10:00, Canberra, Melbourne, Sydney, Guam, Hobart, Vladivostok\r\n"
|
---|
126 | #string STR_TIMEZONE_P11 #language en-US "UTC+11:00, Magadan, Solomon Is., New Caledonia\r\n"
|
---|
127 | #string STR_TIMEZONE_P12 #language en-US "UTC+12:00, Auckland, Wellington, Fiji, Kamchatka, Marshall Is.\r\n"
|
---|
128 | #string STR_TIMEZONE_P13 #language en-US "UTC+13:00, Nuku'alofa\r\n"
|
---|
129 | #string STR_TIMEZONE_P14 #language en-US "UTC+14:00, Line Islands\r\n"
|
---|
130 | #string STR_TIMEZONE_LOCAL #language en-US "LOCAL , Local Time\r\n"
|
---|
131 | #string STR_TIMEZONE_SIMPLE #language en-US "UTC%1s%02d:%02d\r\n"
|
---|
132 | #string STR_TIMEZONE_SIMPLE_LOCAL #language en-US "LOCAL\r\n"
|
---|
133 | #string STR_TIMEZONE_NI #language en-US "No additional information known."
|
---|
134 |
|
---|
135 | #string STR_LOAD_NOT_IMAGE #language en-US "Image '%s' is not an image.\r\n"
|
---|
136 | #string STR_LOAD_NOT_DRIVER #language en-US "Image '%s' is not a driver.\r\n"
|
---|
137 | #string STR_LOAD_LOADED #language en-US "Image '%s' loaded at %x - %r\r\n"
|
---|
138 | #string STR_LOAD_ERROR #language en-US "Image '%s' error in StartImage: %r\r\n"
|
---|
139 |
|
---|
140 | #string STR_LS_LINE_START_ALL #language en-US "%t %5s %1c % ,L11d "
|
---|
141 | #string STR_LS_LINE_END_FILE #language en-US "%s\r\n"
|
---|
142 | #string STR_LS_LINE_END_EXE #language en-US "%V%s%N\r\n"
|
---|
143 | #string STR_LS_LINE_END_DIR #language en-US "%B%s%N\r\n"
|
---|
144 | #string STR_LS_FOOTER_LINE #language en-US "% ,L11d File(s) % ,L11d bytes\r\n% ,L11d Dir(s)\r\n"
|
---|
145 | #string STR_LS_HEADER_LINE1 #language en-US "Directory of: %H%s%N\r\n"
|
---|
146 | #string STR_LS_FILE_NOT_FOUND #language en-US "%H%s%N: File Not Found - '%H%s%N'\r\n"
|
---|
147 | #string STR_LS_SFO_VOLINFO #language en-US "VolumeInfo,"%s","%Ld","%5s","%Ld","%Ld"\r\n"
|
---|
148 | #string STR_LS_SFO_FILEINFO #language en-US "FileInfo,"%s","%Ld","%Ld","%s%s%s%s%s","%02d:%02d:%02d","%02d.%02d.%04d","%02d:%02d:%02d","%02d.%02d.%04d","%02d:%02d:%02d","%02d.%02d.%04d"\r\n"
|
---|
149 |
|
---|
150 | #string STR_VOL_VOLINFO #language en-US "Volume %s (%s)\r\n"
|
---|
151 | "%Ld bytes total disk space\r\n"
|
---|
152 | "%Ld bytes available on disk\r\n"
|
---|
153 | "%d bytes in each allocation unit\r\n"
|
---|
154 |
|
---|
155 | #string STR_RM_LOG_DELETE_CONF #language en-US "Remove Subtree '%B%s%N' [y/n]?"
|
---|
156 | #string STR_RM_LOG_DELETE #language en-US "Deleting '%B%s%N'\r\n"
|
---|
157 | #string STR_RM_LOG_DELETE_ERR #language en-US "Delete error: %r\r\n"
|
---|
158 | #string STR_RM_LOG_DELETE_ERR2 #language en-US "Delete error. Couldn't open file: %r\r\n"
|
---|
159 | #string STR_RM_LOG_DELETE_ERR3 #language en-US "Delete error. Invalid target '%B%s%N'\r\n"
|
---|
160 | #string STR_RM_LOG_DELETE_COMP #language en-US "Delete successful.\r\n"
|
---|
161 | #string STR_RM_LOG_DETELE_RO #language en-US "%H%s%N: '%H%s%N' is read-only\r\n"
|
---|
162 |
|
---|
163 | #string STR_MV_OUTPUT #language en-US "Moving %s -> %s\r\n"
|
---|
164 | #string STR_MV_INV_SUB #language en-US "Cannot move a directory into itself or its subdirectory.\r\n"
|
---|
165 | #string STR_MV_INV_RO #language en-US "Cannot move to or from a read-only file or directory '%B%s%N'\r\n"
|
---|
166 | #string STR_MV_INV_CWD #language en-US "Cannot move current working directory or its subdirectory.\r\n"
|
---|
167 |
|
---|
168 | #string STR_CP_OUTPUT #language en-US "Copying %s -> %s\r\n"
|
---|
169 | #string STR_CP_ERROR #language en-US "%H%s%N: Could not copy - '%H%s%N'\r\n"
|
---|
170 | #string STR_CP_DIR_REQ #language en-US "%H%s%N: Copying a directory requires -r.\r\n"
|
---|
171 | #string STR_CP_DIR_WNF #language en-US "%H%s%N: The specified path does not exist - '%H%s%N'\r\n"
|
---|
172 | #string STR_CP_SD_SAME #language en-US "%H%s%N: The source and destination are the same.\r\n"
|
---|
173 | #string STR_CP_SD_PARENT #language en-US "%H%s%N: The destination is a parent of the source.\r\n"
|
---|
174 | #string STR_CP_DEST_ERROR #language en-US "%H%s%N: The destination is read-only.\r\n"
|
---|
175 | #string STR_CP_DEST_OPEN_FAIL #language en-US "%H%s%N: The destination file '%B%s%N' failed to open with create.\r\n"
|
---|
176 | #string STR_CP_DEST_DIR_FAIL #language en-US "%H%s%N: The destination directory '%B%s%N' could not be created.\r\n"
|
---|
177 | #string STR_CP_SRC_OPEN_FAIL #language en-US "%H%s%N: The source file '%B%s%N' failed to open with read.\r\n"
|
---|
178 |
|
---|
179 | #string STR_GET_HELP_ATTRIB #language en-US ""
|
---|
180 | ".TH attrib 0 "Displays or modifies the attributes of files or directories."\r\n"
|
---|
181 | ".SH NAME\r\n"
|
---|
182 | "Displays or modifies the attributes of files or directories.\r\n"
|
---|
183 | ".SH SYNOPSIS\r\n"
|
---|
184 | " \r\n"
|
---|
185 | "ATTRIB [+a|-a] [+s|-s] [+h|-h] [+r|-r] [file...] [directory...]\r\n"
|
---|
186 | ".SH OPTIONS\r\n"
|
---|
187 | " \r\n"
|
---|
188 | " +a|-a - Sets or clears the 'archive' attribute.\r\n"
|
---|
189 | " +s|-s - Sets or clears the 'system' attribute.\r\n"
|
---|
190 | " +h|-h - Sets or clears the 'hidden' attribute.\r\n"
|
---|
191 | " +r|-r - Sets or clears the 'read-only' attribute.\r\n"
|
---|
192 | " file - Specifies the file name (wild cards are permitted).\r\n"
|
---|
193 | " directory - Specifies the directory name (wildcards are permitted).\r\n"
|
---|
194 | ".SH DESCRIPTION\r\n"
|
---|
195 | " \r\n"
|
---|
196 | "NOTES:\r\n"
|
---|
197 | " 1. Four attribute types are supported in the UEFI file system:\r\n"
|
---|
198 | " - Archive [A]\r\n"
|
---|
199 | " - System [S]\r\n"
|
---|
200 | " - Hidden [H]\r\n"
|
---|
201 | " - Read only [R]\r\n"
|
---|
202 | " 2. If a file (in general meaning) is a directory, then it is also shown\r\n"
|
---|
203 | " to have the attribute [D].\r\n"
|
---|
204 | " 3. If any file in the file list that is specified \r\n"
|
---|
205 | " does not exist, attrib will continue processing the remaining files\r\n"
|
---|
206 | " while reporting the error.\r\n"
|
---|
207 | " 4. If no attributes parameters are specified, the current attributes of\r\n"
|
---|
208 | " the specified files or directories are displayed.\r\n"
|
---|
209 | " 5. If no files or directories are specified, the command applies to\r\n"
|
---|
210 | " all files and sub-directories within the current directory.\r\n"
|
---|
211 | ".SH EXAMPLES\r\n"
|
---|
212 | " \r\n"
|
---|
213 | "EXAMPLES:\r\n"
|
---|
214 | " * To display the attributes of a directory:\r\n"
|
---|
215 | " fs0:\> attrib fs0:\ \r\n"
|
---|
216 | " \r\n"
|
---|
217 | " * To display the attributes of all files and sub-directories in the current\r\n"
|
---|
218 | " directory:\r\n"
|
---|
219 | " fs0:\> attrib *\r\n"
|
---|
220 | " \r\n"
|
---|
221 | " * To add the system attribute to all files with extension '.efi':\r\n"
|
---|
222 | " fs0:\> attrib +s *.efi\r\n"
|
---|
223 | " \r\n"
|
---|
224 | " * To remove the read-only attribute from all files with extension '.inf':\r\n"
|
---|
225 | " fs0:\> attrib -r *.inf\r\n"
|
---|
226 | ".SH RETURNVALUES\r\n"
|
---|
227 | " \r\n"
|
---|
228 | "RETURN VALUES:\r\n"
|
---|
229 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
230 | " SHELL_NOT_FOUND The requested file was not found.\r\n"
|
---|
231 | " SHELL_INVALID_PARAMETER One of the passed-in parameters was incorrectly\r\n"
|
---|
232 | " formatted or its value was out of bounds.\r\n"
|
---|
233 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security\r\n"
|
---|
234 | " violation.\r\n"
|
---|
235 | " SHELL_WRITE_PROTECTED The media that the action was to take place on is\r\n"
|
---|
236 | " write-protected.\r\n"
|
---|
237 |
|
---|
238 | #string STR_GET_HELP_CD #language en-US ""
|
---|
239 | ".TH cd 0 "Displays or changes the current directory."\r\n"
|
---|
240 | ".SH NAME\r\n"
|
---|
241 | "Displays or changes the current directory.\r\n"
|
---|
242 | ".SH SYNOPSIS\r\n"
|
---|
243 | " \r\n"
|
---|
244 | "CD [path]\r\n"
|
---|
245 | ".SH OPTIONS\r\n"
|
---|
246 | " \r\n"
|
---|
247 | " path - Specifies the relative or absolute directory path.\r\n"
|
---|
248 | ".SH DESCRIPTION\r\n"
|
---|
249 | " \r\n"
|
---|
250 | "NOTES:\r\n"
|
---|
251 | " 1. This command changes the current working directory that is used by the\r\n"
|
---|
252 | " UEFI Shell environment. If a file system mapping is specified, then the\r\n"
|
---|
253 | " current working directory is changed for that device. Otherwise, the\r\n"
|
---|
254 | " current working directory is changed for the current device.\r\n"
|
---|
255 | " 2. If path is not present, then the current working directory (including\r\n"
|
---|
256 | " file system mapping) is displayed to standard out.\r\n"
|
---|
257 | " 3. The table below describes the conventions that are used to refer to the\r\n"
|
---|
258 | " directory, its parent, and the root directory in the UEFI Shell\r\n"
|
---|
259 | " environment.\r\n"
|
---|
260 | " Convention Description\r\n"
|
---|
261 | " '.' Refers to the current directory.\r\n"
|
---|
262 | " '..' Refers to the directory's parent.\r\n"
|
---|
263 | " '\\\' Refers to the root of the current file system.\r\n"
|
---|
264 | " 4. The current working directory is maintained in the environment\r\n"
|
---|
265 | " variable %cwd%.\r\n"
|
---|
266 | ".SH EXAMPLES\r\n"
|
---|
267 | " \r\n"
|
---|
268 | "EXAMPLES:\r\n"
|
---|
269 | " * To change the current file system to the mapped fs0 file system:\r\n"
|
---|
270 | " Shell> fs0:\r\n"
|
---|
271 | " \r\n"
|
---|
272 | " * To change the current directory to subdirectory 'efi':\r\n"
|
---|
273 | " fs0:\> cd efi\r\n"
|
---|
274 | " \r\n"
|
---|
275 | " * To change the current directory to the parent directory (fs0:\):\r\n"
|
---|
276 | " fs0:\efi\> cd ..\r\n"
|
---|
277 | " \r\n"
|
---|
278 | " * To change the current directory to 'fs0:\efi\Tools':\r\n"
|
---|
279 | " fs0:\> cd efi\Tools\r\n"
|
---|
280 | " \r\n"
|
---|
281 | " * To change the current directory to the root of the current fs (fs0):\r\n"
|
---|
282 | " fs0:\efi\Tools\> cd \ \r\n"
|
---|
283 | " \r\n"
|
---|
284 | " * To move between volumes and maintain the current path, and then copy\r\n"
|
---|
285 | " all of files in fs0:\efi\Tools into the fs1:\Tmp directory:\r\n"
|
---|
286 | " fs0:\> cd \efi\Tools\r\n"
|
---|
287 | " fs0:\efi\Tools\> fs1:\r\n"
|
---|
288 | " fs1:\> cd Tmp\r\n"
|
---|
289 | ".SH RETURNVALUES\r\n"
|
---|
290 | " \r\n"
|
---|
291 | "RETURN VALUES:\r\n"
|
---|
292 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
293 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security\r\n"
|
---|
294 | " violation.\r\n"
|
---|
295 | " SHELL_INVALID_PARAMETER One of the passed-in parameters was incorrectly\r\n"
|
---|
296 | " formatted or its value was out of bounds.\r\n"
|
---|
297 |
|
---|
298 | #string STR_GET_HELP_CP #language en-US ""
|
---|
299 | ".TH cp 0 "Copies files or directories."\r\n"
|
---|
300 | ".SH NAME\r\n"
|
---|
301 | "Copies one or more files or directories to another location.\r\n"
|
---|
302 | ".SH SYNOPSIS\r\n"
|
---|
303 | " \r\n"
|
---|
304 | "CP [-r] [-q] src [src...] [dst]\r\n"
|
---|
305 | ".SH OPTIONS\r\n"
|
---|
306 | " \r\n"
|
---|
307 | " -r - Makes a recursive copy.\r\n"
|
---|
308 | " -q - Makes a quiet copy (without a prompt).\r\n"
|
---|
309 | " src - Specifies a source file/directory name (wildcards are permitted).\r\n"
|
---|
310 | " dst - Specifies a destination file/directory name (wildcards are not permitted). \r\n"
|
---|
311 | " If more than one directory is specified, the last directory is\r\n"
|
---|
312 | " assumed to be the destination.\r\n"
|
---|
313 | ".SH DESCRIPTION\r\n"
|
---|
314 | " \r\n"
|
---|
315 | "NOTES:\r\n"
|
---|
316 | " 1. '-r' must be specified if src is a directory. If '-r' is specified,\r\n"
|
---|
317 | " the source directory is recursively copied to the destination.\r\n"
|
---|
318 | " 'src' itself is copied.\r\n"
|
---|
319 | " 2. If a destination is not specified, the current working directory is\r\n"
|
---|
320 | " assumed to be the destination.\r\n"
|
---|
321 | " 3. 'CP -r src1 src2 dst' copies all files and subdirectories in 'src1' and\r\n"
|
---|
322 | " 'src2' to the destination 'dst'. 'src1' and 'src2' themselves are also\r\n"
|
---|
323 | " copied. The 'dst' parameter is interpreted as a directory.\r\n"
|
---|
324 | " 4. Copying a directory or file to itself is not allowed.\r\n"
|
---|
325 | " 5. If an error occurs, this command exits immediately and the remaining files or\r\n"
|
---|
326 | " directories are not copied.\r\n"
|
---|
327 | " 6. When 'cp' is executed with a script file, it always performs quiet\r\n"
|
---|
328 | " copying, regardless of whether the '-q' option is specified.\r\n"
|
---|
329 | " 7. If you are copying multiple files, the destination must be an existing\r\n"
|
---|
330 | " directory.\r\n"
|
---|
331 | ".SH EXAMPLES\r\n"
|
---|
332 | " \r\n"
|
---|
333 | "EXAMPLES:\r\n"
|
---|
334 | " * To display the contents of the current directory:\r\n"
|
---|
335 | " fs0:\> ls\r\n"
|
---|
336 | " \r\n"
|
---|
337 | " * To copy a file in the same directory and change the file name:\r\n"
|
---|
338 | " fs0:\> cp temp.txt readme.txt\r\n"
|
---|
339 | " \r\n"
|
---|
340 | " * To copy multiple files to another directory:\r\n"
|
---|
341 | " fs0:\> cp temp.txt isaBus.efi \Test\r\n"
|
---|
342 | " \r\n"
|
---|
343 | " * To copy multiple directories recursively to another directory:\r\n"
|
---|
344 | " fs0:\> cp -r test1 test2 boot \Test\r\n"
|
---|
345 | " \r\n"
|
---|
346 | " * To see the results of the above operations:\r\n"
|
---|
347 | " fs0:\> ls \Test\r\n"
|
---|
348 | ".SH RETURNVALUES\r\n"
|
---|
349 | " \r\n"
|
---|
350 | "RETURN VALUES:\r\n"
|
---|
351 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
352 | " SHELL_INVALID_PARAMETER One of the passed-in parameters was incorrectly \r\n"
|
---|
353 | " formatted or its value was out of bounds.\r\n"
|
---|
354 | " SHELL_OUT_OF_RESOURCES There was insufficient space to save the \r\n"
|
---|
355 | " requested file at the destination.\r\n"
|
---|
356 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security \r\n"
|
---|
357 | " violation.\r\n"
|
---|
358 | " SHELL_WRITE_PROTECTED An attempt was made to create a file on media that\r\n"
|
---|
359 | " was write-protected.\r\n"
|
---|
360 |
|
---|
361 | #string STR_GET_HELP_MAP #language en-US ""
|
---|
362 | ".TH map 0 "Displays or defines file system mappings"\r\n"
|
---|
363 | ".SH NAME\r\n"
|
---|
364 | "Displays or defines file system mappings.\r\n"
|
---|
365 | ".SH SYNOPSIS\r\n"
|
---|
366 | " \r\n"
|
---|
367 | "MAP [-d <sname>]\r\n"
|
---|
368 | "MAP [[-r][-v][-c][-f][-u][-t <type[,type...]>][sname]]\r\n"
|
---|
369 | "MAP [sname handle | mapping]\r\n"
|
---|
370 | ".SH OPTIONS\r\n"
|
---|
371 | " \r\n"
|
---|
372 | " -d - Deletes a file system mapping.\r\n"
|
---|
373 | " -r - Resets file system mappings to default values.\r\n"
|
---|
374 | " -u - Adds file system mappings for newly-installed devices and\r\n"
|
---|
375 | " removes mappings for uninstalled devices. This does not change\r\n"
|
---|
376 | " the mappings of existing devices and preserves user-defined mappings.\r\n"
|
---|
377 | " -v - Displays verbose information about all file system mappings.\r\n"
|
---|
378 | " -c - Displays the consistent mappings.\r\n"
|
---|
379 | " -f - Displays the normal mappings (not the consistent mappings).\r\n"
|
---|
380 | " -t - Displays the device mappings, filtered according to the device type.\r\n"
|
---|
381 | " Supported types are:\r\n"
|
---|
382 | " fp - Floppy\r\n"
|
---|
383 | " hd - Hard Disk\r\n"
|
---|
384 | " cd - CD-ROM\r\n"
|
---|
385 | " Types can be combined by putting a comma between two types. Spaces\r\n"
|
---|
386 | " are not allowed between types.\r\n"
|
---|
387 | " -sfo - Displays information in Standard-Format Output.\r\n"
|
---|
388 | " sname - Specifies a mapping name.\r\n"
|
---|
389 | " handle - Specifies the number of a handle. Use the same value that is\r\n"
|
---|
390 | " displayed by the 'dh' command.\r\n"
|
---|
391 | " mapping - Specifies a new mapping name to assign to a device.\r\n"
|
---|
392 | " This value must end with a ':'.\r\n"
|
---|
393 | ".SH DESCRIPTION\r\n"
|
---|
394 | " \r\n"
|
---|
395 | "NOTES:\r\n"
|
---|
396 | " 1. This command creates a mapping between a user-defined name and a device.\r\n"
|
---|
397 | " The most common use of this command is to create a mapped name for\r\n"
|
---|
398 | " devices that support a file system protocol. After these mappings are\r\n"
|
---|
399 | " created, the names can be used with all the file manipulation commands.\r\n"
|
---|
400 | " 2. The UEFI Shell environment creates default mappings for all of the\r\n"
|
---|
401 | " devices that support a recognized file system.\r\n"
|
---|
402 | " 3. This command can be used to create additional mappings, or \r\n"
|
---|
403 | " when used with the -d option, to delete an existing mapping. If it is\r\n"
|
---|
404 | " used without any parameters, all of the current mappings are listed.\r\n"
|
---|
405 | " If the -v option is used, the mappings are shown with additional\r\n"
|
---|
406 | " information about each device.\r\n"
|
---|
407 | " 4. The -r option is used to reset all the default mappings in a system,\r\n"
|
---|
408 | " which is useful if the system configuration has changed since the\r\n"
|
---|
409 | " last boot.\r\n"
|
---|
410 | " 5. The -u option adds mappings for newly-installed devices and removes\r\n"
|
---|
411 | " mappings for uninstalled devices without changing the mappings of\r\n"
|
---|
412 | " existing devices. User-defined mappings are also preserved. A mapping\r\n"
|
---|
413 | " history is saved, which preserves the original mapping name for\r\n"
|
---|
414 | " a device with a specific device path. The current directory is also\r\n"
|
---|
415 | " preserved if the current device is not changed.\r\n"
|
---|
416 | " 6. Each device in the system has a consistent mapping. If the hardware\r\n"
|
---|
417 | " configuration has not changed, the device's consistent mappings do not\r\n"
|
---|
418 | " change. If two or more machines have the same hardware configurations,\r\n"
|
---|
419 | " the device's consistent mapping remains the same. Use the -c option to\r\n"
|
---|
420 | " list all the consistent mappings in the system.\r\n"
|
---|
421 | " 7. The mapping value must consist of digits and characters. Other\r\n"
|
---|
422 | " characters are illegal.\r\n"
|
---|
423 | " 8. This command support wildcards. You can use the wildcards to delete\r\n"
|
---|
424 | " or show the mapping. However, when you assign the mapping, wildcards\r\n"
|
---|
425 | " are forbidden.\r\n"
|
---|
426 | ".SH EXAMPLES\r\n"
|
---|
427 | " \r\n"
|
---|
428 | "EXAMPLES:\r\n"
|
---|
429 | " * To display verbose mapping table information:\r\n"
|
---|
430 | " Shell> map -v\r\n"
|
---|
431 | " \r\n"
|
---|
432 | " * To assign a different name to fs0:\r\n"
|
---|
433 | " Shell> map floppy fs0:\r\n"
|
---|
434 | " \r\n"
|
---|
435 | " * To operate with the mapped name:\r\n"
|
---|
436 | " Shell> floppy:\r\n"
|
---|
437 | " \r\n"
|
---|
438 | " * To delete a mapped name:\r\n"
|
---|
439 | " Shell> map -d floppy:\r\n"
|
---|
440 | " \r\n"
|
---|
441 | " * To display all the mapped names starting with 'f': \r\n"
|
---|
442 | " Shell> map f* \r\n"
|
---|
443 | ".SH RETURNVALUES\r\n"
|
---|
444 | " \r\n"
|
---|
445 | "RETURN VALUES:\r\n"
|
---|
446 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
447 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security\r\n"
|
---|
448 | " violation.\r\n"
|
---|
449 | " SHELL_INVALID_PARAMETER One of the passed-in parameters was incorrectly\r\n"
|
---|
450 | " formatted or its value was out of bounds.\r\n"
|
---|
451 |
|
---|
452 | #string STR_GET_HELP_MKDIR #language en-US ""
|
---|
453 | ".TH mkdir 0 "Creates directories."\r\n"
|
---|
454 | ".SH NAME\r\n"
|
---|
455 | "Creates one or more new directories.\r\n"
|
---|
456 | ".SH SYNOPSIS\r\n"
|
---|
457 | " \r\n"
|
---|
458 | "MKDIR dir [dir...]\r\n"
|
---|
459 | ".SH OPTIONS\r\n"
|
---|
460 | " \r\n"
|
---|
461 | " dir - Specifies the name of a directory or directories to create.\r\n"
|
---|
462 | " (Wildcards are not allowed)\r\n"
|
---|
463 | ".SH DESCRIPTION\r\n"
|
---|
464 | " \r\n"
|
---|
465 | "NOTES:\r\n"
|
---|
466 | " 1. Mkdir can create one or more new directories.\r\n"
|
---|
467 | " 2. If dir includes nested directories, then parent directories will be\r\n"
|
---|
468 | " created before child directories.\r\n"
|
---|
469 | " 3. If the directory already exists, mkdir will exit with an error.\r\n"
|
---|
470 | ".SH EXAMPLES\r\n"
|
---|
471 | " \r\n"
|
---|
472 | "EXAMPLES:\r\n"
|
---|
473 | " * To create a new directory:\r\n"
|
---|
474 | " fs0:\> mkdir rafter\r\n"
|
---|
475 | " \r\n"
|
---|
476 | " * To create multiple directories:\r\n"
|
---|
477 | " fs0:\> mkdir temp1 temp2\r\n"
|
---|
478 | ".SH RETURNVALUES\r\n"
|
---|
479 | " \r\n"
|
---|
480 | "RETURN VALUES:\r\n"
|
---|
481 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
482 | " SHELL_INVALID_PARAMETER One of the passed-in parameters was incorrectly \r\n"
|
---|
483 | " formatted or its value was out of bounds.\r\n"
|
---|
484 | " SHELL_OUT_OF_RESOURCES There was insufficient space on the destination \r\n"
|
---|
485 | " to create the requested directory.\r\n"
|
---|
486 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security \r\n"
|
---|
487 | " violation.\r\n"
|
---|
488 | " SHELL_WRITE_PROTECTED An attempt was made to create a directory when the\r\n"
|
---|
489 | " target media was write-protected.\r\n"
|
---|
490 |
|
---|
491 | #string STR_GET_HELP_MV #language en-US ""
|
---|
492 | ".TH mv 0 "Moves files."\r\n"
|
---|
493 | ".SH NAME\r\n"
|
---|
494 | "Moves one or more files to a destination within or between file systems.\r\n"
|
---|
495 | ".SH SYNOPSIS\r\n"
|
---|
496 | " \r\n"
|
---|
497 | "MV src [src...] [dst]\r\n"
|
---|
498 | ".SH OPTIONS\r\n"
|
---|
499 | " \r\n"
|
---|
500 | " src - Specifies a source file/directory name (wildcards are permitted).\r\n"
|
---|
501 | " dst - Specifies a destination file/directory name (wildcards are permitted).\r\n"
|
---|
502 | ".SH DESCRIPTION\r\n"
|
---|
503 | " \r\n"
|
---|
504 | "NOTES:\r\n"
|
---|
505 | " 1. This command moves one or more files to a destination within or between\r\n"
|
---|
506 | " file systems.\r\n"
|
---|
507 | " 2. If the destination is an existing directory, the sources are moved\r\n"
|
---|
508 | " into that directory. You cannot move the sources to a non-existing\r\n"
|
---|
509 | " directory.\r\n"
|
---|
510 | " 3. If a destination is not specified, the current directory is assumed to be\r\n"
|
---|
511 | " the destination. If there is more than one argument on the command line,\r\n"
|
---|
512 | " the last one is assumed to be the destination.\r\n"
|
---|
513 | " 4. Attempting to move a read-only file/directory results in an error.\r\n"
|
---|
514 | " Moving a directory that contains read-only files is allowed.\r\n"
|
---|
515 | " 5. You cannot move a directory into itself or its subdirectories.\r\n"
|
---|
516 | " 6. You cannot move a directory if the current working directory is itself or\r\n"
|
---|
517 | " its subdirectories.\r\n"
|
---|
518 | " 7. If an error occurs, the remaining files or directories are still be\r\n"
|
---|
519 | " moved.\r\n"
|
---|
520 | ".SH EXAMPLES\r\n"
|
---|
521 | " \r\n"
|
---|
522 | "EXAMPLES:\r\n"
|
---|
523 | " * To rename a file:\r\n"
|
---|
524 | " fs0:\> mv IsaBus.efi Bus.efi\r\n"
|
---|
525 | " \r\n"
|
---|
526 | " * To move a directory to the current directory:\r\n"
|
---|
527 | " fs0:\> mkdir Test1\Temp\r\n"
|
---|
528 | " fs0:\> mv Test1\Temp\r\n"
|
---|
529 | " \r\n"
|
---|
530 | " * To rename a directory:\r\n"
|
---|
531 | " fs0:\> mv efi efi1.1\r\n"
|
---|
532 | " \r\n"
|
---|
533 | " * To move multiple directories at a time:\r\n"
|
---|
534 | " fs0:\> mv Test1 Test2 Test\r\n"
|
---|
535 | " \r\n"
|
---|
536 | " * To attempt moving a read-only directory, which results in a failure:\r\n"
|
---|
537 | " fs0:\Test> attrib +r Temp1\r\n"
|
---|
538 | " DA R fs0:\Test\Temp1\r\n"
|
---|
539 | " fs0:\Test> mv Temp1 Temp2\r\n"
|
---|
540 | ".SH RETURNVALUES\r\n"
|
---|
541 | " \r\n"
|
---|
542 | "RETURN VALUES:\r\n"
|
---|
543 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
544 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security\r\n"
|
---|
545 | " violation.\r\n"
|
---|
546 | " SHELL_INVALID_PARAMETER One of the passed-in parameters was incorrectly\r\n"
|
---|
547 | " formatted or its value was out of bounds.\r\n"
|
---|
548 | " SHELL_NOT_FOUND The source file was not able to be found.\r\n"
|
---|
549 | " SHELL_OUT_OF_RESOURCES There was insufficient free space to move the\r\n"
|
---|
550 | " requested file to its destination.\r\n"
|
---|
551 | " SHELL_WRITE_PROTECTED An attempt was made to create a file on media that\r\n"
|
---|
552 | " was write-protected.\r\n"
|
---|
553 |
|
---|
554 | #string STR_GET_HELP_PARSE #language en-US ""
|
---|
555 | ".TH parse 0 "Parses standard format output files."\r\n"
|
---|
556 | ".SH NAME\r\n"
|
---|
557 | "Retrieves a value from a standard format output file.\r\n"
|
---|
558 | ".SH SYNOPSIS\r\n"
|
---|
559 | " \r\n"
|
---|
560 | "PARSE filename tablename column [-i <Instance>] [-s <Instance>]\r\n"
|
---|
561 | ".SH OPTIONS\r\n"
|
---|
562 | " \r\n"
|
---|
563 | " filename - Specifies a source file name.\r\n"
|
---|
564 | " tablename - Specifies the name of the table to be parsed.\r\n"
|
---|
565 | " column - Specifies the one-based column index to use to determine which value\r\n"
|
---|
566 | " from a particular record to parse.\r\n"
|
---|
567 | " -i <Instance> - Specifies an instance number to use to start parsing the ShellCommand table,\r\n"
|
---|
568 | " and then the specified tablename. If not specified, all instances are returned.\r\n"
|
---|
569 | " -s <Instance> - Specifies an instance number to use to start parsing the ShellCommand\r\n"
|
---|
570 | " table. If not present, then 1 is assumed.\r\n"
|
---|
571 | ".SH DESCRIPTION\r\n"
|
---|
572 | " \r\n"
|
---|
573 | "NOTES:\r\n"
|
---|
574 | " 1. This command enables you to parse data from a file that has been output\r\n"
|
---|
575 | " using the -sfo parameter.\r\n"
|
---|
576 | " 2. Since the standard formatted output has a well known means of parsing,\r\n"
|
---|
577 | " this command is intended to provide an easy way of enabling\r\n"
|
---|
578 | " scripts to consume retrieved data from such constructed output files, and\r\n"
|
---|
579 | " use it in the logic of scripts written for the UEFI shell.\r\n"
|
---|
580 | ".SH EXAMPLES\r\n"
|
---|
581 | " \r\n"
|
---|
582 | "EXAMPLES:\r\n"
|
---|
583 | " * The following data is contained in a temporary file (temp.txt):\r\n"
|
---|
584 | " ShellCommand,"ls"\r\n"
|
---|
585 | " VolumeInfo,"MikesVolume","400000000","FALSE","32000000","16000000"\r\n"
|
---|
586 | " FileInfo,"FS0:\efi\\boot\winloader.efi","45670","45900","arsh","08:30:12","01.08.2013","00:00:00","01.08.2013","08:30:12","01.08.2013"\r\n"
|
---|
587 | " FileInfo,"FS0:\efi\\boot\mikesfile.txt","1250","1280","a","08:30:12","01.08.2013","00:00:00","01.08.2013","08:30:12","01.08.2013"\r\n"
|
---|
588 | " FileInfo,"FS0:\efi\\boot\\readme.txt","795","900","a","08:30:12","01.08.2013","00:00:00","01.08.2013","08:30:12","01.08.2013"\r\n"
|
---|
589 | " \r\n"
|
---|
590 | " * To display VolumeInfo column 2 in temp.txt:\r\n"
|
---|
591 | " fs0:\> parse temp.txt VolumeInfo 2\r\n"
|
---|
592 | " MikesVolume\r\n"
|
---|
593 | " \r\n"
|
---|
594 | " * To display FileInfo column 3 in temp.txt, starting with instance 3:\r\n"
|
---|
595 | " fs0:\> parse temp.txt FileInfo 3 -i 3\r\n"
|
---|
596 | " 795\r\n"
|
---|
597 | ".SH RETURNVALUES\r\n"
|
---|
598 | " \r\n"
|
---|
599 | "RETURN VALUES:\r\n"
|
---|
600 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
601 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security\r\n"
|
---|
602 | " violation.\r\n"
|
---|
603 | " SHELL_INVALID_PARAMETER One of the passed-in parameters was incorrectly\r\n"
|
---|
604 | " formatted or its value was out of bounds.\r\n"
|
---|
605 | " SHELL_NOT_FOUND The source file was not able to be found.\r\n"
|
---|
606 |
|
---|
607 | #string STR_GET_HELP_RESET #language en-US ""
|
---|
608 | ".TH reset 0 "Reset the system."\r\n"
|
---|
609 | ".SH NAME\r\n"
|
---|
610 | "Resets the system.\r\n"
|
---|
611 | ".SH SYNOPSIS\r\n"
|
---|
612 | " \r\n"
|
---|
613 | "RESET [-w [string]]\r\n"
|
---|
614 | "RESET [-s [string]]\r\n"
|
---|
615 | "RESET [-c [string]]\r\n"
|
---|
616 | ".SH OPTIONS\r\n"
|
---|
617 | " \r\n"
|
---|
618 | " -s - Performs a shutdown.\r\n"
|
---|
619 | " -w - Performs a warm boot.\r\n"
|
---|
620 | " -c - Performs a cold boot.\r\n"
|
---|
621 | " string - Describes a reason for the reset.\r\n"
|
---|
622 | ".SH DESCRIPTION\r\n"
|
---|
623 | " \r\n"
|
---|
624 | "NOTES:\r\n"
|
---|
625 | " 1. This command resets the system.\r\n"
|
---|
626 | " 2. The default is to perform a cold reset unless the -w parameter is\r\n"
|
---|
627 | " specified.\r\n"
|
---|
628 | " 3. If a reset string is specified, it is passed into the Reset() \r\n"
|
---|
629 | " function, and the system records the reason for the system reset.\r\n"
|
---|
630 | ".SH RETURNVALUES\r\n"
|
---|
631 | " \r\n"
|
---|
632 | "RETURN VALUES:\r\n"
|
---|
633 | " SHELL_INVALID_PARAMETER One of the passed in parameters was incorrectly \r\n"
|
---|
634 | " formatted or its value was out of bounds.\r\n"
|
---|
635 |
|
---|
636 | #string STR_GET_HELP_RM #language en-US ""
|
---|
637 | ".TH rm 0 "Deletes one or more files or directories."\r\n"
|
---|
638 | ".SH NAME\r\n"
|
---|
639 | "Deletes one or more files or directories.\r\n"
|
---|
640 | ".SH SYNOPSIS\r\n"
|
---|
641 | " \r\n"
|
---|
642 | "RM [-q] file/directory [file/directory ...]\r\n"
|
---|
643 | ".SH OPTIONS\r\n"
|
---|
644 | " \r\n"
|
---|
645 | " -q - Specifies quiet mode. Does not prompt for a confirmation.\r\n"
|
---|
646 | " file - Specifies a file name (wildcards are permitted).\r\n"
|
---|
647 | " directory - Specifies a directory name (wildcards are permitted).\r\n"
|
---|
648 | ".SH DESCRIPTION\r\n"
|
---|
649 | " \r\n"
|
---|
650 | "NOTES:\r\n"
|
---|
651 | " 1. This command deletes one or more files or directories.\r\n"
|
---|
652 | " 2. If the target is a directory, it deletes the directory, including all\r\n"
|
---|
653 | " its subdirectories.\r\n"
|
---|
654 | " 3. Redirecting a file whose parent directory (or the file\r\n"
|
---|
655 | " itself) is being deleted is not allowed.\r\n"
|
---|
656 | " 4. Removing a read-only file/directory results in a failure.\r\n"
|
---|
657 | " 5. Removing a directory containing read-only file(s) results in\r\n"
|
---|
658 | " a failure. If an error occurs, the command exits immediately and stops\r\n"
|
---|
659 | " removing files/directories.\r\n"
|
---|
660 | " 6. You cannot remove a directory when the current directory is itself or its\r\n"
|
---|
661 | " subdirectory. If a file contains wildcards, you are not prompted for\r\n"
|
---|
662 | " confirmation.\r\n"
|
---|
663 | " 7. The root directory cannot be removed.\r\n"
|
---|
664 | " 8. The current directory or its ancestor directories cannot be removed.\r\n"
|
---|
665 | ".SH EXAMPLES\r\n"
|
---|
666 | " \r\n"
|
---|
667 | "EXAMPLES:\r\n"
|
---|
668 | " * To remove multiple directories at a time:\r\n"
|
---|
669 | " fs0:\> rm Test\Temp1 Temp2\r\n"
|
---|
670 | " \r\n"
|
---|
671 | " * To remove multiple directories with wildcards:\r\n"
|
---|
672 | " fs0:\> rm Test\Temp*\r\n"
|
---|
673 | " \r\n"
|
---|
674 | " * To attempt removing a directory that contains a read-only file,\r\n"
|
---|
675 | " which results in a failure:\r\n"
|
---|
676 | " fs0:\> attrib +r Test\Temp1\readme.txt\r\n"
|
---|
677 | " A R fs0:\Test\Temp1\readme.txt\r\n"
|
---|
678 | " fs0:\> rm Test\Temp1\r\n"
|
---|
679 | ".SH RETURNVALUES\r\n"
|
---|
680 | " \r\n"
|
---|
681 | "RETURN VALUES:\r\n"
|
---|
682 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
683 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security\r\n"
|
---|
684 | " violation.\r\n"
|
---|
685 | " SHELL_NOT_FOUND The source file was not able to be found.\r\n"
|
---|
686 | " SHELL_WRITE_PROTECTED The target was write protected.\r\n"
|
---|
687 |
|
---|
688 | #string STR_GET_HELP_SET #language en-US ""
|
---|
689 | ".TH set 0 "Displays or modifies UEFI Shell environment variables."\r\n"
|
---|
690 | ".SH NAME\r\n"
|
---|
691 | "Displays or modifies UEFI Shell environment variables.\r\n"
|
---|
692 | ".SH SYNOPSIS\r\n"
|
---|
693 | " \r\n"
|
---|
694 | "SET [-v] [sname [value]]\r\n"
|
---|
695 | "SET [-d <sname>]\r\n"
|
---|
696 | ".SH OPTIONS\r\n"
|
---|
697 | " \r\n"
|
---|
698 | " -d - Deletes the environment variable.\r\n"
|
---|
699 | " -v - Displays or modifies a volatile variable.\r\n"
|
---|
700 | " sname - Specifies an environment variable name.\r\n"
|
---|
701 | " value - Specifies an environment variable value.\r\n"
|
---|
702 | ".SH DESCRIPTION\r\n"
|
---|
703 | " \r\n"
|
---|
704 | "NOTES:\r\n"
|
---|
705 | " 1. This command is used to maintain the UEFI Shell environment variables.\r\n"
|
---|
706 | " This command can do the following:\r\n"
|
---|
707 | " - Display environment variables.\r\n"
|
---|
708 | " - Create new environment variables.\r\n"
|
---|
709 | " - Change the value of existing environment variables.\r\n"
|
---|
710 | " - Delete environment variables.\r\n"
|
---|
711 | " 2. This command sets an environment variable to a specified \r\n"
|
---|
712 | " value. You can use it to create a new environment\r\n"
|
---|
713 | " variable or to modify an existing environment variable.\r\n"
|
---|
714 | " 3. If used without any parameters, all the environment variables\r\n"
|
---|
715 | " are displayed.\r\n"
|
---|
716 | " 4. If used with the -d option, the environment variable that\r\n"
|
---|
717 | " is specified by sname is deleted.\r\n"
|
---|
718 | ".SH EXAMPLES\r\n"
|
---|
719 | " \r\n"
|
---|
720 | "EXAMPLES:\r\n"
|
---|
721 | " * To add an environment variable:\r\n"
|
---|
722 | " Shell> set DiagnosticPath fs0:\efi\diag;fs1:\efi\diag\r\n"
|
---|
723 | " \r\n"
|
---|
724 | " * To display environment variables:\r\n"
|
---|
725 | " Shell> set\r\n"
|
---|
726 | " \r\n"
|
---|
727 | " * To delete an environment variable:\r\n"
|
---|
728 | " Shell> set -d diagnosticpath\r\n"
|
---|
729 | " \r\n"
|
---|
730 | " * To change an environment variable:\r\n"
|
---|
731 | " fs0:\> set src efi\r\n"
|
---|
732 | " fs0:\> set src efi1.1\r\n"
|
---|
733 | " \r\n"
|
---|
734 | " * To append an environment variable:\r\n"
|
---|
735 | " Shell> set path %path%;fs0:\efi\Tools;fs0:\efi\boot;fs0:\\r\n"
|
---|
736 | " \r\n"
|
---|
737 | " * To set a volatile variable that will disappear at the next boot:\r\n"
|
---|
738 | " Shell> set -v EFI_SOURCE c:\project\EFI1.1\r\n"
|
---|
739 | ".SH RETURNVALUES\r\n"
|
---|
740 | " \r\n"
|
---|
741 | "RETURN VALUES:\r\n"
|
---|
742 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
743 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security\r\n"
|
---|
744 | " violation.\r\n"
|
---|
745 | " SHELL_OUT_OF_RESOURCES A request to set a variable in a non-volatile \r\n"
|
---|
746 | " fashion could not be completed. The resulting \r\n"
|
---|
747 | " non-volatile request has been converted into a \r\n"
|
---|
748 | " volatile request.\r\n"
|
---|
749 |
|
---|
750 | #string STR_GET_HELP_DATE #language en-US ""
|
---|
751 | ".TH date 0 "Displays and sets the current date for the system."\r\n"
|
---|
752 | ".SH NAME\r\n"
|
---|
753 | "Displays and sets the current date for the system.\r\n"
|
---|
754 | ".SH SYNOPSIS\r\n"
|
---|
755 | " \r\n"
|
---|
756 | "DATE [mm/dd/[yy]yy][-sfo]\r\n"
|
---|
757 | ".SH OPTIONS\r\n"
|
---|
758 | " \r\n"
|
---|
759 | " -sfo - Displays information in Standard-Format Output.\r\n"
|
---|
760 | " mm - Specifies the month of the date to be set. (1-12)\r\n"
|
---|
761 | " dd - Specifies the day of the date to be set (1-31)\r\n"
|
---|
762 | " yy/yyyy - Specifies the year of the date to be set. If only two digits,\r\n"
|
---|
763 | " then enter 9x = 199x. Otherwise enter 20xx.\r\n"
|
---|
764 | ".SH DESCRIPTION\r\n"
|
---|
765 | " \r\n"
|
---|
766 | "NOTES:\r\n"
|
---|
767 | " 1. This command displays and/or sets the current date for the system.\r\n"
|
---|
768 | " If no parameters are used, it shows the current date. If a valid month,\r\n"
|
---|
769 | " day, and year are specified, the system's date is updated.\r\n"
|
---|
770 | " The following rules apply:\r\n"
|
---|
771 | " - Except for numeric characters and /, all other characters in the\r\n"
|
---|
772 | " argument are invalid.\r\n"
|
---|
773 | " - The Shell reports an error if the number is in the wrong\r\n"
|
---|
774 | " month/date/year range.\r\n"
|
---|
775 | " - A space before or after the numeric character is not allowed. Inserting\r\n"
|
---|
776 | " a space into the number is invalid.\r\n"
|
---|
777 | " - Repeated zeros are allowed before the number. For example:\r\n"
|
---|
778 | " Shell > date 0000008/000004/000097\r\n"
|
---|
779 | " Shell > date\r\n"
|
---|
780 | " 08/04/2097\r\n"
|
---|
781 | " Shell >\r\n"
|
---|
782 | " - The year range must be greater than or equal to 1998.\r\n"
|
---|
783 | " - Two numeric characters indicate the year. Numbers below 98 are\r\n"
|
---|
784 | " regarded as 20xx, and numbers equal to or above 98 are regarded as\r\n"
|
---|
785 | " 19xx. 00 means 2000. For example:\r\n"
|
---|
786 | " Shell > date 8/4/97\r\n"
|
---|
787 | " Shell > date\r\n"
|
---|
788 | " 08/04/2097\r\n"
|
---|
789 | " Shell >\r\n"
|
---|
790 | " Shell > date 8/4/98\r\n"
|
---|
791 | " Shell > date\r\n"
|
---|
792 | " 08/04/1998\r\n"
|
---|
793 | " Shell >\r\n"
|
---|
794 | " 2. The range of valid years is from 1998-2099.\r\n"
|
---|
795 | ".SH EXAMPLES\r\n"
|
---|
796 | " \r\n"
|
---|
797 | "EXAMPLES:\r\n"
|
---|
798 | " * To display the current date in the system:\r\n"
|
---|
799 | " fs0:\> date\r\n"
|
---|
800 | " \r\n"
|
---|
801 | " * To set the date with long year format:\r\n"
|
---|
802 | " fs0:\> date 01/01/2050\r\n"
|
---|
803 | " \r\n"
|
---|
804 | " * To set the date with short year format:\r\n"
|
---|
805 | " fs0:\> date 06/18/01\r\n"
|
---|
806 | ".SH RETURNVALUES\r\n"
|
---|
807 | " \r\n"
|
---|
808 | "RETURN VALUES:\r\n"
|
---|
809 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
810 | " SHELL_DEVICE_ERROR There was a hardware error preventing the\r\n"
|
---|
811 | " completion of this command.\r\n"
|
---|
812 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security\r\n"
|
---|
813 | " violation.\r\n"
|
---|
814 | " SHELL_INVALID_PARAMETER One of the passed-in parameters was incorrectly\r\n"
|
---|
815 | " formatted or its value was out of bounds.\r\n"
|
---|
816 |
|
---|
817 | #string STR_GET_HELP_TIME #language en-US ""
|
---|
818 | ".TH time 0 "Displays or sets the time for the system."\r\n"
|
---|
819 | ".SH NAME\r\n"
|
---|
820 | "Displays or sets the current time for the system.\r\n"
|
---|
821 | ".SH SYNOPSIS\r\n"
|
---|
822 | " \r\n"
|
---|
823 | "TIME [hh:mm[:ss]] [-tz tz] [-d dl]\r\n"
|
---|
824 | ".SH OPTIONS\r\n"
|
---|
825 | " \r\n"
|
---|
826 | " -d - Sets or displays a daylight savings time value.\r\n"
|
---|
827 | " -tz - Specifies a time zone adjustment, measured in minutes offset from UTC. Valid values\r\n"
|
---|
828 | " are between -1440 and 1440 or 2047. If not present or set to 2047,\r\n"
|
---|
829 | " time is interpreted as local time.\r\n"
|
---|
830 | " hh - Specifies a new hour (0-23) (required).\r\n"
|
---|
831 | " mm - Specifies a new minute (0-59) (required).\r\n"
|
---|
832 | " ss - Specifies a new second (0-59). If not specified, zero is used.\r\n"
|
---|
833 | " dl - Specifies a daylight saving time value to set.\r\n"
|
---|
834 | " 0 : Time is not affected.\r\n"
|
---|
835 | " 1 : Time is affected, and has not been adjusted for daylight\r\n"
|
---|
836 | " savings.\r\n"
|
---|
837 | " 3 : Time is affected, and has been adjusted for daylight savings.\r\n"
|
---|
838 | " All other values are invalid. If no value follows -d, the\r\n"
|
---|
839 | " current daylight savings time is displayed.\r\n"
|
---|
840 | ".SH DESCRIPTION\r\n"
|
---|
841 | " \r\n"
|
---|
842 | "NOTES:\r\n"
|
---|
843 | " 1. This command displays or sets the current time for the system.\r\n"
|
---|
844 | " If no parameters are used, it shows the current time. If valid hours, \r\n"
|
---|
845 | " minutes, and seconds are provided, the system time is\r\n"
|
---|
846 | " updated. Note the following rules:\r\n"
|
---|
847 | " - Except for numeric characters and the : character, all other\r\n"
|
---|
848 | " characters in the argument are invalid.\r\n"
|
---|
849 | " - The Shell reports an error if the number is in the wrong \r\n"
|
---|
850 | " hour/minute/second range.\r\n"
|
---|
851 | " - Spaces before or after the numeric character and spaces inserted into\r\n"
|
---|
852 | " the number are not allowed.\r\n"
|
---|
853 | " - Repeated zeros are allowed before the number. For example:\r\n"
|
---|
854 | " Shell> time 00000017:000004:0000\r\n"
|
---|
855 | " Shell> time\r\n"
|
---|
856 | " 17:04:00 (UTC+08:00)\r\n"
|
---|
857 | " 2. The seconds parameter is optional. If none is specified, it is\r\n"
|
---|
858 | " set to zero.\r\n"
|
---|
859 | ".SH EXAMPLES\r\n"
|
---|
860 | " \r\n"
|
---|
861 | "EXAMPLES:\r\n"
|
---|
862 | " * To display current system time:\r\n"
|
---|
863 | " fs0:\> time\r\n"
|
---|
864 | " \r\n"
|
---|
865 | " * To set the system time:\r\n"
|
---|
866 | " fs0:\> time 9:51:30\r\n"
|
---|
867 | " \r\n"
|
---|
868 | " * To display the system time, including daylight savings time:\r\n"
|
---|
869 | " fs0:\> time -d\r\n"
|
---|
870 | ".SH RETURNVALUES\r\n"
|
---|
871 | " \r\n"
|
---|
872 | "RETURN VALUES:\r\n"
|
---|
873 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
874 | " SHELL_DEVICE_ERROR There was a hardware error preventing the\r\n"
|
---|
875 | " completion of this command\r\n"
|
---|
876 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security\r\n"
|
---|
877 | " violation.\r\n"
|
---|
878 | " SHELL_INVALID_PARAMETER One of the passed-in parameters was incorrectly\r\n"
|
---|
879 | " formatted or its value was out of bounds.\r\n"
|
---|
880 |
|
---|
881 | #string STR_GET_HELP_TIMEZONE #language en-US ""
|
---|
882 | ".TH timezone 0 "Displays or sets time zone information."\r\n"
|
---|
883 | ".SH NAME\r\n"
|
---|
884 | "Displays or sets time zone information.\r\n"
|
---|
885 | ".SH SYNOPSIS\r\n"
|
---|
886 | " \r\n"
|
---|
887 | "TIMEZONE [-s hh:mm | -l] [-b] [-f]\r\n"
|
---|
888 | ".SH OPTIONS\r\n"
|
---|
889 | " \r\n"
|
---|
890 | " -s - Sets the time zone associated with hh:mm offset from UTC.\r\n"
|
---|
891 | " -l - Displays a list of all time zones.\r\n"
|
---|
892 | " -b - Displays one screen at a time.\r\n"
|
---|
893 | " -f - Displays full information for the specified time zone.\r\n"
|
---|
894 | ".SH DESCRIPTION\r\n"
|
---|
895 | " \r\n"
|
---|
896 | "NOTES:\r\n"
|
---|
897 | " 1. This command displays and sets the current time zone for the system.\r\n"
|
---|
898 | " 2. If no parameters are used, it shows the current time zone.\r\n"
|
---|
899 | " 3. If a valid hh:mm parameter is provided, the time zone\r\n"
|
---|
900 | " information is updated.\r\n"
|
---|
901 | ".SH EXAMPLES\r\n"
|
---|
902 | " \r\n"
|
---|
903 | "EXAMPLES:\r\n"
|
---|
904 | " * To display all available time zones:\r\n"
|
---|
905 | " Shell> timezone -l\r\n"
|
---|
906 | " \r\n"
|
---|
907 | " * To set the time zone:\r\n"
|
---|
908 | " Shell> timezone -s -7:00\r\n"
|
---|
909 | " \r\n"
|
---|
910 | " * To display detailed information for the current time zone:\r\n"
|
---|
911 | " Shell> timezone -f\r\n"
|
---|
912 |
|
---|
913 | #string STR_GET_HELP_LS #language en-US ""
|
---|
914 | ".TH ls 0 "Lists the contents of a directory or file information."\r\n"
|
---|
915 | ".SH NAME\r\n"
|
---|
916 | "Lists the contents of a directory or file information.\r\n"
|
---|
917 | ".SH SYNOPSIS\r\n"
|
---|
918 | " \r\n"
|
---|
919 | "LS [-r] [-a[attrib]][-sfo][file]\r\n"
|
---|
920 | ".SH OPTIONS\r\n"
|
---|
921 | " \r\n"
|
---|
922 | " -r - Displays recursively (including subdirectories).\r\n"
|
---|
923 | " -a - Displays files with a specified attribute. If \r\n"
|
---|
924 | " attribute is not specified, all files are listed. If -a is not\r\n"
|
---|
925 | " specified, all non-system and non-hidden files are listed.\r\n"
|
---|
926 | " -sfo - Displays information in Standard-Format Output.\r\n"
|
---|
927 | " attrib - Specifies a file attribute list value:\r\n"
|
---|
928 | " a - Archive\r\n"
|
---|
929 | " s - System\r\n"
|
---|
930 | " h - Hidden\r\n"
|
---|
931 | " r - Read-only\r\n"
|
---|
932 | " d - Directory\r\n"
|
---|
933 | " file - Specifies a name of a file or directory (wildcards are permitted).\r\n"
|
---|
934 | ".SH DESCRIPTION\r\n"
|
---|
935 | " \r\n"
|
---|
936 | "NOTES:\r\n"
|
---|
937 | " 1. This command lists directory contents or file information. If no file\r\n"
|
---|
938 | " name or directory name is specified, the current working directory\r\n"
|
---|
939 | " is assumed.\r\n"
|
---|
940 | " 2. The contents of a directory are listed if all of the following are true:\r\n"
|
---|
941 | " - If option -r is not specified.\r\n"
|
---|
942 | " - If no wildcard characters are specified in the file parameter.\r\n"
|
---|
943 | " - If the file specified represents an existing directory.\r\n"
|
---|
944 | " 3. In all other cases, the command functions as follows:\r\n"
|
---|
945 | " - All files/directories that match the specified name are displayed.\r\n"
|
---|
946 | " - The -r flag determines whether a recursive search is performed.\r\n"
|
---|
947 | " - The option flag -a[attrib] only displays those\r\n"
|
---|
948 | " files with the attributes that are specified.\r\n"
|
---|
949 | " - If more than one attribute is specified, only the files that have all\r\n"
|
---|
950 | " those attributes are listed.\r\n"
|
---|
951 | " - If -a is followed by nothing, then all files/directories are\r\n"
|
---|
952 | " displayed, regardless of their attributes.\r\n"
|
---|
953 | " - If -a itself is not specified, then all files except system and\r\n"
|
---|
954 | " hidden files are displayed.\r\n"
|
---|
955 | ".SH EXAMPLES\r\n"
|
---|
956 | " \r\n"
|
---|
957 | "EXAMPLES:\r\n"
|
---|
958 | " * To hide files by adding the hidden or system attribute to them:\r\n"
|
---|
959 | " fs0:\> attrib +s +h *.efi\r\n"
|
---|
960 | " \r\n"
|
---|
961 | " * To display all, except the files/directories with 'h' or 's' attribute:\r\n"
|
---|
962 | " fs0:\> ls\r\n"
|
---|
963 | " \r\n"
|
---|
964 | " * To display files with all attributes in the current directory:\r\n"
|
---|
965 | " fs0:\> ls -a\r\n"
|
---|
966 | " \r\n"
|
---|
967 | " * To display files with read-only attributes in the current directory:\r\n"
|
---|
968 | " fs0:\> ls -ar\r\n"
|
---|
969 | " \r\n"
|
---|
970 | " * To display the files with attribute of 's':\r\n"
|
---|
971 | " fs0:\> ls -as isabus.efi\r\n"
|
---|
972 | " \r\n"
|
---|
973 | " * To display all in fs0:\efi directory recursively:\r\n"
|
---|
974 | " fs0:\> ls -r -a efi\r\n"
|
---|
975 | " \r\n"
|
---|
976 | " * To display files with a specified type in the current directory: \r\n"
|
---|
977 | " recursively:\r\n"
|
---|
978 | " fs0:\> ls -r -a *.efi -b\r\n"
|
---|
979 | ".SH RETURNVALUES\r\n"
|
---|
980 | " \r\n"
|
---|
981 | "RETURN VALUES:\r\n"
|
---|
982 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
983 | " SHELL_INVALID_PARAMETER One of the passed-in parameters was incorrectly\r\n"
|
---|
984 | " formatted or its value was out of bounds.\r\n"
|
---|
985 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security\r\n"
|
---|
986 | " violation.\r\n"
|
---|
987 | " SHELL_NOT_FOUND The requested file or directory was not found.\r\n"
|
---|
988 |
|
---|
989 | #string STR_GET_HELP_LOAD #language en-US ""
|
---|
990 | ".TH load 0 "Loads a UEFI driver into memory."\r\n"
|
---|
991 | ".SH NAME\r\n"
|
---|
992 | "Loads a UEFI driver into memory.\r\n"
|
---|
993 | ".SH SYNOPSIS\r\n"
|
---|
994 | " \r\n"
|
---|
995 | "LOAD [-nc] file [file...]\r\n"
|
---|
996 | ".SH OPTIONS\r\n"
|
---|
997 | " \r\n"
|
---|
998 | " -nc - Loads the driver, but does not connect the driver.\r\n"
|
---|
999 | " File - Specifies a file that contains the image of the UEFI driver (wildcards are\r\n"
|
---|
1000 | " permitted).\r\n"
|
---|
1001 | ".SH DESCRIPTION\r\n"
|
---|
1002 | " \r\n"
|
---|
1003 | "NOTES:\r\n"
|
---|
1004 | " 1. This command loads a driver into memory. It can load multiple files at\r\n"
|
---|
1005 | " one time. The file name supports wildcards.\r\n"
|
---|
1006 | " 2. If the -nc flag is not specified, this command attempts to connect the\r\n"
|
---|
1007 | " driver to a proper device. It might also cause previously loaded drivers\r\n"
|
---|
1008 | " to be connected to their corresponding devices.\r\n"
|
---|
1009 | " 3. Use the 'UNLOAD' command to unload a driver.\r\n"
|
---|
1010 | ".SH EXAMPLES\r\n"
|
---|
1011 | " \r\n"
|
---|
1012 | "EXAMPLES:\r\n"
|
---|
1013 | " * To load a driver:\r\n"
|
---|
1014 | " fs0:\> load Isabus.efi\r\n"
|
---|
1015 | " \r\n"
|
---|
1016 | " * To load multiple drivers:\r\n"
|
---|
1017 | " fs0:\> load Isabus.efi IsaSerial.efi\r\n"
|
---|
1018 | " \r\n"
|
---|
1019 | " * To load multiple drivers using file name wildcards:\r\n"
|
---|
1020 | " fs0:\> load Isa*.efi\r\n"
|
---|
1021 | " \r\n"
|
---|
1022 | " * To load a driver without connecting it to a device:\r\n"
|
---|
1023 | " fs0:\> load -nc IsaBus.efi\r\n"
|
---|
1024 | ".SH RETURNVALUES\r\n"
|
---|
1025 | " \r\n"
|
---|
1026 | "RETURN VALUES:\r\n"
|
---|
1027 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
1028 | " SHELL_INVALID_PARAMETER One of the passed-in parameters was incorrectly\r\n"
|
---|
1029 | " formatted or its value was out of bounds.\r\n"
|
---|
1030 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security\r\n"
|
---|
1031 | " violation.\r\n"
|
---|
1032 | " SHELL_NOT_FOUND The requested file was not found.\r\n"
|
---|
1033 |
|
---|
1034 | #string STR_GET_HELP_VOL #language en-US ""
|
---|
1035 | ".TH vol 0 "Displays or modifies information about a disk volume."\r\n"
|
---|
1036 | ".SH NAME\r\n"
|
---|
1037 | "Displays or modifies information about a disk volume.\r\n"
|
---|
1038 | ".SH SYNOPSIS\r\n"
|
---|
1039 | " \r\n"
|
---|
1040 | "VOL [fs] [-n <VolumeLabel>]\r\n"
|
---|
1041 | "VOL [fs] [-d]\r\n"
|
---|
1042 | ".SH OPTIONS\r\n"
|
---|
1043 | " \r\n"
|
---|
1044 | " -n - Displays or modifies a new volume label.\r\n"
|
---|
1045 | " -d - Displays or modifies an empty volume label.\r\n"
|
---|
1046 | " fs - Specifies the name of the file system.\r\n"
|
---|
1047 | " VolumeLabel - Specifies a volume label.\r\n"
|
---|
1048 | ".SH DESCRIPTION\r\n"
|
---|
1049 | " \r\n"
|
---|
1050 | "NOTES:\r\n"
|
---|
1051 | " 1. The following characters cannot be used in a volume label:\r\n"
|
---|
1052 | " % ^ * + = [ ] | : ; \" < > ? / . \r\n"
|
---|
1053 | " 2. No spaces are allowed in a volume label.\r\n"
|
---|
1054 | " 3. This command displays the volume information for the specified file\r\n"
|
---|
1055 | " system. If fs is not specified, the current file system is used.\r\n"
|
---|
1056 | " 4. If -n is specified, the volume label for fs is set to\r\n"
|
---|
1057 | " VolumeLabel.\r\n"
|
---|
1058 | " 5. The maximum length for volume label is 11 characters.\r\n"
|
---|
1059 | ".SH EXAMPLES\r\n"
|
---|
1060 | " \r\n"
|
---|
1061 | "EXAMPLES:\r\n"
|
---|
1062 | " * To display the volume of the current file system:\r\n"
|
---|
1063 | " fs0:\> vol\r\n"
|
---|
1064 | " \r\n"
|
---|
1065 | " * To change the label of fs0:\r\n"
|
---|
1066 | " Shell> vol fs0 -n help_test\r\n"
|
---|
1067 | " \r\n"
|
---|
1068 | " * To delete the volume label of fs0:\r\n"
|
---|
1069 | " fs0:\> vol fs0 -d\r\n"
|
---|
1070 | ".SH RETURNVALUES\r\n"
|
---|
1071 | " \r\n"
|
---|
1072 | "RETURN VALUES:\r\n"
|
---|
1073 | " SHELL_SUCCESS The action was completed as requested.\r\n"
|
---|
1074 | " SHELL_INVALID_PARAMETER One of the passed-in parameters was incorrectly\r\n"
|
---|
1075 | " formatted or its value was out of bounds.\r\n"
|
---|
1076 | " SHELL_SECURITY_VIOLATION This function was not performed due to a security\r\n"
|
---|
1077 | " violation.\r\n"
|
---|
1078 | " SHELL_NOT_FOUND The target file-system was not found.\r\n"
|
---|
1079 |
|
---|