add link for tar/cpio, fix mount_mfs, and add kernfs
This commit is contained in:
parent
c22655fe0c
commit
76ca309bff
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: list,v 1.4 1998/06/20 12:07:11 mrg Exp $
|
# $NetBSD: list,v 1.5 1998/06/20 14:38:42 mrg Exp $
|
||||||
|
|
||||||
# copy the crunched binary, link to it, and kill it
|
# copy the crunched binary, link to it, and kill it
|
||||||
COPY ${OBJDIR}/ramdiskbin sysinst
|
COPY ${OBJDIR}/ramdiskbin sysinst
|
||||||
|
@ -33,9 +33,9 @@ LINK sysinst sbin/mknod
|
||||||
LINK sysinst sbin/mount
|
LINK sysinst sbin/mount
|
||||||
LINK sysinst sbin/mount_cd9660
|
LINK sysinst sbin/mount_cd9660
|
||||||
LINK sysinst sbin/mount_ffs
|
LINK sysinst sbin/mount_ffs
|
||||||
|
LINK sysinst sbin/mount_kernfs
|
||||||
LINK sysinst sbin/mount_mfs
|
LINK sysinst sbin/mount_mfs
|
||||||
LINK sysinst sbin/mount_nfs
|
LINK sysinst sbin/mount_nfs
|
||||||
LINK sysinst sbin/mount_kernfs
|
|
||||||
LINK sysinst sbin/newfs
|
LINK sysinst sbin/newfs
|
||||||
LINK sysinst sbin/ping
|
LINK sysinst sbin/ping
|
||||||
LINK sysinst sbin/reboot
|
LINK sysinst sbin/reboot
|
||||||
|
@ -45,6 +45,7 @@ LINK sysinst sbin/rrestore
|
||||||
LINK sysinst sbin/shutdown
|
LINK sysinst sbin/shutdown
|
||||||
LINK sysinst sbin/slattach
|
LINK sysinst sbin/slattach
|
||||||
LINK sysinst sbin/umount
|
LINK sysinst sbin/umount
|
||||||
|
LINK sysinst usr/bin/cpio
|
||||||
LINK sysinst usr/bin/chgrp
|
LINK sysinst usr/bin/chgrp
|
||||||
LINK sysinst usr/bin/ftp
|
LINK sysinst usr/bin/ftp
|
||||||
LINK sysinst usr/bin/getopt
|
LINK sysinst usr/bin/getopt
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: ramdiskbin.conf,v 1.4 1998/06/20 12:07:12 mrg Exp $
|
# $NetBSD: ramdiskbin.conf,v 1.5 1998/06/20 14:38:42 mrg Exp $
|
||||||
#
|
#
|
||||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin sys/arch/sparc/stand
|
||||||
|
|
||||||
progs cat chmod chown chroot cp dd df disklabel dmesg ed
|
progs cat chmod chown chroot cp dd df disklabel dmesg ed
|
||||||
progs fsck fsck_ffs ftp gzip getopt ifconfig init installboot less
|
progs fsck fsck_ffs ftp gzip getopt ifconfig init installboot less
|
||||||
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_mfs
|
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_kernfs
|
||||||
progs mount_nfs mt mv newfs pax ping reboot rcmd rcp restore rm
|
progs mount_nfs mt mv newfs pax ping reboot rcmd rcp restore rm
|
||||||
progs route sed sh shutdown slattach strings stty sync sysinst test
|
progs route sed sh shutdown slattach strings stty sync sysinst test
|
||||||
progs tip tset update umount
|
progs tip tset update umount
|
||||||
|
@ -23,10 +23,12 @@ ln sh -sh # init invokes the shell this way
|
||||||
ln test [
|
ln test [
|
||||||
ln mount_cd9660 cd9660
|
ln mount_cd9660 cd9660
|
||||||
ln mount_ffs ffs
|
ln mount_ffs ffs
|
||||||
ln mount_mfs mfs
|
ln mount_kernfs kernfs
|
||||||
ln mount_nfs nfs
|
ln mount_nfs nfs
|
||||||
|
ln newfs mount_nfs
|
||||||
ln reboot halt
|
ln reboot halt
|
||||||
ln restore rrestore
|
ln restore rrestore
|
||||||
ln rcmd rsh
|
ln rcmd rsh
|
||||||
|
ln pax tar cpio
|
||||||
|
|
||||||
libs -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lkvm
|
libs -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lkvm
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: list,v 1.4 1998/06/20 12:07:11 mrg Exp $
|
# $NetBSD: list,v 1.5 1998/06/20 14:38:42 mrg Exp $
|
||||||
|
|
||||||
# copy the crunched binary, link to it, and kill it
|
# copy the crunched binary, link to it, and kill it
|
||||||
COPY ${OBJDIR}/ramdiskbin sysinst
|
COPY ${OBJDIR}/ramdiskbin sysinst
|
||||||
|
@ -33,9 +33,9 @@ LINK sysinst sbin/mknod
|
||||||
LINK sysinst sbin/mount
|
LINK sysinst sbin/mount
|
||||||
LINK sysinst sbin/mount_cd9660
|
LINK sysinst sbin/mount_cd9660
|
||||||
LINK sysinst sbin/mount_ffs
|
LINK sysinst sbin/mount_ffs
|
||||||
|
LINK sysinst sbin/mount_kernfs
|
||||||
LINK sysinst sbin/mount_mfs
|
LINK sysinst sbin/mount_mfs
|
||||||
LINK sysinst sbin/mount_nfs
|
LINK sysinst sbin/mount_nfs
|
||||||
LINK sysinst sbin/mount_kernfs
|
|
||||||
LINK sysinst sbin/newfs
|
LINK sysinst sbin/newfs
|
||||||
LINK sysinst sbin/ping
|
LINK sysinst sbin/ping
|
||||||
LINK sysinst sbin/reboot
|
LINK sysinst sbin/reboot
|
||||||
|
@ -45,6 +45,7 @@ LINK sysinst sbin/rrestore
|
||||||
LINK sysinst sbin/shutdown
|
LINK sysinst sbin/shutdown
|
||||||
LINK sysinst sbin/slattach
|
LINK sysinst sbin/slattach
|
||||||
LINK sysinst sbin/umount
|
LINK sysinst sbin/umount
|
||||||
|
LINK sysinst usr/bin/cpio
|
||||||
LINK sysinst usr/bin/chgrp
|
LINK sysinst usr/bin/chgrp
|
||||||
LINK sysinst usr/bin/ftp
|
LINK sysinst usr/bin/ftp
|
||||||
LINK sysinst usr/bin/getopt
|
LINK sysinst usr/bin/getopt
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: ramdiskbin.conf,v 1.4 1998/06/20 12:07:12 mrg Exp $
|
# $NetBSD: ramdiskbin.conf,v 1.5 1998/06/20 14:38:42 mrg Exp $
|
||||||
#
|
#
|
||||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin sys/arch/sparc/stand
|
||||||
|
|
||||||
progs cat chmod chown chroot cp dd df disklabel dmesg ed
|
progs cat chmod chown chroot cp dd df disklabel dmesg ed
|
||||||
progs fsck fsck_ffs ftp gzip getopt ifconfig init installboot less
|
progs fsck fsck_ffs ftp gzip getopt ifconfig init installboot less
|
||||||
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_mfs
|
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_kernfs
|
||||||
progs mount_nfs mt mv newfs pax ping reboot rcmd rcp restore rm
|
progs mount_nfs mt mv newfs pax ping reboot rcmd rcp restore rm
|
||||||
progs route sed sh shutdown slattach strings stty sync sysinst test
|
progs route sed sh shutdown slattach strings stty sync sysinst test
|
||||||
progs tip tset update umount
|
progs tip tset update umount
|
||||||
|
@ -23,10 +23,12 @@ ln sh -sh # init invokes the shell this way
|
||||||
ln test [
|
ln test [
|
||||||
ln mount_cd9660 cd9660
|
ln mount_cd9660 cd9660
|
||||||
ln mount_ffs ffs
|
ln mount_ffs ffs
|
||||||
ln mount_mfs mfs
|
ln mount_kernfs kernfs
|
||||||
ln mount_nfs nfs
|
ln mount_nfs nfs
|
||||||
|
ln newfs mount_nfs
|
||||||
ln reboot halt
|
ln reboot halt
|
||||||
ln restore rrestore
|
ln restore rrestore
|
||||||
ln rcmd rsh
|
ln rcmd rsh
|
||||||
|
ln pax tar cpio
|
||||||
|
|
||||||
libs -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lkvm
|
libs -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lkvm
|
||||||
|
|
Loading…
Reference in New Issue