[systemd-devel] kernel-install questions

2013-09-25 Thread Tom Gundersen
Hi Harald, I have been looking at integrating kernel-install with Arch and I ran across a few questions: *) With /boot on fat, 'add' fails for me due to not being able to use cp --preserve. How is this meant to work (or was it just not tested on fat)? Dropping --preserve makes it work for me.

Re: [systemd-devel] kernel-install questions

2013-09-25 Thread Tom Gundersen
On Wed, Sep 25, 2013 at 3:35 PM, Tom Gundersen t...@jklm.no wrote: [1mdiff --git a/Makefile b/Makefile [m [1mindex 8d0668f..248d59c 100644 [m [1m--- a/Makefile [m [1m+++ b/Makefile [m [36m@@ -335,7 +335,7 @@ [m [mOBJCOPY = $(CROSS_COMPILE)objcopy [m OBJDUMP = $(CROSS_COMPILE)objdump

Re: [systemd-devel] kernel-install questions

2013-09-25 Thread Kay Sievers
On Wed, Sep 25, 2013 at 3:35 PM, Tom Gundersen t...@jklm.no wrote: I have been looking at integrating kernel-install with Arch and I ran across a few questions: *) With /boot on fat, 'add' fails for me due to not being able to use cp --preserve. How is this meant to work (or was it just not

Re: [systemd-devel] kernel-install questions

2013-09-25 Thread Tom Gundersen
On Wed, Sep 25, 2013 at 4:37 PM, Kay Sievers k...@vrfy.org wrote: On Wed, Sep 25, 2013 at 3:35 PM, Tom Gundersen t...@jklm.no wrote: *) With /boot on fat, 'add' fails for me due to not being able to use cp --preserve. How is this meant to work (or was it just not tested on fat)? Dropping

Re: [systemd-devel] kernel-install questions

2013-09-25 Thread Marc-Antoine Perennou
On 26 September 2013 00:20, Tom Gundersen t...@jklm.no wrote: On Wed, Sep 25, 2013 at 4:37 PM, Kay Sievers k...@vrfy.org wrote: On Wed, Sep 25, 2013 at 3:35 PM, Tom Gundersen t...@jklm.no wrote: *) With /boot on fat, 'add' fails for me due to not being able to use cp --preserve. How is this

Re: [systemd-devel] kernel-install questions

2013-09-25 Thread Colin Guthrie
'Twas brillig, and Marc-Antoine Perennou at 25/09/13 16:26 did gyre and gimble: On 26 September 2013 00:20, Tom Gundersen t...@jklm.no wrote: On Wed, Sep 25, 2013 at 4:37 PM, Kay Sievers k...@vrfy.org wrote: On Wed, Sep 25, 2013 at 3:35 PM, Tom Gundersen t...@jklm.no wrote: *) With /boot on

Re: [systemd-devel] kernel-install questions

2013-09-25 Thread Kay Sievers
On Wed, Sep 25, 2013 at 9:50 PM, Colin Guthrie gm...@colin.guthr.ie wrote: [root@jimmy ~]# cp --preserve /etc/hostname /boot; echo $? 0 [root@jimmy ~]# cp --preserve /home/colin/.bashrc /boot/test; echo $? cp: failed to preserve ownership for ‘/boot/test’: Operation not permitted 1 So it