]> git.ipfire.org Git - thirdparty/dracut.git/blob - modules.d/45ifcfg/module-setup.sh
s#/dev/.run#/run#g
[thirdparty/dracut.git] / modules.d / 45ifcfg / module-setup.sh
1 #!/bin/bash
2 # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
3 # ex: ts=8 sw=4 sts=4 et filetype=sh
4
5 check() {
6 return 255
7 }
8
9 depends() {
10 return 0
11 }
12
13 install() {
14 inst_hook pre-pivot 85 "$moddir/write-ifcfg.sh"
15 }
16