[Libguestfs] [PATCH] Change handling of spaces on Linux kernel command line

Jim Meyering jim at meyering.net
Tue Sep 22 10:54:11 UTC 2009


Richard W.M. Jones wrote:
...
> Subject: [PATCH] Change handling of spaces on Linux kernel command line.
...
> +              "%s "             /* (selinux) */
> +              "%s "             /* (vmchannel) */
> +              "%s "             /* (verbose) */
>                "%s",             /* (append) */
> -              g->selinux ? "selinux=1 enforcing=0 " : "selinux=0 ",
> +              g->selinux ? "selinux=1 enforcing=0" : "selinux=0",
>                vmchannel ? vmchannel : "",
> -              g->verbose ? "guestfs_verbose=1 " : "",
> +              g->verbose ? "guestfs_verbose=1" : "",

ACK.  Nice to have them all in one place.
Thanks.




More information about the Libguestfs mailing list