]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
parse-kernel.sh must have a shebang
authorPhilippe Seewer <philippe.seewer@bfh.ch>
Fri, 26 Feb 2010 12:21:38 +0000 (13:21 +0100)
committerPhilippe Seewer <philippe.seewer@bfh.ch>
Wed, 3 Mar 2010 16:29:26 +0000 (17:29 +0100)
modules.d/90kernel-modules/parse-kernel.sh

index 59d7870b053981af526547f7dadb1c1c632a4fb3..6278daca881820df8cd3abe234459562269bf60e 100755 (executable)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 for p in $(getargs rdloaddriver=); do 
        modprobe $p
 done