Re: how to make tftpboot (with reply to ML of Unattended too)

2009-04-20 Thread Pierre Bourgin
On Mon, Apr 20, 2009 at 03:44:05PM +0200, Sven Geipel wrote: > Pierre Bourgin wrote, On 20.04.2009 14:17: > > Sven Geipel a écrit : > > > > [snip] > > > > > > > > 3. install gcc-4.1 (compiling dosemu with gcc-4.3 failed) and symlink it > > > to gcc > > > > > > apt-get install gcc-4.1 > > > ln -

Re: Problems compiling the linux boot disk

2009-04-20 Thread Tim Bates
This is probably the same issues being discussed about the tftpboot. The thread was titled "Re: how to make tftpboot (with reply to ML of Unattended too)". There's a list of steps in one of the posts in that thread, and it should be available in the list archives. You may need to grab a Ubuntu li

Automated choose of Windows drivers - 20090420

2009-04-20 Thread Pierre Bourgin
code as of 2009-04-20 13:50 UTC . Regards, Pierre Bourgin [below: copy of the README-search-win-drivers.txt file] Changelog: * 20090420 - Added cache support for Windows drivers collection (any sub-level). * 20090420 - Added support of multiple Windows drivers root paths. * 20090420 - code

Re: how to make tftpboot (with reply to ML of Unattended too)

2009-04-20 Thread Sven Geipel
Pierre Bourgin wrote, On 20.04.2009 14:17: > Sven Geipel a écrit : > > [snip] > > > > > 3. install gcc-4.1 (compiling dosemu with gcc-4.3 failed) and symlink it to > > gcc > > > > apt-get install gcc-4.1 > > ln -sv --force gcc-4.1 /usr/bin/gcc > > Just to know ... The Makefile is supposed to han

Problems compiling the linux boot disk

2009-04-20 Thread Brett Royles
Hi, Just installed a base debian lenny I think ran apt-get install cvs build-essential bison flex libncurses-dev mkisofs gawk Checked the Makefile inside linuxboot and checked the comment for the glibc version it was set to use 2.6.1 and failed to compile as it could not find limits.h, checked m

Re: how to make tftpboot (with reply to ML of Unattended too)

2009-04-20 Thread Pierre Bourgin
Sven Geipel a écrit : > Hi, Hello, > after some problems with glibc and dosemu I successfully compiled a new > linuxboot. And cause this seems to be a problem for more users I wrote > some lines to explain my steps. > > My system was a fresh installation of ubuntu 8.10 and latest patches. > >