bring in ping6 and rtsol into boot floppy image.
This commit is contained in:
parent
a177ed9712
commit
8cb34890e1
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.23 1999/11/23 23:16:03 simonb Exp $
|
||||
# $NetBSD: list,v 1.24 2000/01/04 08:30:24 itojun Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/ramdiskbin ramdiskbin
|
||||
|
@ -47,10 +47,12 @@ LINK ramdiskbin sbin/newfs
|
|||
LINK ramdiskbin sbin/nfs
|
||||
LINK ramdiskbin sbin/ntfs
|
||||
LINK ramdiskbin sbin/ping
|
||||
LINK ramdiskbin sbin/ping6
|
||||
LINK ramdiskbin sbin/reboot
|
||||
LINK ramdiskbin sbin/restore
|
||||
LINK ramdiskbin sbin/route
|
||||
LINK ramdiskbin sbin/rrestore
|
||||
LINK ramdiskbin sbin/rtsol
|
||||
LINK ramdiskbin sbin/shutdown
|
||||
LINK ramdiskbin sbin/slattach
|
||||
LINK ramdiskbin sbin/swapctl
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ramdiskbin.conf,v 1.19 1999/12/31 18:33:25 itojun Exp $
|
||||
# $NetBSD: ramdiskbin.conf,v 1.20 2000/01/04 08:30:24 itojun Exp $
|
||||
#
|
||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||
#
|
||||
|
@ -14,6 +14,7 @@ progs route sed sh shutdown slattach stty swapctl sync test
|
|||
progs tip umount
|
||||
progs sysinst pax
|
||||
progs fdisk mbrlabel
|
||||
progs ping6 rtsol
|
||||
|
||||
special sysinst srcdir distrib/utils/sysinst/arch/i386
|
||||
special init srcdir distrib/utils/init_s
|
||||
|
@ -24,6 +25,7 @@ special ifconfig srcdir distrib/utils/x_ifconfig
|
|||
special route srcdir distrib/utils/x_route
|
||||
special sh srcdir distrib/utils/x_sh
|
||||
special ping srcdir distrib/utils/x_ping
|
||||
special ping6 srcdir distrib/utils/x_ping6
|
||||
|
||||
# "special" gzip is actually larger assuming nothing else uses -lz..
|
||||
#special gzip srcdir distrib/utils/x_gzip
|
||||
|
|
Loading…
Reference in New Issue