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

Gmoro #62

Merged
merged 12 commits into from
Feb 26, 2020
Merged

Gmoro #62

merged 12 commits into from
Feb 26, 2020

Conversation

gmoro
Copy link
Collaborator

@gmoro gmoro commented Jan 21, 2020

Fix bsc#1161068
Fix coding style and some UI parts

Guilherme added 3 commits January 21, 2020 14:57
Fix capitalisation on messages

Fix logic operation to ignore wireless config
Create an ifcfg-* config for all non wireless interfaces
even when the cable is disconnected
@gmoro gmoro requested a review from Vogtinator January 21, 2020 15:41
files/usr/lib/jeos-firstboot Outdated Show resolved Hide resolved
files/usr/share/jeos-firstboot/raspberrywifi Outdated Show resolved Hide resolved
files/usr/lib/jeos-firstboot Outdated Show resolved Hide resolved
d=${p##*/}

# On Rpi create a configuration file for each interface detected
# even when no cable connected
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That needs some discussion:

  • Runs even on non-RPi. The is_raspberry check is below.
  • Why just for the RPi? It's an unexpected difference
  • It can be a (negative) surprise in general to have this configured for an unused interface. There should at least be a dialog "DHCP enabled for these interfaces: eth0"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, let's discuss that later then.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed to have all interfaces configured with DHCP, at least while we don't have a way to re-run the network configuration standalone, and just for RPi as if applied to the virtual ones would be a difference in behaviour (currently we configure just the first one connected).

files/usr/share/jeos-firstboot/raspberrywifi Outdated Show resolved Hide resolved
Guilherme added 4 commits January 28, 2020 08:08
drop useless comment
Create DHCP config for network devices with no cable connected
@gmoro gmoro requested a review from Vogtinator January 31, 2020 17:27
Copy link
Member

@Vogtinator Vogtinator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed, should have the no-acceptance-needed check and the additional DHCP config removed

files/usr/lib/jeos-firstboot Outdated Show resolved Hide resolved
@Vogtinator Vogtinator merged commit 95cfe28 into master Feb 26, 2020
@gmoro gmoro deleted the gmoro branch February 27, 2020 19:28
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

Successfully merging this pull request may close these issues.

None yet

4 participants