Skip to content

Commit e6272b7

Browse files
initrd/.ash_history: Add comments after reboot/poweroff
Add comments after reboot/poweroff to clarify what they do. These commands are here partly for discoverability by users who might not know what to do in a recovery shell, so clarifying their purpose helps those users figure out what to do. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
1 parent af5eb2e commit e6272b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

initrd/.ash_history

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ seal-totp
1616
cbmem --console | grep '^ME'
1717
cbmem --console | less
1818
# Reboot/power off (important for devices with no keyboard to escape recovery shell)
19-
reboot
20-
poweroff
19+
reboot # Press Enter with this command to reboot
20+
poweroff # Press Enter with this command to power off

0 commit comments

Comments
 (0)