e1b51a8aac
Add a command that opens the anaconda.log file located in /tmp with less. The command is added as the most recently used. Signed-off-by: Martin Kolman <mkolman@gmail.com>
11 lines
295 B
Bash
11 lines
295 B
Bash
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
|
|
tail -f /tmp/storage.log
|
|
echo b > /proc/sysrq-trigger
|
|
dmsetup table
|
|
multipath -d
|
|
HOME=/root chroot /mnt/sysimage bash -l -i
|
|
less /tmp/anaconda.log
|