The following patch brings the floppy size down enough to fix
the problem. One is a leftover from the config file syntax
change. Also, I don't know how useful INET6 is to a GENERIC
kernel on todays' networks (faith & gif are already removed).

Index: dokern.sh
===================================================================
RCS file: /mirror/ncvs/src/release/scripts/dokern.sh,v
retrieving revision 1.37
diff -r1.37 dokern.sh
43c43
<       -e '/apm0/d' \
---
>       -e '/apm/d' \
46a47
>       -e '/INET6/d' \
65c66
<       -e '/apm0/d' \
---
>       -e '/apm/d' \
68a70
>       -e '/INET6/d' \


I'll commit this later today unless I hear objections.

-John

----- Makoto MATSUSHITA's Original Message -----
> 
> Maybe kernel image for kern.flp is a little bit larger than a 1.44MB floppy.
> 
> ***
> 
> linking BOOTMFS
>    text          data     bss     dec     hex filename
> 2613503        196388  130744 2940635  2cdedb BOOTMFS
> install -c -m 555 -o root -g wheel -fschg  BOOTMFS /R/stage/kernels
> mv /R/stage/kernels/BOOTMFS /R/stage/image.kern/kernel
> Setting up /boot directory for kern floppy
> /R/stage/image.kern/kernel:    54.9% -- replaced with /R/stage/image.kern/kernel.gz
> sh -e /usr/src/release/scripts/doFS.sh /R/stage/floppies/kern.flp  /R/stage /mnt 
>1440 /R/stage/image.kern  80000 fd1440
> disklabel: ioctl DIOCWLABEL: Operation not supported by device
> Warning: Block size restricts cylinders per group to 6.
> Warning: 1216 sector(s) in last cylinder unallocated
> /dev/rvnn1c:  2880 sectors in 1 cylinders of 1 tracks, 4096 sectors
>       1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 32 i/g)
> super-block backups (for fsck -b #) at:
>  32
> cpio: write error: No space left on device
> *** Error code 1
> 
> Stop in /usr/src/release.
> *** Error code 1
> 
> Stop in /usr/src/release.
> 
> ***
> 
> FYI:
> 
> You can also fetch (last 50 lines of) logfile via:
> 
> 
><URL:ftp://current.jp.freebsd.org/pub/FreeBSD/snapshots/i386/5.0-CURRENT-20001024-JPSNAP.log>
> 
> "finger [EMAIL PROTECTED]" will also provide you the same
> result.
> 
> -- -
> Makoto `MAR' MATSUSHITA
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message


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

Reply via email to