[PATCH] Add command for opening anaconda log file to history

Martin Kolman mkolman at gmail.com
Mon May 13 14:34:40 UTC 2013


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 at gmail.com>
---
 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 d5ad3f2..31035e9 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
-- 
1.8.1.4



More information about the anaconda-patches mailing list