Re: [PATCH 2/2 v3] initramfs: print error and shell out for unsupported content

2014-04-01 Thread Alexander Holler
Am 01.04.2014 14:23, schrieb Michal Marek: On 2014-04-01 13:23, Alexander Holler wrote: But as I already said, trying to use arbitrary filenames in a Makefile doesn't really work. There are still other problems, e.g. filenames with a / (directory separator), *, or some of the special make variab

Re: [PATCH 2/2 v3] initramfs: print error and shell out for unsupported content

2014-04-01 Thread Michal Marek
On 2014-04-01 13:23, Alexander Holler wrote: > But as I already said, trying to use arbitrary filenames in a Makefile > doesn't really work. There are still other problems, e.g. filenames with > a / (directory separator), *, or some of the special make variables like $<. > > So the really workin

Re: [PATCH 2/2 v3] initramfs: print error and shell out for unsupported content

2014-04-01 Thread Alexander Holler
Am 31.03.2014 22:31, schrieb Michal Marek: Dne 22.3.2014 19:22, Alexander Holler napsal(a): Am 22.03.2014 13:29, schrieb Alexander Holler: The initramfs generation is broken for file and directory names which contain colons, spaces and other unusual characters. Print an error and don't try to c

Re: [PATCH 2/2 v3] initramfs: print error and shell out for unsupported content

2014-03-31 Thread Michal Marek
Dne 22.3.2014 19:22, Alexander Holler napsal(a): > Am 22.03.2014 13:29, schrieb Alexander Holler: >> The initramfs generation is broken for file and directory names which >> contain >> colons, spaces and other unusual characters. Print an error and don't >> try to >> continue. > > (...) >> +#

Re: [PATCH 2/2 v3] initramfs: print error and shell out for unsupported content

2014-03-22 Thread Alexander Holler
Am 22.03.2014 13:29, schrieb Alexander Holler: The initramfs generation is broken for file and directory names which contain colons, spaces and other unusual characters. Print an error and don't try to continue. (...) + # Files and directories with spaces and colons are unsupported. +

[PATCH 2/2 v3] initramfs: print error and shell out for unsupported content

2014-03-22 Thread Alexander Holler
The initramfs generation is broken for file and directory names which contain colons, spaces and other unusual characters. Print an error and don't try to continue. Some tests: cd linux make defconfig echo 'CONFIG_BLK_DEV_INITRD=y' >> .config echo 'CONFIG_INITRAMFS_ROOT_UID=0' >>.config echo 'CON