Bug#126208: boot-floppies: First choose DHCP-Configure, then change to static

2001-12-22 Thread pb

In message <[EMAIL PROTECTED]>, Immanuel Scholz writes:
>When first choose DHCP (with working Server nearby), then change (rechoosing 
>"Configure Network") to some static IP, the installer seems to remind the
>old IP and reset it after a while (about 2-3 Minutes, I think depents on the
>TTL of the IP).

Looks like configure_static_network() needs to take steps to kill off the
DHCP daemons (pump and/or dhclient) if they're running.

p.



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




Re: forget LANG_CHOOSER for 3.0.18 (was Re: 3.0.18 testing)

2001-12-10 Thread pb

Oh, wait, this can't be good news:

I: Retrieving 
http://http.us.debian.org/debian/pool/main/n/newt/libnewt0_0.50.17-7.3_i386.deb

I wonder if it's using that libnewt.so rather than the one from my host
system.  Anyone want to try removing libnewt0 from EXTRACT_LIST_all and
seeing if that helps at all?

p.


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




Re: forget LANG_CHOOSER for 3.0.18 (was Re: 3.0.18 testing)

2001-12-10 Thread pb

In message <[EMAIL PROTECTED]>, Matt Zimmerman writes:
>On Mon, Dec 10, 2001 at 11:07:01AM +, [EMAIL PROTECTED] wrote:
>
>> In message <[EMAIL PROTECTED]>, Adam Di Carlo writes:
>> >This seems like a reasonable set of stuff for i18n builds, but it causes
>> >the segmentation faults.  I got a static strace on the rootdisks and this
>> >is the strace ending:
>> 
>> Yes, something is _still_ going wrong with libnewt.  I don't understand
>> what, yet, but I'm looking at it.
>> 
>> I'd expect that libnewt.so on the root disk should be exactly the same as
>> /usr/lib/libnewt.so on my build system (in absence of library reduction)
>> yet this is not the case.  And if I copy the one from the host into the
>> root image, the segfault goes away.
>
>Did you check whether they are actually different?  My system's libnewt.so
>has exactly the same md5sum as the one on root.bin.

Yes, they had different file sizes.  But I can't figure out how that
happened and I'm beginning to suspect that maybe I got some files mixed
up along the way.  I ran a new build with debugging turned on mklibs.py
and verified that it wasn't attempting to reduce libnewt, but I haven't
attempted to run the resulting binaries yet.  I'm also completely baffled
by Eduard's mail where he says that installing libnewt-utf8-pic made the
difference.

p.


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




Re: forget LANG_CHOOSER for 3.0.18 (was Re: 3.0.18 testing)

2001-12-10 Thread pb

In message <[EMAIL PROTECTED]>, Adam Di Carlo writes:
>This seems like a reasonable set of stuff for i18n builds, but it
>causes the segmentation faults.  I got a static strace on the
>rootdisks and this is the strace ending:

Yes, something is _still_ going wrong with libnewt.  I don't understand
what, yet, but I'm looking at it.

I'd expect that libnewt.so on the root disk should be exactly the same as
/usr/lib/libnewt.so on my build system (in absence of library reduction)
yet this is not the case.  And if I copy the one from the host into the
root image, the segfault goes away.

p.


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




Re: fr.po is bad

2001-12-07 Thread pb

In message <[EMAIL PROTECTED]>, Attila N
agy writes:
>(I'm currently compiling b-f, so I will have results very soon. I hope
>that the blue flashy screen effect have been already corrected)

It should be okay now.  Make sure that you are using the very latest
code from CVS.  Also:

 - if you are using LANGUAGE_CHOOSER (this is the default on i386), make
   sure that you don't have a /usr/lib/libnewt_pic.a on your system.
 - if you are building single-language localised disks (ie you have changed
   LANG in config), make sure that you are using libnewt0 and not 
   libnewt-utf8-0.

p.


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




cvs commit to boot-floppies by pb

2001-08-27 Thread pb

Repository: boot-floppies
who:pb
time:   Mon Aug 27 10:53:39 PDT 2001


Log Message:

Set ROOT_IS_I18N for arm builds with USE_LANGUAGE_CHOOSER



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies/debian by pb

2001-08-27 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Mon Aug 27 08:55:27 PDT 2001


Log Message:

log more changes



Files:

changed:changelog


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




cvs commit to boot-floppies by pb

2001-08-27 Thread pb

Repository: boot-floppies
who:pb
time:   Mon Aug 27 08:53:55 PDT 2001


Log Message:

sigh, undo last change


Files:

changed:kernel.sh


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




cvs commit to boot-floppies/make by pb

2001-08-27 Thread pb

Repository: boot-floppies/make
who:pb
time:   Mon Aug 27 08:53:29 PDT 2001


Log Message:

Yow, USE_LANGUAGE_CHOOSER requires untold amounts of extra space
in root.bin.  Add an extra 400 blocks to netwinder and riscpc images,
200 blocks for shark.  Also, use separate variable for shark kernel
version since 2.4.x is required there.



Files:

changed:arm.rules


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




cvs commit to boot-floppies/debian by pb

2001-08-27 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Mon Aug 27 04:22:55 PDT 2001


Log Message:

log changes


Files:

changed:changelog


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




cvs commit to boot-floppies/utilities/dbootstrap/langs by pb

2001-08-27 Thread pb

Repository: boot-floppies/utilities/dbootstrap/langs
who:pb
time:   Mon Aug 27 04:21:56 PDT 2001


Log Message:

Add some arm keymaps



Files:

changed:chinese_s.src chinese_t.src czech.src english.src french.src german.src 
polish.src portuguese.src russian.src


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




cvs commit to boot-floppies/scripts/rootdisk/prototype/etc/init.d by pb

2001-08-27 Thread pb

Repository: boot-floppies/scripts/rootdisk/prototype/etc/init.d
who:pb
time:   Mon Aug 27 04:15:26 PDT 2001


Log Message:

try to load floppy.o, adfs.o



Files:

changed:Tag: potato rcS


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




cvs commit to boot-floppies by pb

2001-08-27 Thread pb

Repository: boot-floppies
who:pb
time:   Mon Aug 27 04:14:09 PDT 2001


Log Message:

add floppy.o, adfs.o to arm root disks


Files:

changed:Tag: potato rootdisk.sh


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




cvs commit to boot-floppies/debian by pb

2001-08-27 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Mon Aug 27 04:10:15 PDT 2001


Log Message:

revert arm builds to 2.2.x kernel for now



Files:

changed:changelog


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




cvs commit to boot-floppies by pb

2001-08-27 Thread pb

Repository: boot-floppies
who:pb
time:   Mon Aug 27 04:10:14 PDT 2001


Log Message:

revert arm builds to 2.2.x kernel for now



Files:

changed:config


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




cvs commit to boot-floppies/debian by pb

2001-08-27 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Mon Aug 27 04:05:51 PDT 2001


Log Message:

log changes


Files:

changed:changelog


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




cvs commit to boot-floppies/make by pb

2001-08-27 Thread pb

Repository: boot-floppies/make
who:pb
time:   Mon Aug 27 04:05:27 PDT 2001


Log Message:

bump netwinder root image to 3600 blocks


Files:

changed:arm.rules


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




cvs commit to boot-floppies/scripts/rootdisk/prototype/etc/init.d by pb

2001-08-27 Thread pb

Repository: boot-floppies/scripts/rootdisk/prototype/etc/init.d
who:pb
time:   Mon Aug 27 04:02:39 PDT 2001


Log Message:

load more modules, if they exist



Files:

changed:rcS


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




cvs commit to boot-floppies by pb

2001-08-27 Thread pb

Repository: boot-floppies
who:pb
time:   Mon Aug 27 04:02:00 PDT 2001


Log Message:

include floppy and adfs modules for arm



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies/utilities/dbootstrap by pb

2001-08-27 Thread pb

Repository: boot-floppies/utilities/dbootstrap
who:pb
time:   Mon Aug 27 04:01:28 PDT 2001


Log Message:

Warn the user if his machine seems to have a broken strongarm cpu.



Files:

changed:main.c


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




cvs commit to boot-floppies/debian by pb

2001-08-25 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Sat Aug 25 14:10:13 PDT 2001


Log Message:

update changelog



Files:

changed:changelog


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




cvs commit to boot-floppies by pb

2001-08-25 Thread pb

Repository: boot-floppies
who:pb
time:   Sat Aug 25 14:08:17 PDT 2001


Log Message:

mop up "images-2.88" for arm, else the build breaks



Files:

changed:release.sh


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




cvs commit to boot-floppies/make by pb

2001-08-25 Thread pb

Repository: boot-floppies/make
who:pb
time:   Sat Aug 25 14:06:27 PDT 2001


Log Message:

increase size of riscpc root disk


Files:

changed:arm.rules


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




cvs commit to boot-floppies by pb

2001-08-25 Thread pb

Repository: boot-floppies
who:pb
time:   Sat Aug 25 14:05:50 PDT 2001


Log Message:

remove special handling of netwinder kernels



Files:

changed:kernel.sh


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




cvs commit to boot-floppies by pb

2001-08-25 Thread pb

Repository: boot-floppies
who:pb
time:   Sat Aug 25 14:05:26 PDT 2001


Log Message:

use libc 2.2.4 for arm



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies/documentation/en by pb

2001-07-29 Thread pb

Repository: boot-floppies/documentation/en
who:pb
time:   Sun Jul 29 13:14:29 PDT 2001


Log Message:

Add notes about ARM tftp booting, copied from potato tree



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/en by pb

2001-07-29 Thread pb

Repository: boot-floppies/documentation/en
who:pb
time:   Sun Jul 29 13:14:04 PDT 2001


Log Message:

Don't say that this is the first PA/RISC release when building for
arm, even if that happens to be true.



Files:

changed:hardware.sgml


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




cvs commit to boot-floppies/debian by pb

2001-07-29 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Sun Jul 29 13:00:52 PDT 2001


Log Message:

update


Files:

changed:changelog


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




cvs commit to boot-floppies by pb

2001-07-29 Thread pb

Repository: boot-floppies
who:pb
time:   Sun Jul 29 12:59:44 PDT 2001


Log Message:

bump ARM kernel version to 2.4.5


Files:

changed:config


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




cvs commit to boot-floppies/debian by pb

2001-07-29 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Sun Jul 29 12:57:12 PDT 2001


Log Message:

update


Files:

changed:Tag: potato changelog


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




cvs commit to boot-floppies/documentation/en by pb

2001-07-29 Thread pb

Repository: boot-floppies/documentation/en
who:pb
time:   Sun Jul 29 12:56:18 PDT 2001


Log Message:

Make mention of more burning ARM issues



Files:

changed:Tag: potato inst-methods.sgml rescue-boot.sgml


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




cvs commit to boot-floppies/scripts/rootdisk/prototype/etc/init.d by pb

2001-07-29 Thread pb

Repository: boot-floppies/scripts/rootdisk/prototype/etc/init.d
who:pb
time:   Sun Jul 29 12:55:41 PDT 2001


Log Message:

load SCSI modules if they are present



Files:

changed:Tag: potato rcS


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




cvs commit to boot-floppies by pb

2001-07-29 Thread pb

Repository: boot-floppies
who:pb
time:   Sun Jul 29 12:55:11 PDT 2001


Log Message:

Backport "include_module" function from woody and use it for arm;
include scsi support for RiscPC



Files:

changed:Tag: potato rootdisk.sh


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




cvs commit to boot-floppies by pb

2001-07-10 Thread pb

Repository: boot-floppies
who:pb
time:   Tue Jul 10 06:09:03 PDT 2001


Log Message:

Add SCSI modules to RiscPC root disk.



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies/debian by pb

2001-07-10 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Tue Jul 10 06:09:03 PDT 2001


Log Message:

Add SCSI modules to RiscPC root disk.



Files:

changed:changelog


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




cvs commit to boot-floppies/debian by pb

2001-07-01 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Sun Jul  1 02:45:37 PDT 2001


Log Message:

log dem changes



Files:

changed:changelog


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




cvs commit to boot-floppies/make by pb

2001-07-01 Thread pb

Repository: boot-floppies/make
who:pb
time:   Sun Jul  1 02:45:22 PDT 2001


Log Message:

increase size of root image to 3400 blocks.



Files:

changed:arm.rules


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




cvs commit to boot-floppies by pb

2001-07-01 Thread pb

Repository: boot-floppies
who:pb
time:   Sun Jul  1 02:44:35 PDT 2001


Log Message:

make arm module selection subarch-specific



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies by pb

2001-07-01 Thread pb

Repository: boot-floppies
who:pb
time:   Sun Jul  1 02:44:06 PDT 2001


Log Message:

update arm section



Files:

changed:release.sh


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




cvs commit to boot-floppies/debian by pb

2001-06-21 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Thu Jun 21 00:41:22 PDT 2001


Log Message:

avoid spurious "byhand" files in arm release



Files:

changed:Tag: potato changelog


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




cvs commit to boot-floppies by pb

2001-06-21 Thread pb

Repository: boot-floppies
who:pb
time:   Thu Jun 21 00:41:22 PDT 2001


Log Message:

avoid spurious "byhand" files in arm release



Files:

changed:Tag: potato release.sh


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




cvs commit to boot-floppies by pb

2001-06-21 Thread pb

Repository: boot-floppies
who:pb
time:   Thu Jun 21 00:39:12 PDT 2001


Log Message:

include 8390 module on arm root disk



Files:

changed:Tag: potato rootdisk.sh


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




cvs commit to boot-floppies/scripts/rootdisk/prototype/etc/init.d by pb

2001-06-21 Thread pb

Repository: boot-floppies/scripts/rootdisk/prototype/etc/init.d
who:pb
time:   Thu Jun 21 00:39:12 PDT 2001


Log Message:

include 8390 module on arm root disk



Files:

changed:Tag: potato rcS


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




cvs commit to boot-floppies by pb

2001-06-10 Thread pb

Repository: boot-floppies
who:pb
time:   Sun Jun 10 23:49:24 PDT 2001


Log Message:

ne2k-pci needs 8390.o too



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies by pb

2001-06-10 Thread pb

Repository: boot-floppies
who:pb
time:   Sun Jun 10 23:50:07 PDT 2001


Log Message:

Really do build netwinder tftp image this time.



Files:

changed:Makefile


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




cvs commit to boot-floppies/scripts/rootdisk/prototype/etc/init.d by pb

2001-06-10 Thread pb

Repository: boot-floppies/scripts/rootdisk/prototype/etc/init.d
who:pb
time:   Sun Jun 10 23:49:24 PDT 2001


Log Message:

ne2k-pci needs 8390.o too



Files:

changed:rcS


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




cvs commit to boot-floppies/debian by pb

2001-06-10 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Sun Jun 10 23:50:35 PDT 2001


Log Message:

log those changes



Files:

changed:changelog


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




cvs commit to boot-floppies/make by pb

2001-06-10 Thread pb

Repository: boot-floppies/make
who:pb
time:   Sun Jun 10 23:48:49 PDT 2001


Log Message:

use 2.88 image for netwinder rescue



Files:

changed:arm.rules


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




cvs commit to boot-floppies by pb

2001-06-10 Thread pb

Repository: boot-floppies
who:pb
time:   Sun Jun 10 23:47:49 PDT 2001


Log Message:

fix arm handling



Files:

changed:release.sh


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




cvs commit to boot-floppies/debian by pb

2001-06-10 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Sun Jun 10 23:47:22 PDT 2001


Log Message:

add build-dep on console-common for arm



Files:

changed:control


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




cvs commit to boot-floppies/debian by pb

2001-06-02 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Sat Jun  2 11:00:41 PDT 2001


Log Message:

more changes



Files:

changed:Tag: potato changelog


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




cvs commit to boot-floppies by pb

2001-06-02 Thread pb

Repository: boot-floppies
who:pb
time:   Sat Jun  2 10:59:13 PDT 2001


Log Message:

improve handling of arm specifics



Files:

changed:Tag: potato release.sh


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




cvs commit to boot-floppies/scripts/rootdisk/prototype/etc/init.d by pb

2001-06-02 Thread pb

Repository: boot-floppies/scripts/rootdisk/prototype/etc/init.d
who:pb
time:   Sat Jun  2 10:57:53 PDT 2001


Log Message:

include ne2k-pci on netwinder root disk



Files:

changed:Tag: potato rcS


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




cvs commit to boot-floppies by pb

2001-06-02 Thread pb

Repository: boot-floppies
who:pb
time:   Sat Jun  2 10:57:52 PDT 2001


Log Message:

include ne2k-pci on netwinder root disk



Files:

changed:Tag: potato rootdisk.sh


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




cvs commit to boot-floppies/utilities/dbootstrap by pb

2001-06-02 Thread pb

Repository: boot-floppies/utilities/dbootstrap
who:pb
time:   Sat Jun  2 10:39:49 PDT 2001


Log Message:

adapt for new keyboard handling in keymaps.sh



Files:

changed:kbdconfig.c


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




cvs commit to boot-floppies by pb

2001-06-02 Thread pb

Repository: boot-floppies
who:pb
time:   Sat Jun  2 09:13:22 PDT 2001


Log Message:

use libc 2.2.3 for arm



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies/debian by pb

2001-06-02 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Sat Jun  2 09:13:22 PDT 2001


Log Message:

use libc 2.2.3 for arm



Files:

changed:changelog


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




cvs commit to boot-floppies/debian by pb

2001-06-02 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Sat Jun  2 09:11:15 PDT 2001


Log Message:

log dem changes



Files:

changed:changelog


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




cvs commit to boot-floppies by pb

2001-06-02 Thread pb

Repository: boot-floppies
who:pb
time:   Sat Jun  2 09:09:32 PDT 2001


Log Message:

improve handling of arm specifics



Files:

changed:release.sh


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




cvs commit to boot-floppies by pb

2001-06-02 Thread pb

Repository: boot-floppies
who:pb
time:   Sat Jun  2 09:05:58 PDT 2001


Log Message:

Use `Image' as netwinder kernel.



Files:

changed:kernel.sh


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




cvs commit to boot-floppies by pb

2001-06-02 Thread pb

Repository: boot-floppies
who:pb
time:   Sat Jun  2 09:04:38 PDT 2001


Log Message:

Include ne2k-pci driver for ARM and load it before tulip.



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies/scripts/rootdisk/prototype/etc/init.d by pb

2001-06-02 Thread pb

Repository: boot-floppies/scripts/rootdisk/prototype/etc/init.d
who:pb
time:   Sat Jun  2 09:04:38 PDT 2001


Log Message:

Include ne2k-pci driver for ARM and load it before tulip.



Files:

changed:rcS


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




cvs commit to boot-floppies by pb

2001-06-02 Thread pb

Repository: boot-floppies
who:pb
time:   Sat Jun  2 09:04:07 PDT 2001


Log Message:

For ARM, create legacy Acorn keymaps and put them in keymaps.tgz.



Files:

changed:keymaps.sh


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




cvs commit to boot-floppies/make by pb

2001-06-01 Thread pb

Repository: boot-floppies/make
who:pb
time:   Fri Jun  1 11:48:06 PDT 2001


Log Message:

add netwinder tftp images, &c.



Files:

changed:arm.rules


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




cvs commit to boot-floppies/debian by pb

2001-04-17 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Tue Apr 17 03:54:54 PDT 2001


Log Message:

update



Files:

changed:Tag: potato changelog


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




cvs commit to boot-floppies/utilities/dbootstrap by pb

2001-04-17 Thread pb

Repository: boot-floppies/utilities/dbootstrap
who:pb
time:   Tue Apr 17 03:52:57 PDT 2001


Log Message:

fix name of RiscPC keymap



Files:

changed:Tag: potato kbdconfig.c


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




cvs commit to boot-floppies by pb

2001-04-17 Thread pb

Repository: boot-floppies
who:pb
time:   Tue Apr 17 02:49:40 PDT 2001


Log Message:

support for netwinder tftp images



Files:

changed:tftpboot.sh


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




cvs commit to boot-floppies/debian by pb

2001-04-16 Thread pb

Repository: boot-floppies/debian
who:pb
time:   Mon Apr 16 12:14:44 PDT 2001


Log Message:

updated



Files:

changed:Tag: potato changelog


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




cvs commit to boot-floppies/documentation by pb

2001-04-16 Thread pb

Repository: boot-floppies/documentation
who:pb
time:   Mon Apr 16 12:14:12 PDT 2001


Log Message:

ARM updates



Files:

changed:Tag: potato defaults.ent


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




cvs commit to boot-floppies by pb

2001-04-16 Thread pb

Repository: boot-floppies
who:pb
time:   Mon Apr 16 12:13:38 PDT 2001


Log Message:

fix name of acorn keymap



Files:

changed:Tag: potato keymaps.sh


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




cvs commit to boot-floppies by pb

2001-04-16 Thread pb

Repository: boot-floppies
who:pb
time:   Mon Apr 16 12:12:09 PDT 2001


Log Message:

reorganise ARM release files slightly



Files:

changed:Tag: potato release.sh


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




cvs commit to boot-floppies by pb

2001-04-16 Thread pb

Repository: boot-floppies
who:pb
time:   Mon Apr 16 12:11:42 PDT 2001


Log Message:

build tftpboot image for NetWinder



Files:

changed:Tag: potato Makefile tftpboot.sh


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




cvs commit to boot-floppies by pb

2001-04-16 Thread pb

Repository: boot-floppies
who:pb
time:   Mon Apr 16 12:10:58 PDT 2001


Log Message:

As of 2.2.19, netwinder kernels are not compressed.



Files:

changed:Tag: potato kernel.sh


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




cvs commit to boot-floppies by pb

2001-04-16 Thread pb

Repository: boot-floppies
who:pb
time:   Mon Apr 16 12:10:35 PDT 2001


Log Message:

"tulip" driver breaks on netwinder; let's use "old_tulip" instead, for now.


Files:

changed:Tag: potato rootdisk.sh


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




cvs commit to boot-floppies by pb

2001-04-13 Thread pb

Repository: boot-floppies
who:pb
time:   Fri Apr 13 11:03:56 PDT 2001


Log Message:

use 2.2.19 for potato on arm



Files:

changed:Tag: potato config


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




cvs commit to boot-floppies by pb

2001-04-11 Thread pb

Repository: boot-floppies
who:pb
time:   Wed Apr 11 03:42:45 PDT 2001


Log Message:

use 2.4.3 kernel for arm



Files:

changed:config


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




cvs commit to boot-floppies by pb

2001-04-11 Thread pb

Repository: boot-floppies
who:pb
time:   Wed Apr 11 03:39:34 PDT 2001


Log Message:

update



Files:

changed:todo


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




cvs commit to boot-floppies by pb

2001-04-11 Thread pb

Repository: boot-floppies
who:pb
time:   Wed Apr 11 03:01:51 PDT 2001


Log Message:

update



Files:

changed:todo


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




cvs commit to boot-floppies/utilities/dbootstrap by pb

2001-04-11 Thread pb

Repository: boot-floppies/utilities/dbootstrap
who:pb
time:   Wed Apr 11 02:59:55 PDT 2001


Log Message:

don't fclose(NULL); avoids segfault when download fails



Files:

changed:http-fetch.c


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




cvs commit to boot-floppies/utilities/dbootstrap by pb

2001-04-11 Thread pb

Repository: boot-floppies/utilities/dbootstrap
who:pb
time:   Wed Apr 11 02:51:42 PDT 2001


Log Message:

make it build with TESTING



Files:

changed:bootconfig.c


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




cvs commit to boot-floppies by pb

2001-04-10 Thread pb

Repository: boot-floppies
who:pb
time:   Tue Apr 10 01:24:11 PDT 2001


Log Message:

Use `ld.so --list' rather than ldd; maybe it will help avoid
problems caused by version skew.



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies by pb

2001-04-08 Thread pb

Repository: boot-floppies
who:pb
time:   Sun Apr  8 11:54:48 PDT 2001


Log Message:

Redo module-inclusion code in a slightly less horrific way



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies/make by pb

2001-04-08 Thread pb

Repository: boot-floppies/make
who:pb
time:   Sun Apr  8 10:26:22 PDT 2001


Log Message:

add special rule for tftpboot-cats.img; it uses the netwinder kernel.



Files:

changed:arm.rules


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




cvs commit to boot-floppies by pb

2001-04-08 Thread pb

Repository: boot-floppies
who:pb
time:   Sun Apr  8 10:14:54 PDT 2001


Log Message:

Add missing brackets.



Files:

changed:Makefile


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




cvs commit to boot-floppies by pb

2001-04-08 Thread pb

Repository: boot-floppies
who:pb
time:   Sun Apr  8 07:43:23 PDT 2001


Log Message:

Cope with different layout of modules directory under 2.4 kernel.



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies/make by pb

2001-04-08 Thread pb

Repository: boot-floppies/make
who:pb
time:   Sun Apr  8 03:46:48 PDT 2001


Log Message:

add rules for subarch rescue disks



Files:

changed:arm.rules


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




cvs commit to boot-floppies by pb

2001-04-03 Thread pb

Repository: boot-floppies
who:pb
time:   Tue Apr  3 11:32:14 PDT 2001


Log Message:

Adjust ARM rules; make `linuxnetwinder' rather than `linux-netwinder',
and so on.



Files:

changed:Makefile


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




cvs commit to boot-floppies by pb

2001-04-03 Thread pb

Repository: boot-floppies
who:pb
time:   Tue Apr  3 11:31:46 PDT 2001


Log Message:

Use grab_paths, not make_paths, when looking for modconf et al.



Files:

changed:driverdisks.sh


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




cvs commit to boot-floppies by pb

2001-04-03 Thread pb

Repository: boot-floppies
who:pb
time:   Tue Apr  3 11:31:07 PDT 2001


Log Message:

ARM uses libc 2.2.2.



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies/make by pb

2001-04-02 Thread pb

Repository: boot-floppies/make
who:pb
time:   Mon Apr  2 11:19:56 PDT 2001


Log Message:

ARM definitions



Files:

added:  arm.rules arm.vars


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




cvs commit to boot-floppies/utilities/dbootstrap by pb

2001-02-18 Thread pb

Repository: boot-floppies/utilities/dbootstrap
who:pb
time:   Sun Feb 18 15:09:51 PST 2001


Log Message:

Add `Arch3' to hold the specific ARM model.  Use this to
drive installation of the appropriate bootloader.



Files:

changed:bootconfig.c main.c


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




cvs commit to boot-floppies/scripts/basedisks by pb

2001-02-18 Thread pb

Repository: boot-floppies/scripts/basedisks
who:pb
time:   Sun Feb 18 12:14:35 PST 2001


Log Message:

Add catsboot, pciutils.



Files:

changed:PACKAGES_arm


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




cvs commit to boot-floppies by pb

2001-02-18 Thread pb

Repository: boot-floppies
who:pb
time:   Sun Feb 18 12:10:57 PST 2001


Log Message:

Allocate more inodes in filesystem for ARM



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies by pb

2001-02-17 Thread pb

Repository: boot-floppies
who:pb
time:   Sat Feb 17 13:57:56 PST 2001


Log Message:

Add tulip for ARM



Files:

changed:rootdisk.sh


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




cvs commit to boot-floppies/scripts/rootdisk/prototype/etc/init.d by pb

2001-02-17 Thread pb

Repository: boot-floppies/scripts/rootdisk/prototype/etc/init.d
who:pb
time:   Sat Feb 17 13:57:56 PST 2001


Log Message:

Add tulip for ARM



Files:

changed:rcS


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