95rootfs-block: Correctly terminate commandline parameter
commit4b6b46bb2aa9e6a72f96501888035f2d38b82266
authorHannes Reinecke <hare@suse.de>
Thu, 11 Dec 2014 14:46:32 +0000 (11 15:46 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 16 Dec 2014 12:29:37 +0000 (16 13:29 +0100)
tree86e1ef37c8d76f754b30667d53da82a6f02f7edf
parentfe116c1670c622fa117a7765abb17c976cc48333
95rootfs-block: Correctly terminate commandline parameter

95rootfs-block would not terminate the commandline parameter with
a space or newline, instead it'll rely on the main routine from
dracut.sh to do this.
Which will cause unexpected problems for any modules called
after this.

So terminate the commandline parameters correctly here and remove
the newline from dracut.sh.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Thomas Renninger <trenn@suse.de>
dracut.sh
modules.d/95rootfs-block/module-setup.sh