add mount_mfs, getopt, use the src MAKEDEV and disktab files. ln less more
This commit is contained in:
parent
9ad088bf84
commit
238d69a954
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.3 1998/06/09 14:21:02 mrg Exp $
|
||||
# $NetBSD: list,v 1.4 1998/06/20 12:07:11 mrg Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/ramdiskbin sysinst
|
||||
@ -33,6 +33,7 @@ LINK sysinst sbin/mknod
|
||||
LINK sysinst sbin/mount
|
||||
LINK sysinst sbin/mount_cd9660
|
||||
LINK sysinst sbin/mount_ffs
|
||||
LINK sysinst sbin/mount_mfs
|
||||
LINK sysinst sbin/mount_nfs
|
||||
LINK sysinst sbin/mount_kernfs
|
||||
LINK sysinst sbin/newfs
|
||||
@ -46,6 +47,7 @@ LINK sysinst sbin/slattach
|
||||
LINK sysinst sbin/umount
|
||||
LINK sysinst usr/bin/chgrp
|
||||
LINK sysinst usr/bin/ftp
|
||||
LINK sysinst usr/bin/getopt
|
||||
LINK sysinst usr/bin/gunzip
|
||||
LINK sysinst usr/bin/gzcat
|
||||
LINK sysinst usr/bin/gzip
|
||||
@ -61,7 +63,7 @@ LINK sysinst usr/sbin/chown
|
||||
LINK sysinst usr/sbin/update
|
||||
|
||||
# copy the MAKEDEV script and make some devices
|
||||
COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
|
||||
COPY ${CURDIR}/../../../../etc/etc.sparc/MAKEDEV dev/MAKEDEV
|
||||
SPECIAL cd dev; sh MAKEDEV floppy
|
||||
SPECIAL /bin/rm dev/MAKEDEV
|
||||
|
||||
@ -75,7 +77,7 @@ COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
|
||||
COPY ${CURDIR}/termcap.src usr/share/misc/termcap
|
||||
|
||||
# various files that we need in /etc for the install
|
||||
COPY ${DESTDIR}/etc/disktab etc/disktab
|
||||
COPY ${CURDIR}/../../../../etc/etc.sparc/disktab etc/disktab
|
||||
COPY ${CURDIR}/../../../../etc/group etc/group
|
||||
COPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd
|
||||
COPY ${CURDIR}/../../../../etc/protocols etc/protocols
|
||||
|
@ -1,12 +1,12 @@
|
||||
# $NetBSD: ramdiskbin.conf,v 1.3 1998/06/09 14:21:02 mrg Exp $
|
||||
# $NetBSD: ramdiskbin.conf,v 1.4 1998/06/20 12:07:12 mrg Exp $
|
||||
#
|
||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||
|
||||
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 fsck fsck_ffs ftp gzip ifconfig init installboot less
|
||||
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs
|
||||
progs fsck fsck_ffs ftp gzip getopt ifconfig init installboot less
|
||||
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_mfs
|
||||
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 tip tset update umount
|
||||
@ -18,10 +18,12 @@ special sysinst srcdir distrib/utils/sysinst/arch/sparc
|
||||
|
||||
ln chown chgrp
|
||||
ln gzip gzcat gunzip
|
||||
ln less more
|
||||
ln sh -sh # init invokes the shell this way
|
||||
ln test [
|
||||
ln mount_cd9660 cd9660
|
||||
ln mount_ffs ffs
|
||||
ln mount_mfs mfs
|
||||
ln mount_nfs nfs
|
||||
ln reboot halt
|
||||
ln restore rrestore
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.3 1998/06/09 14:21:02 mrg Exp $
|
||||
# $NetBSD: list,v 1.4 1998/06/20 12:07:11 mrg Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/ramdiskbin sysinst
|
||||
@ -33,6 +33,7 @@ LINK sysinst sbin/mknod
|
||||
LINK sysinst sbin/mount
|
||||
LINK sysinst sbin/mount_cd9660
|
||||
LINK sysinst sbin/mount_ffs
|
||||
LINK sysinst sbin/mount_mfs
|
||||
LINK sysinst sbin/mount_nfs
|
||||
LINK sysinst sbin/mount_kernfs
|
||||
LINK sysinst sbin/newfs
|
||||
@ -46,6 +47,7 @@ LINK sysinst sbin/slattach
|
||||
LINK sysinst sbin/umount
|
||||
LINK sysinst usr/bin/chgrp
|
||||
LINK sysinst usr/bin/ftp
|
||||
LINK sysinst usr/bin/getopt
|
||||
LINK sysinst usr/bin/gunzip
|
||||
LINK sysinst usr/bin/gzcat
|
||||
LINK sysinst usr/bin/gzip
|
||||
@ -61,7 +63,7 @@ LINK sysinst usr/sbin/chown
|
||||
LINK sysinst usr/sbin/update
|
||||
|
||||
# copy the MAKEDEV script and make some devices
|
||||
COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
|
||||
COPY ${CURDIR}/../../../../etc/etc.sparc/MAKEDEV dev/MAKEDEV
|
||||
SPECIAL cd dev; sh MAKEDEV floppy
|
||||
SPECIAL /bin/rm dev/MAKEDEV
|
||||
|
||||
@ -75,7 +77,7 @@ COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
|
||||
COPY ${CURDIR}/termcap.src usr/share/misc/termcap
|
||||
|
||||
# various files that we need in /etc for the install
|
||||
COPY ${DESTDIR}/etc/disktab etc/disktab
|
||||
COPY ${CURDIR}/../../../../etc/etc.sparc/disktab etc/disktab
|
||||
COPY ${CURDIR}/../../../../etc/group etc/group
|
||||
COPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd
|
||||
COPY ${CURDIR}/../../../../etc/protocols etc/protocols
|
||||
|
@ -1,12 +1,12 @@
|
||||
# $NetBSD: ramdiskbin.conf,v 1.3 1998/06/09 14:21:02 mrg Exp $
|
||||
# $NetBSD: ramdiskbin.conf,v 1.4 1998/06/20 12:07:12 mrg Exp $
|
||||
#
|
||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||
|
||||
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 fsck fsck_ffs ftp gzip ifconfig init installboot less
|
||||
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs
|
||||
progs fsck fsck_ffs ftp gzip getopt ifconfig init installboot less
|
||||
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_mfs
|
||||
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 tip tset update umount
|
||||
@ -18,10 +18,12 @@ special sysinst srcdir distrib/utils/sysinst/arch/sparc
|
||||
|
||||
ln chown chgrp
|
||||
ln gzip gzcat gunzip
|
||||
ln less more
|
||||
ln sh -sh # init invokes the shell this way
|
||||
ln test [
|
||||
ln mount_cd9660 cd9660
|
||||
ln mount_ffs ffs
|
||||
ln mount_mfs mfs
|
||||
ln mount_nfs nfs
|
||||
ln reboot halt
|
||||
ln restore rrestore
|
||||
|
Loading…
Reference in New Issue
Block a user