0236440581
move arch-specific stuff to arch-specific subdirs and move all the common stuff to a subdir named 'common'. Also, rename '.profile' and '.bash_history' so you actually see them when you 'ls' the 'common' dir. also added some helpful(?) comments to the templates.
9 lines
233 B
Bash
9 lines
233 B
Bash
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
|