Skip to content

Commit

Permalink
Merge pull request #52 from thomas-fehr/master
Browse files Browse the repository at this point in the history
ignore SIGHUP in YaST2.Second-Stage to avoid broken autoinstall with serial console
  • Loading branch information
jsuchome committed Jul 29, 2013
2 parents 675dca4 + 9a0e518 commit 33e0011
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 29 13:43:13 CEST 2013 - fehr@suse.de

- ignore SIGHUP in YaST2.Second-Stage to make autoyast installs
with serial console succeed again (bnc#825728, bnc#823224)

-------------------------------------------------------------------
Thu Jul 11 12:23:36 CEST 2013 - aschnell@suse.de

Expand Down
7 changes: 7 additions & 0 deletions startup/YaST2.Second-Stage
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
#----------------
#set -x

# when installing over serial console, something sents SIGHUP to
# YaST2.Second-Stage which causes second stage of install to not
# be executed which in turn leads to broken autoyast installs
# (e.g. bnc#825728, bnc#823224).
# Ignoring SIGHUP seems easiest workaround here
trap "" SIGHUP

. /etc/YaST2/XVersion

#=============================================
Expand Down

0 comments on commit 33e0011

Please sign in to comment.