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

2001-09-08 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:joey
time:   Sat Sep  8 05:48:43 PDT 2001


Log Message:

This patch configures dbootstrap to default to 2.88 MB floppy images
for downloading for binary-mipsel.  We don't use 1.44 MB floppies.

Files:

changed:net-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 joey

2001-09-08 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:joey
time:   Sat Sep  8 05:50:39 PDT 2001


Log Message:

This patch configures dbootstrap to default to 2.88 MB floppy images
for downloading for binary-mipsel.  We don't use 1.44 MB floppies.
This is only used for testing purpose, but we should not have disk
sizes differently, it would only confuse people even more.

Files:

changed:choose_medium.c


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




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

2001-09-08 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:joey
time:   Sat Sep  8 05:53:43 PDT 2001


Log Message:

This patch configures dbootstrap to default to 2.88 MB floppy images
for downloading for binary-mipsel.  We don't use 1.44 MB floppies.
This is only used for testing purpose, but we should not have disk
sizes differently, it would only confuse people even more.

Files:

changed:main.c


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




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

2001-07-23 Thread joey

Repository: boot-floppies/utilities/dbootstrap
who:joey
time:   Mon Jul 23 00:34:15 PDT 2001


Log Message:

This patch corrects the behaviour of recursiveAction() if an nfsroot
installation is done.  In that case, stat.st_dev is 00:06 (or
something similar), however, /dev/root doesn't has a major:minor
number so it won't be returned.  This patch initializes
InstallationRootDevice as /dev/root for the case where / from the
initial installation system (initrd, root.bin) is mounted via NFS.
This should help installing Debian on a MIPS machine.

Files:

changed:block_device.c main.c


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