Skip to content

Commit e0d1c98

Browse files
matmaciejefilipleple
authored andcommitted
lib/bios/menus.robot: bsdinstall-related slicing changes removed
Signed-off-by: Mateusz Maciejewski <[email protected]>
1 parent b6610ee commit e0d1c98

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

dasharo-compatibility/os-pfsense.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PFS002.502 Boot pfSense LTS CE (serial output) from disk
3434
Power On
3535
Boot PfSense
3636

37-
PFS003.502 Boot pfSense LTS CE (serial output) from diskt
37+
PFS003.502 Boot pfSense LTS CE (serial output) from disk
3838
[Documentation] Boot pfSense LTS CE (serial output) from disk after cold-boot
3939
@{supported_power_ctrls}= Create List RteCtrl sonoff
4040
Skip If '${POWER_CTRL}' not in ${supported_power_ctrls}

lib/bios/menus.robot

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,12 +354,9 @@ Parse Menu Snapshot Into Construction
354354
@{construction}= Create List
355355
FOR ${line} IN @{menu_lines}
356356
# 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}
358358
# Remove leading and trailing spaces
359359
${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)
363360
# Drop leading and trailing pipes (e.g. in One Time Boot Menu)
364361
${line}= Strip String ${line} characters=|
365362
# Remove leading and trailing spaces

lib/bsd.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Enter PfSense Rescue Shell
4343
${construction}= Parse Menu Snapshot Into Construction ${menu} 5 3
4444
Enter Submenu From Snapshot
4545
... ${construction}
46-
... Rescue Shell${SPACE*8}Launch a shell for rescue operations
46+
... Rescue Shell Launch a shell for rescue operations
4747
... "APP"
4848
Set Prompt For Terminal ${DEVICE_OS_RESCUE_PROMPT}
4949

0 commit comments

Comments
 (0)