2009-07-29 19:34:48 +00:00
|
|
|
#!/bin/bash
|
2009-08-11 20:07:23 +00:00
|
|
|
rm -f $initdir/init
|
2009-07-29 19:34:48 +00:00
|
|
|
inst "/etc/kdump-adv-conf/init" "/init"
|
2009-08-14 13:30:28 +00:00
|
|
|
inst "/bin/date" "/bin/date"
|
2009-09-15 17:05:01 +00:00
|
|
|
inst "/usr/bin/reboot" "/bin/reboot"
|