From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Hoyer Subject: Re: [PATCH 41/42] 95rootfs-block: Correctly terminate commandline parameter Date: Wed, 17 Dec 2014 13:21:42 +0100 Message-ID: <54917556.4060500@redhat.com> References: <1418309193-11208-1-git-send-email-trenn@suse.de> <1418309193-11208-42-git-send-email-trenn@suse.de> <54915E9C.2050306@redhat.com> <54916198.1060206@suse.de> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <54916198.1060206-l3A5Bk7waGM@public.gmane.org> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="windows-1252" To: Hannes Reinecke , Thomas Renninger Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 17.12.2014 11:57, Hannes Reinecke wrote: > On 12/17/2014 11:44 AM, Harald Hoyer wrote: >> I reverted this patch. >> >> $ ./dracut.sh -l --print-cmdline >> root=3DUUID=3Dd5e53483-30bc-4119-8c0c-841d47a2f76brootflags=3Drw,noa= time,compress=3Dlzo,ssd,discard,space_cache,autodefrag,inode_cacherootf= stype=3Dbtrfs >> >> instead of: >> >> $ ./dracut.sh -l --print-cmdline >> root=3DUUID=3Dd5e53483-30bc-4119-8c0c-841d47a2f76b >> rootflags=3Drw,noatime,compress=3Dlzo,ssd,discard,space_cache,autode= frag,inode_cache rootfstype=3Dbtrfs >> >> and also >> >> $ make testimage >> =85 >> *** Store current command line parameters *** >> Stored kernel commandline: >> root=3DUUID=3Dd5e53483-30bc-4119-8c0c-841d47a2f76brootflags=3Drw,noa= time,compress=3Dlzo,ssd,discard,space_cache,autodefrag,inode_cacherootf= stype=3Dbtrfs >> =85 >> > Any specific reason for this? > Errors, failures? reread what I wrote above... The parameters are _not_ separated by whit= espace and I really don't know, what you wanted to accomplish with your patch.= Are newlines missing in your patch?