2009-07-29 19:34:48 +00:00
|
|
|
#!/bin/bash
|
2011-07-21 10:48:58 +00:00
|
|
|
|
2009-08-14 13:30:28 +00:00
|
|
|
inst "/bin/date" "/bin/date"
|
2011-07-21 10:48:58 +00:00
|
|
|
inst "/bin/sync" "/bin/sync"
|
2009-09-15 17:05:01 +00:00
|
|
|
inst "/usr/bin/reboot" "/bin/reboot"
|
2011-07-21 10:48:58 +00:00
|
|
|
inst "/sbin/makedumpfile" "/sbin/makedumpfile"
|
2011-07-25 11:38:43 +00:00
|
|
|
inst "/etc/kdump.conf" "/etc/kdump.conf"
|
|
|
|
inst "$moddir/kdump-lib.sh" "/lib/kdump-lib.sh"
|
2011-07-21 10:48:58 +00:00
|
|
|
inst_hook pre-pivot 01 "$moddir/kdump_localfs.sh"
|
|
|
|
|