diff options
| author | Peter Jones <pjones@redhat.com> | 2010-01-20 17:47:10 -0500 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2010-01-21 15:56:34 -0500 |
| commit | 8e462f4d36eff0880ae2fcb6d495c194abf3ff20 (patch) | |
| tree | 7d40e348b69e3fcf3a1e985b04f82a6fcd96559b /scripts | |
| parent | 8525e84b08f7fe6a390abfbd8b7e7916e59611fb (diff) | |
| download | anaconda-8e462f4d36eff0880ae2fcb6d495c194abf3ff20.tar.gz anaconda-8e462f4d36eff0880ae2fcb6d495c194abf3ff20.tar.xz anaconda-8e462f4d36eff0880ae2fcb6d495c194abf3ff20.zip | |
Add another command to .bash_history.
This adds "tail -f /tmp/storage.log" to .bash_history in the install
environment.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 75028085a..b635d5e45 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -898,6 +898,7 @@ cat > $MBD_DIR/.bash_history <<EOF kill -USR2 \`cat /var/run/anaconda.pid\` kill -HUP \`cat /var/run/anaconda.pid\` udevadm info --export-db | less +tail -f /tmp/storage.log EOF rm -f $MBD_FSIMAGE |
