diff options
| author | Peter Jones <pjones@redhat.com> | 2010-05-13 14:36:20 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2010-05-25 17:17:36 -0400 |
| commit | 51876c5b47ab5c8a40d35aac983332591c6bfbe3 (patch) | |
| tree | 5d98ec91fbd3f149952af54a9846a07e29eee601 /scripts | |
| parent | 87ab1ab2a3aa8b95cd75b2f37e0881e5f57656a5 (diff) | |
Add some more stuff to .bash_history
Add commands I wind up using often to .bash_history .
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 76dbcc159..293cb4dea 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -920,6 +920,9 @@ 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 EOF cp /usr/share/doc/python-devel-*/gdbinit $MBD_DIR/.gdbinit |
