Hi Orna,
I'm thinking of renting a room for Stand-up philosophy sessions where
people can donate money at any time.
Thanks for letting me reply to the list . I opted for that.
Regards,
-- Shlomi Fish
On Mon, Jul 7, 2014 at 10:35 PM, Orna Agmon Ben-Yehuda
wrote:
> Shlomi,
>
> You said you we
hello
i am dealing with rootfs images i install on embedded linux
from time to time i update the rootfs - add some file, remove other,
update others, mknod etc ...
currently, when i do this, i need to reinstall the image
i am looking to create a patch, i can patch an old rootfs to update it
Hi all,
you can find the Indiegogo campaign here:
*
https://www.indiegogo.com/projects/emma-watson-tech-interview-story-make-ccby/x/8136150
* https://twitter.com/shlomif/status/486970414610923520
* https://www.facebook.com/shlomi.fish/posts/10152143825556981
* https://plus.google.com/+ShlomiFi
Erez D writes:
> hello
>
> i am dealing with rootfs images i install on embedded linux
>
> from time to time i update the rootfs - add some file, remove other,
> update others, mknod etc ...
>
> currently, when i do this, i need to reinstall the image
>
> i am looking to create a patch, i can pa
Simple solution:
1. diff -N, --new-file treat absent files as empty
Comprehensive solution:
2. create git repository on rootfs and work with git init, commit,
diff, git-format-patch, am
On Thu, Jul 10, 2014 at 9:08 AM, Erez D wrote:
> hello
>
>
> i am dealing with rootfs images