File: module-setup.sh

package info (click to toggle)
dracut 109-6exp1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,868 kB
  • sloc: sh: 24,511; ansic: 5,234; makefile: 346; perl: 186; python: 48; javascript: 19
file content (13 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

check() {
    return 255
}

depends() {
    echo base
}

install() {
    inst_hook pre-pivot 90 "$moddir/modules-export.sh"
}