Re: RFC: auto-load of D-I drivers in GNU/kFreeBSD

2012-03-17 Thread Robert Millan
El 17 de març de 2012 18:24, Otavio Salvador ha escrit: > On Fri, Mar 16, 2012 at 19:07, Robert Millan wrote: >> I'm proposing a new plan to factor in the lack of libstdc++6-udeb: >> >> 1- Add devd-udeb package (by linking libstdc++ statically into the >> executable) > > For me this looks the th

Re: RFC: auto-load of D-I drivers in GNU/kFreeBSD

2012-03-17 Thread Otavio Salvador
On Fri, Mar 16, 2012 at 19:07, Robert Millan wrote: > I'm proposing a new plan to factor in the lack of libstdc++6-udeb: > > 1- Add devd-udeb package (by linking libstdc++ statically into the executable) For me this looks the the right way to go for now. -- Otavio Salvador                     

Re: RFC: auto-load of D-I drivers in GNU/kFreeBSD

2012-03-16 Thread Robert Millan
I'm proposing a new plan to factor in the lack of libstdc++6-udeb: 1- Add devd-udeb package (by linking libstdc++ statically into the executable) 2- Start devd in src/sbin/init-kfreebsd (rather than /lib/debian-installer-startup.d, since we need to provide USB serial devices before init, as per #

Re: libstdc++6-udeb package (Re: RFC: auto-load of D-I drivers in GNU/kFreeBSD)

2012-03-11 Thread Bastian Blank
On Sun, Mar 11, 2012 at 05:37:35PM -0300, Otavio Salvador wrote: > On Sun, Mar 11, 2012 at 17:27, Bastian Blank wrote: > > Reducing libstdc++ with mklibs is tricky, so only the unreduced lib can > > be included into the boot image. C++ is controversial, because the > > output is usually rather lar

Re: libstdc++6-udeb package (Re: RFC: auto-load of D-I drivers in GNU/kFreeBSD)

2012-03-11 Thread Robert Millan
El 11 de març de 2012 21:27, Bastian Blank ha escrit: > On Sun, Mar 11, 2012 at 08:07:46PM +0100, Robert Millan wrote: >> El 5 de març de 2012 21:51, Robert Millan ha escrit: >> > 1- Add libstdc++6-udeb package (needed by devd). >> Oh, I wasn't aware that libstdc++ udeb had already been proposed,

Re: libstdc++6-udeb package (Re: RFC: auto-load of D-I drivers in GNU/kFreeBSD)

2012-03-11 Thread Otavio Salvador
On Sun, Mar 11, 2012 at 17:27, Bastian Blank wrote: > Reducing libstdc++ with mklibs is tricky, so only the unreduced lib can > be included into the boot image. C++ is controversial, because the > output is usually rather large. IIRC you stared working on a reduced stdc++ library, didn't you? --

Re: libstdc++6-udeb package (Re: RFC: auto-load of D-I drivers in GNU/kFreeBSD)

2012-03-11 Thread Bastian Blank
On Sun, Mar 11, 2012 at 08:07:46PM +0100, Robert Millan wrote: > El 5 de març de 2012 21:51, Robert Millan ha escrit: > > 1- Add libstdc++6-udeb package (needed by devd). > Oh, I wasn't aware that libstdc++ udeb had already been proposed, and > it seems to be a controversial topic... Reducing lib

libstdc++6-udeb package (Re: RFC: auto-load of D-I drivers in GNU/kFreeBSD)

2012-03-11 Thread Robert Millan
El 5 de març de 2012 21:51, Robert Millan ha escrit: > 1- Add libstdc++6-udeb package (needed by devd). Oh, I wasn't aware that libstdc++ udeb had already been proposed, and it seems to be a controversial topic... Let's see if I can attract some attention by changing the subject. Now could some

RFC: auto-load of D-I drivers in GNU/kFreeBSD

2012-03-05 Thread Robert Millan
Hi, Here's my proposed plan for auto-load of kFreeBSD drivers in D-I environment. Currently this involves USB modules only (for now, non-USB drivers for network and storage are built into kernel): 1- Add libstdc++6-udeb package (needed by devd). 2- Add devd-udeb package. 3- Start devd in src/s