Add trigger for Anaconda's exception handling to bash_history

Sending SIGUSR1 to the Anaconda process raises an exception with
some random data. This can be used to test exception handling and
bug reporting.
This commit is contained in:
Vratislav Podzimek 2013-01-18 10:06:37 +01:00
parent 7cab7fc5bc
commit cfa82ee93f
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
kill -USR1 `cat /var/run/anaconda.pid`
kill -USR2 `cat /var/run/anaconda.pid`
kill -HUP `cat /var/run/anaconda.pid`
udevadm info --export-db | less