Add command for opening anaconda log file to history

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>
This commit is contained in:
Martin Kolman 2013-05-13 16:34:40 +02:00 committed by Brian C. Lane
parent 2b9f0afbac
commit e1b51a8aac

View File

@ -7,3 +7,4 @@ echo b > /proc/sysrq-trigger
dmsetup table
multipath -d
HOME=/root chroot /mnt/sysimage bash -l -i
less /tmp/anaconda.log