97 lines
2.9 KiB
Plaintext
97 lines
2.9 KiB
Plaintext
# $NetBSD: list,v 1.2 1997/12/22 00:39:36 cjs Exp $
|
|
|
|
# copy the crunched binary, link to it, and kill it
|
|
COPY ${OBJDIR}/md_install md_install
|
|
|
|
# the order here follows the order in md_install.conf
|
|
|
|
# programs from the standard tree
|
|
LINK md_install bin/cat
|
|
LINK md_install bin/chmod
|
|
SYMLINK /bin/cat usr/sbin/chown
|
|
SYMLINK /bin/cat usr/sbin/chroot
|
|
LINK md_install bin/cp
|
|
LINK md_install bin/df
|
|
LINK md_install sbin/disklabel
|
|
LINK md_install bin/ed
|
|
LINK md_install sbin/fsck
|
|
LINK md_install sbin/fsck_ffs
|
|
SYMLINK /bin/cat usr/bin/gzip
|
|
SYMLINK /bin/cat usr/mdec/installboot
|
|
LINK md_install bin/ln
|
|
LINK md_install bin/mkdir
|
|
LINK md_install sbin/mknod
|
|
LINK md_install sbin/mount
|
|
LINK md_install sbin/mount_cd9660
|
|
LINK md_install sbin/mount_ffs
|
|
LINK md_install sbin/mount_kernfs
|
|
LINK md_install sbin/mount_msdos
|
|
LINK md_install sbin/mount_nfs
|
|
LINK md_install bin/mt
|
|
LINK md_install bin/mv
|
|
LINK md_install sbin/newfs
|
|
LINK md_install sbin/ping
|
|
LINK md_install bin/pwd
|
|
LINK md_install sbin/reboot
|
|
#LINK md_install sbin/restore
|
|
LINK md_install bin/rm
|
|
SYMLINK /bin/cat usr/bin/sed
|
|
LINK md_install sbin/shutdown
|
|
LINK md_install sbin/slattach
|
|
SYMLINK /bin/cat usr/bin/strings
|
|
LINK md_install bin/stty
|
|
LINK md_install bin/sync
|
|
SYMLINK /bin/cat usr/bin/tar
|
|
LINK md_install bin/test
|
|
SYMLINK /bin/cat usr/bin/tip
|
|
LINK md_install sbin/umount
|
|
SYMLINK /bin/cat usr/sbin/update
|
|
|
|
SYMLINK /bin/cat usr/bin/chgrp
|
|
SYMLINK /bin/cat usr/bin/gunzip
|
|
SYMLINK /bin/cat usr/bin/gzcat
|
|
LINK md_install bin/[
|
|
LINK md_install sbin/halt
|
|
#LINK md_install sbin/rrestore
|
|
|
|
# programs specially reduced in size
|
|
LINK md_install sbin/init
|
|
SYMLINK /bin/cat usr/bin/more
|
|
LINK md_install bin/ls
|
|
LINK md_install bin/dd
|
|
SYMLINK /bin/cat usr/bin/ftp
|
|
LINK md_install sbin/ifconfig
|
|
LINK md_install sbin/route
|
|
LINK md_install bin/sh
|
|
|
|
SPECIAL /bin/rm md_install
|
|
|
|
# various files that we need to operate even in single-user mode
|
|
COPY ${CURDIR}/../../../../etc/group etc/group
|
|
COPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd
|
|
COPY ${CURDIR}/../../../../etc/protocols etc/protocols
|
|
COPY ${CURDIR}/../../../../etc/services etc/services
|
|
SPECIAL pwd_mkdb -p -d ./ etc/master.passwd
|
|
|
|
# copy the MAKEDEV script and make some devices
|
|
COPY ${CURDIR}/../../../../etc/etc.alpha/MAKEDEV dev/MAKEDEV
|
|
SPECIAL cd dev; sh MAKEDEV minimal
|
|
SPECIAL /bin/rm dev/MAKEDEV
|
|
|
|
# we need the boot blocks /usr/mdec
|
|
COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
|
|
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
|
|
|
|
# and the installation tools
|
|
COPY dot.profile .profile
|
|
COPY dot.instutils .instutils
|
|
COPY dot.commonutils .commonutils
|
|
COPY ${OBJDIR}/install.sh install
|
|
COPY ${OBJDIR}/upgrade.sh upgrade
|
|
COPY ${OBJDIR}/start.sh start
|
|
COPY dot.hdprofile tmp/.hdprofile
|
|
COPY disktab.preinstall etc/disktab.preinstall
|
|
SPECIAL chmod 755 install
|
|
SPECIAL chmod 755 upgrade
|
|
SPECIAL chmod 755 start
|