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

Improve installer to take wireless credentials #221

Open
kaihendry opened this issue Jul 23, 2015 · 2 comments
Open

Improve installer to take wireless credentials #221

kaihendry opened this issue Jul 23, 2015 · 2 comments
Assignees

Comments

@kaihendry
Copy link
Member

Breaking an install boot and entering say wpa-ssid=home wpa-psk=uiopzxcv is just too hard. This is what people would have to do if they had no chance of getting a wired connection going.

The steps currently are:

  1. Install Webconverger
  2. Hold ALT to edit syslinux boot line
  3. Boot and hopefully connect to wifi
  4. Create config with wifi settings and add terminal to config
  5. Reboot and ... hold ALT again to pass in the wifi settings
  6. Now Webconverger should be configured.

It really should be:

  1. Install Webconverger... if wlan0 detected prompt for essid and psk
  2. Write essid and psk to installed /etc/webc/cmdline
  3. Reboot and configure etc etc

WDYT @matthijskooijman ?

@matthijskooijman
Copy link
Member

Write essid and psk to installed /etc/webc/cmdline

That won't work - that file comes from git. What would work is writing stuff to the bootloader config / kernel commandline, but then you would have to make sure that those settings are copied over to the new bootloader config on every upgrade. A general solution would be to use a keep_append option, already implemented here: bizplay/kiosk-os-chroot@9d5b836

@kaihendry
Copy link
Member Author

Video here shows how clumsy the Wireless setup process is: https://www.youtube.com/watch?v=f8xR42iDQ2c

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

2 participants