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

2014-03-20 Thread Levente Kurusa
Hi, 2014-03-20 22:35 GMT+01:00 Alexander Holler : > The initramfs generation is broken for file and directory names which contain > colons or spaces. Print an error and don't try to continue. > > Tests: > > cd linux > make defconfig > echo 'CONFIG_BLK_DEV_INITRD=y' >> .config > echo 'CONFIG_INITRA

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

2014-03-20 Thread Alexander Holler
The initramfs generation is broken for file and directory names which contain colons or spaces. Print an error and don't try to continue. Tests: cd linux make defconfig echo 'CONFIG_BLK_DEV_INITRD=y' >> .config echo 'CONFIG_INITRAMFS_ROOT_UID=0' >>.config echo 'CONFIG_INITRAMFS_ROOT_GID=0' >>.con