Step #2 of fixing the fixit floppy.

Kill duplicates for programs that have been in the boot crunched image
as well as on the fixit floppy (pwd, newfs, hostname, test).  Our
space is really too valuable to have them around there twice.  I doubt
pwd needs to be there at all since it's a builtin into sh(1) anyway
(oh, and the same applies to test(1) IIRC), but heck, leave them by
now.

Use the new `fixit' target in MAKEDEV to create the /dev nodes on
the floppy, instead of including the kitchensink...

Finally, tune the values used for creating the floppy.  I currently
end up with

Filesystem  1K-blocks     Used    Avail Capacity iused   ifree  %iused
/dev/vnn0c       1363     1301      -47   104%     368      14    96%

...which is not quite ideal yet, but at least a working configuration
again.
This commit is contained in:
Joerg Wunsch 1999-12-14 22:41:09 +00:00
parent a68a4bff2d
commit 7f047619e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54616
5 changed files with 12 additions and 16 deletions

View File

@ -88,17 +88,17 @@ MFSSIZE= 2880
BIGBOOTSIZE= 2880
BOOTINODE= 80000
MFSINODE= 8000
FIXITINODE= 2000
FIXITINODE= 4000
BOOTLABEL= fd1440
FIXITLABEL= fd1440
BIGBOOTLABEL= minimum2
MFSLABEL= minimum2
# overrides.
#.if ${MACHINE_ARCH} == "alpha"
.if ${MACHINE_ARCH} == "alpha"
FIXITSIZE= 2880
FIXITLABEL= minimum2
#.endif
.endif
ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
@ -520,7 +520,7 @@ release.9:
@( cd ${RD}/fixitfd/dev && \
sed -e '/^PATH/s/^/#/' ${RD}/trees/bin/dev/MAKEDEV > MAKEDEV && \
chmod 755 MAKEDEV && \
sh MAKEDEV all )
sh MAKEDEV fixit )
@cp ${RD}/trees/bin/etc/spwd.db ${RD}/trees/bin/etc/group \
${RD}/trees/bin/etc/protocols ${RD}/fixitfd/etc
@cp ${RD}/trees/bin/usr/share/misc/scsi_modes \

View File

@ -13,20 +13,17 @@ srcdirs /usr/src/sbin/i386
# /bin stuff
progs cat chmod chroot cp dd df echo expr hostname kill ln ls mkdir
progs mv pwd rm rmdir sleep sync test
ln test [
progs cat chmod chroot cp dd df echo expr kill ln ls mkdir
progs mv rm rmdir sleep sync
# /sbin stuff
progs chown clri disklabel dmesg fdisk
progs mknod mount newfs ping reboot restore swapon umount
progs mknod mount ping reboot restore swapon umount
progs mount_msdos mount_cd9660
ln restore rrestore
ln newfs mount_mfs
ln chown chgrp
# /usr/bin stuff

View File

@ -13,6 +13,7 @@ ln minigzip gunzip
ln minigzip zcat
ln sh -sh
ln test [
ln newfs mount_mfs
libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz -lnetgraph
libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx

View File

@ -16,6 +16,7 @@ ln minigzip gunzip
ln minigzip zcat
ln sh -sh
ln test [
ln newfs mount_mfs
libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz -lnetgraph
libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx

View File

@ -13,20 +13,17 @@ srcdirs /usr/src/sbin/i386
# /bin stuff
progs cat chmod chroot cp dd df echo expr hostname kill ln ls mkdir
progs mv pwd rm rmdir sleep sync test
ln test [
progs cat chmod chroot cp dd df echo expr kill ln ls mkdir
progs mv rm rmdir sleep sync
# /sbin stuff
progs chown clri disklabel dmesg fdisk
progs mknod mount newfs ping reboot restore swapon umount
progs mknod mount ping reboot restore swapon umount
progs mount_msdos mount_cd9660
ln restore rrestore
ln newfs mount_mfs
ln chown chgrp
# /usr/bin stuff