Re: [Patch] Fixes and features about live-initramfs

2008-08-12 Thread Steven Shiau
Steven Shiau wrote: Hi, Hi, a general note: please make our lives easier by sending individual patch files for each change. this way, merging/applying them is much easier (most easiest ist though to directly merge from a git tree of yours). Sorry, my bad. Will do that if I submit

Re: [Patch] Fixes and features about live-initramfs

2008-08-12 Thread Daniel Baumann
Steven Shiau wrote: The reason to do so is actually for the PATH in scripts/live, since there is: export PATH=/root/usr/bin:/root/usr/sbin:/root/bin:/root/sbin:/usr/bin:/usr/sbin: /bin:/sbin it appears that there is reason to remove /root/* from the path here. If some exe file in

Re: [Patch] Fixes and features about live-initramfs

2008-08-08 Thread Daniel Baumann
Steven Shiau wrote: Hi, Hi, a general note: please make our lives easier by sending individual patch files for each change. this way, merging/applying them is much easier (most easiest ist though to directly merge from a git tree of yours). I modified some in live-initramfs to make it work

Re: [Patch] Fixes and features about live-initramfs

2008-08-08 Thread Alex Owen
2008/8/8 Daniel Baumann [EMAIL PROTECTED]: Steven Shiau wrote: I modified some in live-initramfs to make it work with fetch=tftp://$IP/@FILE nice. this also requires tftp client to be installed in the initramfs, though (which i've added in the commit after the merge). Sorry if I am talking

Re: [Patch] Fixes and features about live-initramfs

2008-08-08 Thread Daniel Baumann
Alex Owen wrote: Sorry if I am talking out of turn... not got time to look at the code right now but my recollection is that the initramfs contains busybox... and that busybox contains a tftp client. i checked in initramfs for the existence of tftp, but forgot to check that it can be called