CD Boot instead of boot-floppies....

2001-11-01 Thread Christoph Lameter
The TelemetryBox has given up using boot-floppies as tne installation software. We needed a 2.4.X kernel and it seems that the boot-floppies package will never be able to cope with that. Moreover essential features like autodetection are problematic with a 2.2.X kernel. We have now build a

2.2.X kernels do not support pcimap - hw autodetect only with 2.4kernels

2001-10-25 Thread Christoph Lameter
Seems that my pcidetect script needs 2.4.X kernels because depmod cannot extract PCI ids from the drivers. Anyone know where to get a pcimap for 2.2.19? Preferably compatible with 2.4.X modules.pcimap format. Or is there any way to build boot-floppies using 2.4.X kernels? -- To UNSUBSCRIBE,

Re: boot-floppies auto partitioning hardware detection

2001-10-24 Thread Christoph Lameter
: #!/bin/sh # Pci Driver loading and detection for the currently running kernel # This script has to run under ash otherwise it will not work in the # boot-floppies environment! # # Christoph Lameter [EMAIL PROTECTED], October 15, 2001 VERBOSE=0 MODPROBE=0 loaddriver() { echo $1 if [ $MODPROBE

Re: boot-floppies auto partitioning hardware detection

2001-10-24 Thread Christoph Lameter
Then we would probably need arch specific default partitioning strings. Do all arches support fdisk? Then we could simply have different schemes depending on arch. On Wed, 24 Oct 2001, Ethan Benson wrote: On Wed, Oct 24, 2001 at 03:04:36PM -0700, David Kimdon wrote: partition_config.c : If

Re: COPYCD processing for base-config

2001-10-24 Thread Christoph Lameter
On 24 Oct 2001, Adam Di Carlo wrote: Christoph Lameter [EMAIL PROTECTED] writes: I haven't been following what you're doing exactly (David is handling that) but isn't the test [ -d /dists ] a little too easy to get a false positive on? I am not sure what would cause

DHCP failure not detected with dhclient

2001-10-22 Thread Christoph Lameter
The potato boot-floppies used pump and were prompting for a static ip configuration if the DHCP failed, The current boot-floppies dhclient waits for awhile. Then it backgrounds and the install continues. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#116307: boot-floppies: Failure to build documentation

2001-10-19 Thread Christoph Lameter
Package: boot-floppies Version: N/A; reported 2001-10-19 Severity: normal Building documentation from CVS with make docs make[2]: Entering directory /home/christoph/devel/bf/boot-floppies/documentation' m4 \ --define=ARCHITECTURE=i386 \ --define=OFFICIAL=false \ index.en.html.m4

Cannot build boot-floppies: rescue-boot.sgml: Debian-GNU.. notdefined.

2001-10-18 Thread Christoph Lameter
Maybe some special xml package is missing for boot-floppies? ** making documentation for language C make[1]: Entering directory `/home/christoph/devel/bf/boot-floppies/documentation' make all make[2]: Entering directory `/home/christoph/devel/bf/boot-floppies/documentation' rm -f messages.ent

Re: where are uptodate boot disk images for woody

2001-06-04 Thread Christoph Lameter
On Mon, Jun 04, 2001 at 11:54:08PM -0400, Adam Di Carlo wrote: I wish a lot that we could kill the dbootstrap timezone stuff -- what do you think... couldn't this move into base-config or libc6 or something? Yes please put it into base-config. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: DAC960 needed

2000-12-05 Thread Christoph Lameter
The boot-floppies package at http://openrock.net/tb/local/disks-i386 has all sorts of RAID controller stuff. The archive also contains a 2.2.18 SMP kernel for Debian. On Tue, Dec 05, 2000 at 10:11:41AM -0500, Adam Di Carlo wrote: Lauri Tischler [EMAIL PROTECTED] writes: Adam Di Carlo wrote:

Re: DAC960 needed

2000-12-05 Thread Christoph Lameter
Hmm. Why does it fit on my boot floppies mystified not having time to check things out? I installed Debian on a Compaq RAID and a Dell Raid system directly from my MicroCD. On Wed, 6 Dec 2000, Herbert Xu wrote: On Tue, Dec 05, 2000 at 04:24:50PM -0800, Christoph Lameter wrote: Cut out

Re: DAC960 needed

2000-12-05 Thread Christoph Lameter
I also need full MegaRAID and COMPAQ raid support! I'd rather use the standard kernel if possible. If you need help tell me. On Wed, 6 Dec 2000, Herbert Xu wrote: On Tue, Dec 05, 2000 at 09:12:13PM -0800, Christoph Lameter wrote: Hmm. I seem to have rmoved HAMRADIO IRDA and ISDN to make

Re: DAC960 needed

2000-12-05 Thread Christoph Lameter
I need it to boot from cd cd uses standard.. Also what about SMP support? Right now I tell my folks to install my special smp kernel package later... Can we fix that somehow? On Wed, 6 Dec 2000, Herbert Xu wrote: On Tue, Dec 05, 2000 at 09:22:26PM -0800, Christoph Lameter wrote: I also

Re: DAC960 needed

2000-12-05 Thread Christoph Lameter
On Wed, 6 Dec 2000, Herbert Xu wrote: On Tue, Dec 05, 2000 at 09:31:36PM -0800, Christoph Lameter wrote: I need it to boot from cd cd uses standard.. Also what about SMP Use the second CD. I use a specialized CD generation scheme that makes all the essentials fit in 50MB for a MicroCD

Re: siteROCK Debian-CD patches for Credit Card size CDs

2000-11-19 Thread Christoph Lameter
On 19 Nov 2000, Adam Di Carlo wrote: What's the disposition of the siteROCK patches? Is the debian-cd group planning/hoping to apply them? It seems to me that the debian-boot and debian-cd teams need to sync up on this one. The patches are a by product of my developmente of a "Telemetry

Re: Some thoughts on a new installer

2000-11-01 Thread Christoph Lameter
On Wed, 1 Nov 2000, Joey Hess wrote: I think you probably need to think this through some more. Could be. 2. In novice mode the harddisk is automatically zapped, partitioned, made bootable without any additional fuss of questions. This is basically supported by the debian-installer

192 byte script to partition and format harddrive

2000-10-29 Thread Christoph Lameter
Just found this leftover from my changes for the telemetry box distribution. The script deletes all existing paritions and sets up 3 partitions. 20M /boot 200M swap rest / and then formats all of them. I used it to give the installer the option of skipping all the parititoning/formatting

Re: 192 byte script to partition and format harddrive

2000-10-29 Thread Christoph Lameter
On Sun, 29 Oct 2000, Bernhard R. Link wrote: I used it to give the installer the option of skipping all the parititoning/formatting prompts. See http://openrock.net/tb/patches/boot-floppies* for the patches I applied to the boot-floppies. #!/bin/sh echo -e

siteROCK patches to boot-floppies-2.2.17

2000-10-11 Thread Christoph Lameter
to clean it up. This is pretty raw stuff but it works here. --- boot-floppies-2.2.17.orig/debian/changelog +++ boot-floppies-2.2.17/debian/changelog @@ -1,3 +1,9 @@ +boot-floppies (2.2.17-1) stable; urgency=low + + * Specially patched release for siterock + + -- Christoph Lameter [EMAIL PROTECTED

siteROCK Debian-CD patches for Credit Card size CDs

2000-10-11 Thread Christoph Lameter
file --- Makefile2000/09/03 16:45:04 1.27 +++ Makefile2000/10/09 22:38:47 @@ -9,6 +9,7 @@ # before. For this you can source the CONF.sh # file in your shell +# Modified to support credit card size cds by Christoph Lameter +[EMAIL PROTECTED], May 18, 2000. ## DEFAULT VALUES i

Re: install: pump operation failed

2000-09-23 Thread Christoph Lameter
Same thing happens without pcmcia. pump is messed up in the current cvs version of the boot-floppies. Is the version in potato older? On Tue, Sep 19, 2000 at 02:20:47PM -0700, Christoph Lameter wrote: I have a pcmcia interface on my laptop and I tried to configure it via pcmcia. The driver