From e1b51a8aac8f4a1d1598fb650acb13fc01d0b4e8 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Mon, 13 May 2013 16:34:40 +0200 Subject: [PATCH] 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 --- share/config_files/common/bash_history | 1 + 1 file changed, 1 insertion(+) diff --git a/share/config_files/common/bash_history b/share/config_files/common/bash_history index d5ad3f27..31035e9d 100644 --- a/share/config_files/common/bash_history +++ b/share/config_files/common/bash_history @@ -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