cvs commit to boot-floppies/debian by claush

2002-05-07 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:claush
time:   Tue May  7 10:40:03 PDT 2002
Log Message:
  Changelog for Danish doc definitions

Files:
changed:changelog


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




floppy boot developers

2002-05-07 Thread Darryl Caldwell

Is there a design doc for the install architecture somewhere that I could
get a hold of? I would like to look at how this is laid out and see what
direction it is heading. 

I've been doing NFS installs this week on 6 boxes that do not have CD
drives. I couldn't get it working with Debian, my favorite, and went with
RH because of time constraints. I would like to contribute to the Debian
project though once I get a better picture of the install process.

Following the instructions in the manual I needed 6 floppies to get the
NFS install started, with RH I only needed one. Why?


"Black Holes are where God divided by zero."
-- Steven Wright


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/documentation by claush

2002-05-07 Thread Debian Boot CVS Master

Repository: boot-floppies/documentation
who:claush
time:   Tue May  7 10:34:57 PDT 2002
Log Message:
  Use Danish date format in Danish docs

Files:
changed:Makefile


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/documentation by claush

2002-05-07 Thread Debian Boot CVS Master

Repository: boot-floppies/documentation
who:claush
time:   Tue May  7 10:34:27 PDT 2002
Log Message:
  Return key is retur in Danish

Files:
changed:defaults.ent


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/documentation by claush

2002-05-07 Thread Debian Boot CVS Master

Repository: boot-floppies/documentation
who:claush
time:   Tue May  7 10:33:50 PDT 2002
Log Message:
  Use Danish quotes in Danish docs

Files:
changed:po2sgml


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




installation through floppy(1.44 MB)

2002-05-07 Thread salasa nawang


Hello,

Can I refer to you something about installation?

I am installing debian/Linux 2.2 on Pentium II Processor.
Good, the "rescue.bin" disk is successful...and I can read lots of 
information using the Function Keys.

Following the instruction I typed under the "boot:" promtp : linux 
root=/dev/fd0.
Of course the root.bin disk is loaded while pressing enter

Response: Could not find the kernel.

I did tried also other coomands like ramdisk0, and so on...
But the response is the same.


I qouted the Kernel Version: Linux 2.2.19
(from kernel-image-2.2.19_2.2.19-4 Potato.2)

What is wrong?

Thanks 

Mr. S.A.Nawang


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




[Patch] debian-installer/tools/kdetect

2002-05-07 Thread thomas poindessous

Hi, a little cleaning patch. And btw, I was trying to do some change in
tools/selectdevice. It uses libkdetect, but since there is not
libkdetect.so, it won't compile. I'm not sure I'm using the right method to
compile and test. What is the right method to compile all the utils ?

Index: Makefile
===
RCS file: /cvs/debian-boot/debian-installer/tools/kdetect/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile2001/02/21 15:23:09 1.2
+++ Makefile2002/05/07 15:32:08
@@ -37,12 +37,10 @@
 
 install-bin: libkdetect.so
install -d $(DESTDIR)/usr/lib
-   install libkdetect.so.0.1 $(DESTDIR)/usr/lib
install -m644 libkdetect.so.0.1 $(DESTDIR)/usr/lib
 
 install-dev: 
install -d $(DESTDIR)/usr/include
-   install libkdetect.h $(DESTDIR)/usr/include
install -m644 libkdetect.h $(DESTDIR)/usr/include
 
 install: install-bin install-dev


-- 
Thomas Poindessous
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




[Patch] debian-installer: use of libd-i in ddetect

2002-05-07 Thread thomas poindessous

Ok, this patch removes the use of utils.c and uses libd-i :

Index: Makefile
===
RCS file: /cvs/debian-boot/debian-installer/tools/ddetect/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile2002/04/27 19:42:08 1.9
+++ Makefile2002/05/07 14:59:25
@@ -1,4 +1,4 @@
-OBJS=utils.o
+OBJS=
 
 ifndef PROGS
 PROGS=ethdetect
@@ -11,8 +11,8 @@
 INSTALL=install
 STRIPTOOL=strip
 STRIP = $(STRIPTOOL) --remove-section=.note --remove-section=.comment 
-INCS=-I../cdebconf/src/
-LDFLAGS=-L../cdebconf/src/ -ldiscover -lisapnp -ldebconf
+INCS=-I../cdebconf/src/ -I../../libd-i/
+LDFLAGS=-L../cdebconf/debian/build/src/ -ldiscover -lisapnp -ldebconf
 -L../../libd-i/ -ld-i
 
 
 all: lst2header $(OBJS) $(PROGS)

Index: ethdetect.c
===
RCS file: /cvs/debian-boot/debian-installer/tools/ddetect/ethdetect.c,v
retrieving revision 1.10
diff -u -r1.10 ethdetect.c
--- ethdetect.c 2002/05/05 13:40:18 1.10
+++ ethdetect.c 2002/05/07 15:02:42
@@ -11,7 +11,7 @@
 #include 
 #include 
 #include 
-#include "utils.h"
+#include 
 #include "ddetect.h"
 #include "ethdetect.h"
 
@@ -40,7 +40,7 @@
   snprintf (buffer, sizeof (buffer), "modprobe -v %s %s", modulename,
(params ? params : " "));
 
-  if (execlog (buffer) != 0)
+  if (di_execlog (buffer) != 0)
 {
   client->command (client, "input", "high", "ethdetect/error", NULL);
   client->command (client, "go", NULL);


-- 
Thomas Poindessous
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/documentation by kubota

2002-05-07 Thread Debian Boot CVS Master

Repository: boot-floppies/documentation
who:kubota
time:   Tue May  7 06:56:20 PDT 2002
Log Message:
  date format for Japanese.
  

Files:
changed:Makefile


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




[Patch] debian-installer ... ethdetect.c

2002-05-07 Thread thomas poindessous

Just a little patch. It enables TEST compiling.

Index: ethdetect.c
===
RCS file: /cvs/debian-boot/debian-installer/tools/ddetect/ethdetect.c,v
retrieving revision 1.10
diff -u -r1.10 ethdetect.c
--- ethdetect.c 2002/05/05 13:40:18 1.10
+++ ethdetect.c 2002/05/07 10:53:25
@@ -159,11 +159,13 @@
 int
 main (int argc, char *argv[])
 {
-  char *modulename;
-
-  if ((module = ethdetect_module_detect (0)) != NULL)
-printf (stderr, "%s\n", module);
-
+  struct ethernet_info *ethernet = (struct ethernet_info *) NULL;
+  
+  ethernet = ethdetect_detect(0);
+  for (; ethernet; ethernet = ethernet->next) {
+fprintf(stderr, "%s\n", ethernet->module);
+  };
+  return (0);
 }
 
 #endif


-- 
Thomas Poindessous
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/documentation/da by claush

2002-05-07 Thread Debian Boot CVS Master

Repository: boot-floppies/documentation/da
who:claush
time:   Tue May  7 03:24:23 PDT 2002
Log Message:
  Danish update

Files:
changed:rescue-boot.sgml


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/documentation by kubota

2002-05-07 Thread Debian Boot CVS Master

Repository: boot-floppies/documentation
who:kubota
time:   Tue May  7 00:36:07 PDT 2002
Log Message:
  updated Debian Policy Manual URL for Japanese.
  

Files:
changed:urls.ent


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]