From: Harald Hoyer Date: Tue, 29 Mar 2011 09:27:15 +0000 (+0200) Subject: dracut: source reformat with line breaks X-Git-Tag: 010~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2aad23443e995b99dd1477ed018c5ac472a06aea;p=thirdparty%2Fdracut.git dracut: source reformat with line breaks --- diff --git a/dracut b/dracut index 0a96c6675..c156cdb94 100755 --- a/dracut +++ b/dracut @@ -222,7 +222,9 @@ while (($# > 0)); do -H|--hostonly) hostonly_l="yes" ;; --fstab) use_fstab_l="yes" ;; -h|--help) usage; exit 1 ;; - -i|--include) push include_src "$2"; push include_target "$3"; shift 2;; + -i|--include) push include_src "$2" + push include_target "$3" + shift 2;; --bzip2) compress_l="bzip2";; --lzma) compress_l="lzma";; --xz) compress_l="xz";;