Re: [PATCH] x86, efi: Allow slash in file path of initrd

2013-01-07 Thread Matt Fleming
On Thu, 2012-12-20 at 19:33 +0800, Lee, Chun-Yi wrote: > When initrd file didn't put at the same place with stub kernel, we > need give the file path of initrd, but need use backslash to separate > directory and file. It's not friendly to unix/linux user, and not so > intuitive for bootloader forwa

[PATCH] x86, efi: Allow slash in file path of initrd

2012-12-20 Thread Lee, Chun-Yi
When initrd file didn't put at the same place with stub kernel, we need give the file path of initrd, but need use backslash to separate directory and file. It's not friendly to unix/linux user, and not so intuitive for bootloader forward paramters to efi stub kernel by chainloading. This patch ad