On 08/06/2015 12:04 AM, Isaac Dunham wrote: > On Wed, Aug 05, 2015 at 08:03:01PM -0700, Isaac Dunham wrote: >> The following changes since commit ea75e752f930df7b740a773294b997f46927c716: >> >> Factor out xconnect(), plus some other small cleanups to telnet.c. >> (2015-08-03 14:34:01 -0500) >> >> are available in the git repository at: >> >> git://github.com/idunham/toybox up >> >> for you to fetch changes up to 991b570a02ce8754bba921e46d953858ed28268c: >> >> Increase compatability of reboot and init (2015-08-05 18:04:34 -0700)
Ooh, "git export-patch first..last" followed by "git am path/0001*" and so on works quite nicely for pull series. What's up with 0005? Adding two headers to mkflags.c: I applied it but dunno what build context requires it? > I guess this commit was a crossed wire. Everything before that should be fine. I removed the second (wrong) SIGINT handler, applied the rest of the series. And _then_ I figured out I need to have the start by _before_ the first patch (start^1) because it doesn't include the starting endpoint in the range for no readily apparently reason. (Git!) So, applied out of order, but I think they're all there now. > For what it's worth, I just set up a small toybox+pdksh system where > toybox had these patches and one other (making mdev autoload modules); > it can now boot to a working system with only pdksh and toybox for > initrd and userland. Cool. :) > If hard-coding "modprobe -bq $MODALIAS" int mdev is desireable, I can send > that; but I suspect it's not quite fit for inclusion. I'd be interested in seeing the patch. Rob _______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
