Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIFI/SSH configuration #73

Closed
schwa opened this issue May 26, 2020 · 2 comments
Closed

WIFI/SSH configuration #73

schwa opened this issue May 26, 2020 · 2 comments

Comments

@schwa
Copy link

schwa commented May 26, 2020

It would be nice if rbi-imager could configure ssh and wifi on a newly burnt sd card.

@lurch
Copy link
Contributor

lurch commented May 26, 2020

Duplicate of #12

@ghollingworth
Copy link
Contributor

The Raspberry Pi Imager application was designed with simplicity in mind, giving the user the smallest number of choices, in the simplest language possible.

Any request that requires extra 'options' or buttons, or may in any way confuse a beginner will not be implemented.

This functionality could only be implemented by adding extra options to the user interface.

maxnet added a commit that referenced this issue Jan 17, 2021
- Adds "hidden" shift+ctrl+X shortcut for eXpert image customization
  options.

Allows one to set certain options on RPI OS images, namely:

* disable overscan
* set hostname
* enable ssh and
  - set Pi user password if using password authentication
  OR
  - set authorized_keys
    (if running Imager on Linux/Mac this will
     have contents of ~/.ssh/id_rsa.pub prefilled)
* configure wifi settings
  (if computer running Imager is connected by wifi it will
  prefill wifi SSID and if on Windows also PSK).
* set time zone and keyboard layout

  Related to feature requests/issues:
  Ref #127
  Ref #86
  Ref #102
  Ref #73
  Ref #68
  Ref #25
  Ref #12

- Option Window also allows setting a couple other general settings:

* Adds option for audible notification (beep) when imaging completes.
  Closes #46

* Adds option not to eject media when done.
  Closes #144

- No longer suspends a number of Windows services during Imaging
  (We want Windows to detect the drive and mount it, or we may
   not be able to alter files on FAT partition).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants