On Wed, Sep 25, 2013 at 9:50 PM, Colin Guthrie 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 only works if t
'Twas brillig, and Marc-Antoine Perennou at 25/09/13 16:26 did gyre and
gimble:
> On 26 September 2013 00:20, Tom Gundersen wrote:
>> On Wed, Sep 25, 2013 at 4:37 PM, Kay Sievers wrote:
>>> On Wed, Sep 25, 2013 at 3:35 PM, Tom Gundersen wrote:
*) With /boot on fat, 'add' fails for me due to
On 26 September 2013 00:20, Tom Gundersen wrote:
> On Wed, Sep 25, 2013 at 4:37 PM, Kay Sievers wrote:
>> On Wed, Sep 25, 2013 at 3:35 PM, Tom Gundersen 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
On Wed, Sep 25, 2013 at 4:37 PM, Kay Sievers wrote:
> On Wed, Sep 25, 2013 at 3:35 PM, Tom Gundersen 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 "--preserve" makes it
On Wed, Sep 25, 2013 at 3:35 PM, Tom Gundersen 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 tested
On Wed, Sep 25, 2013 at 3:35 PM, Tom Gundersen 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 [m
> AW