Re: [systemd-devel] [PATCH v2] efi-boot-generator: Continue if /boot does not exist

2015-04-13 Thread Tobias Hunger
Hi Zbigniew, thanks for merging my rumblings. I was thinking about merging those lines, but at this point I really do not feel comfortable enough to change code just to make it look better to me:-) Maybe a few patches down the line I'll get to that point. Now I just need to wait for a systemd

Re: [systemd-devel] [PATCH v2] efi-boot-generator: Continue if /boot does not exist

2015-04-12 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Apr 12, 2015 at 06:49:41PM +0200, Lennart Poettering wrote: On Sat, 11.04.15 02:13, Tobias Hunger (tobias.hun...@gmail.com) wrote: /boot does not exist on a stateless system, so do not get confused by that. --- src/efi-boot-generator/efi-boot-generator.c | 5 - 1 file

Re: [systemd-devel] [PATCH v2] efi-boot-generator: Continue if /boot does not exist

2015-04-12 Thread Lennart Poettering
On Sat, 11.04.15 02:13, Tobias Hunger (tobias.hun...@gmail.com) wrote: /boot does not exist on a stateless system, so do not get confused by that. --- src/efi-boot-generator/efi-boot-generator.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[systemd-devel] [PATCH v2] efi-boot-generator: Continue if /boot does not exist

2015-04-10 Thread Tobias Hunger
/boot does not exist on a stateless system, so do not get confused by that. --- src/efi-boot-generator/efi-boot-generator.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/efi-boot-generator/efi-boot-generator.c b/src/efi-boot-generator/efi-boot-generator.c index