Bug 1045603

Summary: installation image ships with a .bash_history
Product: Red Hat Enterprise Linux 7 Reporter: Bill Nottingham <notting>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Release Test Team <release-test-team>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: dshea, notting, rvokal
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-06 19:28:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Bill Nottingham 2013-12-20 20:15:45 UTC
Description of problem:

The bash history in /root has:

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
grep -v _yum_lock /tmp/packaging.log

Version-Release number of selected component (if applicable):

Beta Workstation tree


Steps to Reproduce:
1. Hit up arrow on VT2

Comment 2 Chris Lumens 2014-01-02 15:22:48 UTC
I take it the real problem is this is appearing in the installed system on live installs?

Comment 3 Bill Nottingham 2014-01-06 19:14:27 UTC
I didn't check that. I just noticed it,  and figured it was worth noting in bugzilla.

Comment 4 David Shea 2014-01-06 19:28:44 UTC
It's added to the install image intentionally as a way of easily getting to a handful of helpful commands without necessarily knowing what keymap is active.

Comment 5 Chris Lumens 2014-01-06 20:49:03 UTC
And also because we're too lazy to type out that udevadm crud every time.