debian-boot@lists.debian.org

2003-01-14 Thread info



ÀÏ°åµÄ¿àÄÕ
¾­ÀíµÄÀ§»ó£º
u 
ÏúÊÛÈÎÎñÈçºÎÖƶ¨£¿
u 
ÈçºÎ·ÖÎöÊг¡£¬Öƶ¨È«ÄêÈÎÎñ£¿
u 
ÈçºÎʹÏúÁ¿ºÍÀûÈó×î´ó»¯£¿
u 
È˲ÅÄÑÇó£¬ÈËԱƵ·±Á÷¶¯£¬¹¤³§¡¢ÆóÒµÏÝÓÚÎÞ¾¡ÎÞÖ¹µÄÕÐƸ¡úÅàѵ¡ú´Ç¹¤¡úÕÐƸ¡úÅàѵµÄËÀÐÔÑ­»·ÖС£
u 
²»ÖªµÀÔ±¹¤µÄÕæʵÐèÇóºÍÇé¸ÐËßÇó¡£
u 
ÎÞ·¨Öƶ¨¿ÆѧµÄ¼¤Àø»úÖÆ£¬·½·¨¡£
ÀÏ°åºÍ¾­Àí¼±Ðèѧϰ£¬Ìá¸ßÄÜÁ¦£¬Ôõô°ì£¿¿¼MBAÌ«ÄÑ£»¶ªÏÂÆóÒµºÍ¹¤×÷£¬ÍѲúѧϰҲ²»¿ÉÄÜ¡£
ÄúÆóÅÎÖªÃû½ÌÊÚÔÚ¼ÒÀï¸øÄú½²¿Î£¡£¡£¡
¡¶MBAÈ«Ì×¹ÜÀí½ÌѧVCD¡·½ö980Ôª/Ì×£¬130ÕÅVCD¹âÅÌ£¬130Сʱ£¬È¨Íþר¼Ò½ÌÊÚ½²¿Î£¬Ã¿½Ú¿Î½ö8ԪǮ£¬¾ø¶Ô³¬Öµ¡£
Öйú·¨¿âÉîÛÚ°ìÊ´¦
µç»°£º0755-83097700 
83714468 
26750488
×Ô¶¯´«Õ棺0755-83714468
ÁªÏµÈË£ºÍõС½ã 
Å·ÏÈÉú


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



Patch for utilities/dbootstrap/kbdconfig.c

2003-01-14 Thread Ross Vumbaca
Hi,

Here's a patch which fixes the incorrect usage of strstr for PowerPC 
in kbdconfig.c - which causes the wrong keyboard choices to appear on 
non-apus PowerPC hardware.

Regards,

Ross..

--- boot-floppies-cvs-original/utilities/dbootstrap/kbdconfig.c Tue Aug 13 01:32:30 
2002
+++ boot-floppies-cvs/utilities/dbootstrap/kbdconfig.c  Tue Jan 14 21:22:51 2003
@@ -259,7 +259,7 @@
 nchoices = nchoices_ami;
 prefix=amiga/;
 }
-else if (strstr(Arch2, PowerMac) == 0) {
+else if (strstr(Arch2, PowerMac)) {
 choices = keymaps_mac;
 nchoices = nchoices_mac;
 prefix = i386/;



Re: Estimated time left in progress bar?

2003-01-14 Thread Denis Barbier
On Mon, Jan 13, 2003 at 06:54:33PM +0100, Martin Sjögren wrote:
[...]
 The current implementation is documented in tools/cdebconf/doc/TODO and
 has been floating around for a while. It wasn't really I who requested
 it.
[...]

Ack.

In order to propose a better design we have to know how progress
bars will be used.  Your example in anna is lightening, are there
other possible uses?  Are several progress bars needed?

Denis


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




mini-debian system via network

2003-01-14 Thread Frédéric BOITEUX
Hello,

  I'm working on a network of computers with hard disks, but without any floppy nor 
CD-Rom drives,
and I've installed them through the network (with some problems, but it finally works).
  In case of hard disk failure, I would like to be able to load a mini Debian system 
through the network
to examine/repair in case of simple problems. I can do a big load at the boot of this 
mini-system, but
due to technical constraints, i can't use a NFS exported partition (of a server) to 
realize it.
I tried to build a system into the initrd, but it's quite big (~ 30 Mo) and it doesn't 
work

[I don't know what is the limit of the initrd size ; didn't found anything about this 
on the web .. .any clue ?]

  Is anyone can give me some hints how to do this ?

thanks,
Fred.

-- 
Frédéric Boiteux  -  Calistel


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




Re: Estimated time left in progress bar?

2003-01-14 Thread Martin Sjögren
tis 2003-01-14 klockan 14.10 skrev Denis Barbier:
 In order to propose a better design we have to know how progress
 bars will be used.  Your example in anna is lightening, are there
 other possible uses?  Are several progress bars needed?

I suppose there will be a progress bar in debootstrap, like the one
existing right now, but converted to a new protocol. Other than that, I
don't know, those are the most time consuming activities right now that
I know of. Perhaps capture the output of mkfs.*, put in a log file (so
that an advanced user can see what went wrong if something goes wrong),
parse and use a progress bar instead?


/Martin



signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signeradmeddelandedel


Re: Estimated time left in progress bar?

2003-01-14 Thread Tollef Fog Heen
*  (Denis Barbier)

| In order to propose a better design we have to know how progress
| bars will be used.  Your example in anna is lightening, are there
| other possible uses?  Are several progress bars needed?

Several ones would be good for base-installation (so it can show how
far it has done in each step, and a full one), but not crucial.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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




Re: Patch for utilities/dbootstrap/kbdconfig.c

2003-01-14 Thread Eduard Bloch
#include hallo.h
* Ross Vumbaca [Tue, Jan 14 2003, 09:49:53PM]:

 Here's a patch which fixes the incorrect usage of strstr for PowerPC 
 in kbdconfig.c - which causes the wrong keyboard choices to appear on 
 non-apus PowerPC hardware.

a) please, create a new thread and do not sent a follow-up mail for
existing one

 --- boot-floppies-cvs-original/utilities/dbootstrap/kbdconfig.c   Tue Aug 13 
01:32:30 2002
 +++ boot-floppies-cvs/utilities/dbootstrap/kbdconfig.cTue Jan 14 21:22:51 
2003
 @@ -259,7 +259,7 @@
  nchoices = nchoices_ami;
  prefix=amiga/;
  }
 -else if (strstr(Arch2, PowerMac) == 0) {
 +else if (strstr(Arch2, PowerMac)) {
  choices = keymaps_mac;
  nchoices = nchoices_mac;
  prefix = i386/;

b) You suggest an exact opposite of the previous behaviour, and my
judgement says that the it was right. So could you find someone to
confirm that there was a problem and your change fix it _without_
breaking any stuff, anywhere?

Gruss/Regards,
Eduard.
-- 
LINUX wird nie zum meistinstallierten System -
so oft wie man Win98 neu installieren darf!


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




Re: Estimated time left in progress bar?

2003-01-14 Thread Petter Reinholdtsen
[Martin Sjögren]
 I suppose there will be a progress bar in debootstrap, like the one
 existing right now, but converted to a new protocol. Other than that, I
 don't know, those are the most time consuming activities right now that
 I know of.

autopartkit could use some progress bars. :)


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




busybox-cvs_0.60.99.cvs20030114-1_i386.changes ACCEPTED

2003-01-14 Thread Debian Installer

Accepted:
busybox-cvs-static_0.60.99.cvs20030114-1_i386.deb
  to pool/main/b/busybox-cvs/busybox-cvs-static_0.60.99.cvs20030114-1_i386.deb
busybox-cvs-udeb_0.60.99.cvs20030114-1_i386.udeb
  to pool/main/b/busybox-cvs/busybox-cvs-udeb_0.60.99.cvs20030114-1_i386.udeb
busybox-cvs_0.60.99.cvs20030114-1.diff.gz
  to pool/main/b/busybox-cvs/busybox-cvs_0.60.99.cvs20030114-1.diff.gz
busybox-cvs_0.60.99.cvs20030114-1.dsc
  to pool/main/b/busybox-cvs/busybox-cvs_0.60.99.cvs20030114-1.dsc
busybox-cvs_0.60.99.cvs20030114-1_i386.deb
  to pool/main/b/busybox-cvs/busybox-cvs_0.60.99.cvs20030114-1_i386.deb
busybox-cvs_0.60.99.cvs20030114.orig.tar.gz
  to pool/main/b/busybox-cvs/busybox-cvs_0.60.99.cvs20030114.orig.tar.gz
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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




Re: mini-debian system via network

2003-01-14 Thread Junichi Uekawa
 I can do a big load at the boot of this mini-system, but
 due to technical constraints, i can't use a NFS exported partition (of a server) to 
realize it.

What kind of technical constraints is it that you can't use a NFS exported partition?

I usually find it convenient to use NFS-root.

regards,
junichi


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