[systemd-devel] [PATCH 0/9] Allow \: escapes in nspawn command line

2015-05-28 Thread Richard Maw
File paths may contain : characters, and the nspawn command-line argument parser had no way of being able to tell which were part of the paths, or used to separate paths. This is fixable by introducing an escaping mechanism. The --overlay option had a related problem, as it would still fail if

Re: [systemd-devel] [PATCH 0/9] Allow \: escapes in nspawn command line

2015-05-28 Thread Ronny Chevalier
On Thu, May 28, 2015 at 2:02 PM, Richard Maw richard@codethink.co.uk wrote: File paths may contain : characters, and the nspawn command-line argument parser had no way of being able to tell which were part of the paths, or used to separate paths. This is fixable by introducing an escaping