File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ PFS002.502 Boot pfSense LTS CE (serial output) from disk
34
34
Power On
35
35
Boot PfSense
36
36
37
- PFS003.502 Boot pfSense LTS CE (serial output) from diskt
37
+ PFS003.502 Boot pfSense LTS CE (serial output) from disk
38
38
[Documentation] Boot pfSense LTS CE (serial output) from disk after cold-boot
39
39
@{supported_power_ctrls } = Create List RteCtrl sonoff
40
40
Skip If '${POWER_CTRL } ' not in ${supported_power_ctrls }
Original file line number Diff line number Diff line change @@ -354,12 +354,9 @@ Parse Menu Snapshot Into Construction
354
354
@{construction } = Create List
355
355
FOR ${line } IN @{menu_lines }
356
356
# Replace multiple spaces with a single one
357
- # ${line}= Replace String Using Regexp ${line} ${SPACE}+ ${SPACE}
357
+ ${line } = Replace String Using Regexp ${line } ${SPACE } + ${SPACE }
358
358
# Remove leading and trailing spaces
359
359
${line } = Strip String ${line }
360
- # Remove FreeBSD installer frames, this affect slicing process due to removing empty lines
361
- # ${line}= Remove String ${line} x x
362
- ${line } = Remove String Using Regexp ${line } (x x)
363
360
# Drop leading and trailing pipes (e.g. in One Time Boot Menu)
364
361
${line } = Strip String ${line } characters=|
365
362
# Remove leading and trailing spaces
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Enter PfSense Rescue Shell
43
43
${construction } = Parse Menu Snapshot Into Construction ${menu } 5 3
44
44
Enter Submenu From Snapshot
45
45
... ${construction }
46
- ... Rescue Shell${ SPACE*8 } Launch a shell for rescue operations
46
+ ... Rescue Shell Launch a shell for rescue operations
47
47
... "APP"
48
48
Set Prompt For Terminal ${DEVICE_OS_RESCUE_PROMPT }
49
49
You can’t perform that action at this time.
0 commit comments