6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
rm -f $initdir/init
|
|
inst "/etc/kdump-adv-conf/init" "/init"
|
|
inst "/bin/date" "/bin/date"
|
|
inst "/usr/bin/reboot" "/bin/reboot"
|