Skip to content

Commit

Permalink
Merge pull request #655 from yast/save_y2log
Browse files Browse the repository at this point in the history
save_y2logs: save also /linuxrc.config and /etc/os-release files
  • Loading branch information
lslezak committed Dec 8, 2017
2 parents 2571589 + 7aa19c2 commit 5f31e6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 8 11:24:46 UTC 2017 - lslezak@suse.cz

- save_y2logs: save also /linuxrc.config and /etc/os-release files
for easier debugging

-------------------------------------------------------------------
Tue Dec 5 17:01:44 UTC 2017 - jlopez@suse.com

Expand Down
2 changes: 1 addition & 1 deletion scripts/save_y2logs
Expand Up @@ -130,7 +130,7 @@ cd /

FILES='\
etc/X11/xorg.conf etc/X11/xorg.conf.install \
etc/X11/xorg.conf.d \
etc/X11/xorg.conf.d linuxrc.config etc/os-release \
'
for i in $FILES ; do
[ -e "$i" ] && LIST="$LIST $i"
Expand Down

0 comments on commit 5f31e6d

Please sign in to comment.