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:
parent
7cab7fc5bc
commit
cfa82ee93f
@ -1,3 +1,4 @@
|
|||||||
|
kill -USR1 `cat /var/run/anaconda.pid`
|
||||||
kill -USR2 `cat /var/run/anaconda.pid`
|
kill -USR2 `cat /var/run/anaconda.pid`
|
||||||
kill -HUP `cat /var/run/anaconda.pid`
|
kill -HUP `cat /var/run/anaconda.pid`
|
||||||
udevadm info --export-db | less
|
udevadm info --export-db | less
|
||||||
|
Loading…
Reference in New Issue
Block a user