]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
add missing editor format commands
authorHarald Hoyer <harald@redhat.com>
Wed, 23 Feb 2011 08:41:08 +0000 (09:41 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 23 Feb 2011 08:41:08 +0000 (09:41 +0100)
modules.d/90crypt/probe-keydev.sh
modules.d/95fstab-sys/mount-sys.sh

index 04a0e096117192362f968dd72ed9457c539a3089..67a62f7db46242418f91ec910f510a7dfb6ac9a0 100755 (executable)
@@ -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
 
index e8260daf66b6893f65b6cb72f0104ff03e657ad4..266576e96cf462431812680167a41041bbf43314 100755 (executable)
@@ -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