Bug 1045603 - installation image ships with a .bash_history
Summary: installation image ships with a .bash_history
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: anaconda
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-20 20:15 UTC by Bill Nottingham
Modified: 2014-03-17 03:34 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-06 19:28:44 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.