Skip to content

Commit

Permalink
Showing correct start modus for nfsroot device
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jan 3, 2019
1 parent 00f16d5 commit d248fcf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-network.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 2 17:17:58 CET 2019 - schubi@suse.de

- Showing correct start modus for nfsroot device (bsc#1105692).
- 3.4.2

-------------------------------------------------------------------
Mon Nov 26 09:28:29 UTC 2018 - mfilka@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-network.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-network
Version: 3.4.1
Version: 3.4.2
Release: 0
BuildArch: noarch

Expand Down
4 changes: 4 additions & 0 deletions src/modules/LanItems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,10 @@ def startmode_overview(item_id)
"hotplug" => _(
"Started automatically at boot"
),
# summary description of STARTMODE=nfsroot
"nfsroot" => _(
"Started automatically at boot"
),
# summary description of STARTMODE=ifplugd
"ifplugd" => _(
"Started automatically on cable connection"
Expand Down

0 comments on commit d248fcf

Please sign in to comment.