10 lines
107 B
Bash
10 lines
107 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
check() {
|
||
|
return 255
|
||
|
}
|
||
|
|
||
|
install() {
|
||
|
inst_hook pre-pivot 50 $moddir/mount_modules.sh
|
||
|
}
|