RE: The position of {boot,fixit}_crunch.conf

2000-06-28 Thread John Baldwin


On 28-Jun-00 Takahashi Yoshihiro wrote:
> Hi,
> 
> I'd like to move {boot,fixit}_crunch.conf from src/release to
> src/release/$MACHINE because it needs to use different configuration
> file between PC/AT and PC-98 to decrease the size of PC-98 fixit.flp
> to 1.2MB.
> 
> In addition, alpha machines don't require the fdisk command, so I
> think that it should be removed the fdisk command from
> fixit_crunch.conf for alpha.

Actually, I'd add the src/release/${MACHINE} dir, but only move
a conf file if you need to.  For instance, if you rip the unused
/usr/src/sbin/${MACHINE_ARCH} dir from boot_crunch.conf, it will
work on the alpha again and will be the same for all platforms.

Only the fixit floppy actually differs at the moment.

You can implement this by checking for src/release/${MACHINE}/${conf_file}
first and fallback to src/release/${conf_file} if you don't find
the first one.

> Comment?

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: The position of {boot,fixit}_crunch.conf

2000-06-28 Thread Brandon D. Valentine

On Wed, 28 Jun 2000, Wilko Bulte wrote:

>Rather, I mean a *small* bootable CD image like NetBSD uses, essentially 
>a 'super floppy'. Which would then be suitable for a Net install too.
>There is already a LS120 (?) image similar to that I think.

Which, btw, would be a nifty thing to have if you've got an alpha
capable of bootstrapping over the network.  I've just installed
NetBSD/sparc on a couple of sparcs using NetBSD's boot.net images and an
NFS mounted root directory as the install media.  It's very cool and
saved me the trouble of tracking down a SCSI floppy or CDROM.

Brandon D. Valentine
-- 
bandix at looksharp.net  |  bandix at structbio.vanderbilt.edu
"Truth suffers from too much analysis." -- Ancient Fremen Saying



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: The position of {boot,fixit}_crunch.conf

2000-06-28 Thread Wilko Bulte

On Wed, Jun 28, 2000 at 11:19:20AM -0700, David O'Brien wrote:
> On Wed, Jun 28, 2000 at 08:11:22PM +0200, Wilko Bulte wrote:
> > Seconded. But Maybe at some point in time we should decide CD[R] is the load
> > medium of choice for Alpha. Or?
> 
> That would mostly prevent Net installs, and anyone installing snapshots
> from current.freebsd.org.  Do we really want to hang Alpha users out to
> dry like that?

Rather, I mean a *small* bootable CD image like NetBSD uses, essentially 
a 'super floppy'. Which would then be suitable for a Net install too.
There is already a LS120 (?) image similar to that I think.

Makes sense?

-- 
Wilko Bulte http://www.freebsd.org  "Do, or do not. There is no try"
[EMAIL PROTECTED]   http://www.nlfug.nl Yoda - The Empire Strikes Back


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: The position of {boot,fixit}_crunch.conf

2000-06-28 Thread David O'Brien

On Wed, Jun 28, 2000 at 08:11:22PM +0200, Wilko Bulte wrote:
> Seconded. But Maybe at some point in time we should decide CD[R] is the load
> medium of choice for Alpha. Or?

That would mostly prevent Net installs, and anyone installing snapshots
from current.freebsd.org.  Do we really want to hang Alpha users out to
dry like that?
 
-- 
-- David  ([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: The position of {boot,fixit}_crunch.conf

2000-06-28 Thread Wilko Bulte

On Wed, Jun 28, 2000 at 10:09:31AM -0700, David O'Brien wrote:
> On Wed, Jun 28, 2000 at 09:28:31PM +0900, Takahashi Yoshihiro wrote:
> > I'd like to move {boot,fixit}_crunch.conf from src/release to
> > src/release/$MACHINE because it needs to use different configuration
> > file between PC/AT and PC-98 to decrease the size of PC-98 fixit.flp
> > to 1.2MB.
> > 
> > In addition, alpha machines don't require the fdisk command, so I
> > think that it should be removed the fdisk command from
> > fixit_crunch.conf for alpha.
> > 
> > Comment?
> 
> I really like that idea.  Alpha binaries are larger than Intel ones, thus
> when someone tweaks the floppies, often the Alpha ones become too big.

Seconded. But Maybe at some point in time we should decide CD[R] is the load
medium of choice for Alpha. Or?

-- 
Wilko Bulte http://www.freebsd.org  "Do, or do not. There is no try"
[EMAIL PROTECTED]   http://www.nlfug.nl Yoda - The Empire Strikes Back


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: The position of {boot,fixit}_crunch.conf

2000-06-28 Thread David O'Brien

On Wed, Jun 28, 2000 at 09:28:31PM +0900, Takahashi Yoshihiro wrote:
> I'd like to move {boot,fixit}_crunch.conf from src/release to
> src/release/$MACHINE because it needs to use different configuration
> file between PC/AT and PC-98 to decrease the size of PC-98 fixit.flp
> to 1.2MB.
> 
> In addition, alpha machines don't require the fdisk command, so I
> think that it should be removed the fdisk command from
> fixit_crunch.conf for alpha.
> 
> Comment?

I really like that idea.  Alpha binaries are larger than Intel ones, thus
when someone tweaks the floppies, often the Alpha ones become too big.
 
-- 
-- David  ([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



The position of {boot,fixit}_crunch.conf

2000-06-28 Thread Takahashi Yoshihiro

Hi,

I'd like to move {boot,fixit}_crunch.conf from src/release to
src/release/$MACHINE because it needs to use different configuration
file between PC/AT and PC-98 to decrease the size of PC-98 fixit.flp
to 1.2MB.

In addition, alpha machines don't require the fdisk command, so I
think that it should be removed the fdisk command from
fixit_crunch.conf for alpha.

Comment?

---
Takahashi Yoshihiro
The Center for Information Science, Kogakuin Univ.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message