Skip to content

Commit

Permalink
ignore SIGHUP in YaST2.Second-Stage to make autoyast installs with se…
Browse files Browse the repository at this point in the history
…rial console succeed again (bnc#825728, bnc#823224)
  • Loading branch information
Thomas Fehr committed Jun 24, 2013
1 parent 9d6e8de commit a9c9601
Showing 1 changed file with 7 additions and 0 deletions.
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 a9c9601

Please sign in to comment.