Re: Which company or individual can sponsor me on a summer trip to Europe?

2014-07-09 Thread Shlomi Fish
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

diff/patch rootfs

2014-07-09 Thread Erez D
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

[Call-for-Action] Indigogo Campaign for Putting "Emma Watson Getting Interviewed for a Tech Job" under CC-by

2014-07-09 Thread Shlomi Fish
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

Re: diff/patch rootfs

2014-07-09 Thread Oleg Goldshmidt
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

Re: diff/patch rootfs

2014-07-09 Thread Constantine Shulyupin
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