Skip to content

Commit 8253fd3

Browse files
committed
clarify wording in grub doc
1 parent 26e87f5 commit 8253fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/troubleshooting/serial-console-grub-single-user-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ GRUB access in SLES requires bootloader configuration via YaST. To do this, foll
180180
You will be automatically dropped into emergency shell if SLES cannot boot normally. To manually enter the emergency shell, use the following instructions:
181181

182182
1. From GRUB, press 'e' to edit your boot entry (the SLES entry)
183-
1. Look for the kernel line it will start with `linux`
183+
1. Look for the kernel line - it will start with `linux`
184184
1. Append `systemd.unit=emergency.target` to the end of the line
185185
1. Press Ctrl + X to reboot with these settings and enter emergency shell
186186
> Note that you will be dropped into emergency shell with a _read-only_ filesystem. If you want to make any edits to any files, you will need to remount the filesystem with read-write permissions. To do this, enter `mount -o remount,rw /` into the shell

0 commit comments

Comments
 (0)