1f69f4cf64
SVN-Revision: 27501
7 lines
111 B
Bash
7 lines
111 B
Bash
#!/bin/sh
|
|
|
|
define_default_set_state() {
|
|
. /etc/diag.sh
|
|
}
|
|
|
|
boot_hook_add preinit_main define_default_set_state
|