2f477626fa
...turns out you can't just have a single template file, because lorax just picks a single directory and expects all the data it needs to be there. Sigh. So this adds all the rest of the files, plus some Makefile machinery for generating a tarball and updating the specfile after you've checked in changes. See README for details.
12 lines
332 B
Bash
12 lines
332 B
Bash
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
|