From: Harald Hoyer Date: Wed, 23 Feb 2011 08:41:08 +0000 (+0100) Subject: add missing editor format commands X-Git-Tag: 009~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d4f1101bcb229156e3062826a34222d2a56bd55;p=thirdparty%2Fdracut.git add missing editor format commands --- diff --git a/modules.d/90crypt/probe-keydev.sh b/modules.d/90crypt/probe-keydev.sh index 04a0e0961..67a62f7db 100755 --- a/modules.d/90crypt/probe-keydev.sh +++ b/modules.d/90crypt/probe-keydev.sh @@ -1,4 +1,6 @@ #!/bin/sh +# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- +# ex: ts=8 sw=4 sts=4 et filetype=sh . /lib/dracut-crypt-lib.sh diff --git a/modules.d/95fstab-sys/mount-sys.sh b/modules.d/95fstab-sys/mount-sys.sh index e8260daf6..266576e96 100755 --- a/modules.d/95fstab-sys/mount-sys.sh +++ b/modules.d/95fstab-sys/mount-sys.sh @@ -1,4 +1,7 @@ #!/bin/sh +# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- +# ex: ts=8 sw=4 sts=4 et filetype=sh + fstab_mount(){ local dev mp type opts rest test -e "$1" || return 1