Skip to content

Commit 02ee33f

Browse files
pothoskrnowak
andauthored
Update minimal-init
Co-authored-by: Krzesimir Nowak <[email protected]>
1 parent 0d8c0af commit 02ee33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minimal-init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cmdline_arg() {
2020
}
2121

2222
emergency() {
23-
echo "ERROR: The early initrd has failed. To active debug shell breakpoints, boot with rd.earlyshell in the kernel cmdline, and to active tracing, boot with rd.earlytrace" >&2
23+
echo "ERROR: The early initrd has failed. To activate debug shell breakpoints, boot with rd.earlyshell in the kernel cmdline, and to activate tracing, boot with rd.earlytrace" >&2
2424
if read -s -p "Press Enter for emergency shell or wait 60 seconds for reboot." -t 60; then
2525
echo >&2; echo "Entering emergency mode. Exit the shell to retry /init (you might need to clean up mounts first) or reboot with 'reboot -f'." >&2
2626
busybox sh || true

0 commit comments

Comments
 (0)