Skip to content

Commit

Permalink
Merge cf94647 into 180882c
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 2, 2019
2 parents 180882c + cf94647 commit d554c5e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/modules/LanItems.rb
Expand Up @@ -193,13 +193,6 @@ def main

Yast.include self, "network/hardware.rb"

# Default values used when creating an emulated NIC for physical s390 hardware.
@s390_defaults = YAML.load_file(Directory.find_data_file("network/s390_defaults.yml")) if Arch.s390

# the defaults here are what sysconfig defaults to
# (as opposed to what a new interface gets, in {#Select)}
@SysconfigDefaults = YAML.load_file(Directory.find_data_file("network/sysconfig_defaults.yml"))

# this is the map of kernel modules vs. requested firmware
# non-empty keys are firmware packages shipped by SUSE
@request_firmware = YAML.load_file(Directory.find_data_file("network/firmwares.yml"))
Expand Down

0 comments on commit d554c5e

Please sign in to comment.