ValveSoftware / SteamOS

SteamOS community tracker
1.48k stars 69 forks source link

Make most commonly used terminal commands browseable in recovery mode #1459

Closed Managor closed 1 month ago

Managor commented 1 month ago

Please describe your issue in as much detail as possible:

Add the most commonly used commands into the bash history file on the recovery image so that the user can browse them with the dpad without needing a keyboard. Sadly I can't remember what commands I used in the recovery image when I used it so someone would need to go through that process to list them.

Steps for reproducing this issue:

  1. Create a Steam Deck recovery image
  2. Boot it
  3. Go to the terminal and press up on the dpad

Result

Nothing happens

Expected

ome commonly used commands should appear.

kisak-valve commented 1 month ago

Hello @Managor, booting off a recovery image is standalone and can't (and shouldn't) be influenced by the local system user on the SSD. This is one of the natures of the medium that bash history is not available.

Managor commented 1 month ago

That is not what I intended with this request. What I meant was that the image would contain an edited bash history file which would allow for quick access.