Add /usr/mdec/installboot.
This commit is contained in:
parent
8a68eee934
commit
57d1fda0d9
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.9 1999/11/23 23:16:04 simonb Exp $
|
||||
# $NetBSD: list,v 1.10 1999/12/28 10:46:55 simonb Exp $
|
||||
|
||||
# pmax extra's: mountpoint for kernfs
|
||||
SPECIAL mkdir kern
|
||||
@ -21,6 +21,9 @@ SYMLINK ../../instbin usr/bin/rsh
|
||||
SYMLINK ../../instbin usr/bin/tset usr/bin/reset
|
||||
SYMLINK ../../instbin usr/bin/vi
|
||||
|
||||
# extras in /usr/mdec
|
||||
SYMLINK ../../instbin usr/mdec/installboot
|
||||
|
||||
# OK, now do everything in /usr all over all again in usr.install,
|
||||
# in case we try and install directly into the miniroot (mounting over /usr).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: list,v 1.5 1999/11/23 23:16:04 simonb Exp $
|
||||
# $NetBSD: list,v 1.6 1999/12/28 10:46:55 simonb Exp $
|
||||
|
||||
# copy the crunched binary, link to it, and kill it
|
||||
COPY ${OBJDIR}/ramdiskbin ramdiskbin
|
||||
@ -59,6 +59,7 @@ SYMLINK /bin/cat usr/bin/tset
|
||||
SYMLINK /bin/cat usr/sbin/bad144
|
||||
SYMLINK /bin/cat usr/sbin/chown
|
||||
SYMLINK /bin/cat usr/sbin/chroot
|
||||
SYMLINK /bin/cat usr/mdec/installboot
|
||||
SPECIAL /bin/rm ramdiskbin
|
||||
|
||||
# copy the MAKEDEV script and make some devices
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ramdiskbin.conf,v 1.5 1999/11/23 22:14:24 simonb Exp $
|
||||
# $NetBSD: ramdiskbin.conf,v 1.6 1999/12/28 10:51:09 simonb Exp $
|
||||
#
|
||||
# ramdiskbin.conf - unified binary for the install ramdisk
|
||||
#
|
||||
@ -7,7 +7,7 @@ srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand
|
||||
#srcdirs usr.bin/less
|
||||
|
||||
progs cat chmod chown chroot cp dd df disklabel ed
|
||||
progs fsck fsck_ffs ftp gzip ifconfig init #less
|
||||
progs fsck fsck_ffs ftp gzip ifconfig init installboot #less
|
||||
progs ln ls mkdir mknod mount mount_cd9660 mount_ffs mount_msdos
|
||||
progs mount_nfs mount_kernfs mt mv newfs ping pwd reboot rm
|
||||
progs route sed sh shutdown slattach stty sync test
|
||||
|
Loading…
Reference in New Issue
Block a user