170 lines
5.6 KiB
Plaintext
170 lines
5.6 KiB
Plaintext
#
|
|
# $NetBSD: list,v 1.7 2002/10/28 17:25:14 nathanw Exp $
|
|
#
|
|
|
|
COPY ${KERNEL3} netbsd.sun3
|
|
COPY ${KERNEL3X} netbsd.sun3x
|
|
|
|
# These are scripts:
|
|
COPY ${DESTDIR}/usr/bin/false bin/false 555
|
|
COPY ${DESTDIR}/usr/bin/true bin/true 555
|
|
|
|
# From usr/mdec:
|
|
COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
|
|
# COPY ${DESTDIR}/usr/mdec/bootyy usr/mdec/bootyy
|
|
SYMLINK /usr/sbin/installboot usr/mdec/installboot
|
|
COPY ${DESTDIR}/usr/mdec/netboot usr/mdec/netboot
|
|
COPY ${DESTDIR}/usr/mdec/tapeboot usr/mdec/tapeboot
|
|
COPY ${DESTDIR}/usr/mdec/ufsboot usr/mdec/ufsboot
|
|
LINK usr/mdec/ufsboot ufsboot
|
|
|
|
# various files that we need in /etc for the install
|
|
COPY ${DESTDIR}/etc/group etc/group
|
|
COPY ${DESTDIR}/etc/master.passwd etc/master.passwd
|
|
COPY ${DESTDIR}/etc/netconfig etc/netconfig
|
|
COPY ${DESTDIR}/etc/passwd etc/passwd
|
|
COPY ${DESTDIR}/etc/protocols etc/protocols
|
|
COPY ${DESTDIR}/etc/pwd.db etc/pwd.db
|
|
COPY ${DESTDIR}/etc/services etc/services
|
|
COPY ${DESTDIR}/etc/spwd.db etc/spwd.db
|
|
|
|
# some /etc files get special handling (for MFS /tmp yuck)
|
|
COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
|
|
SYMLINK /tmp/disktab.shadow etc/disktab
|
|
COPY ${CURDIR}/fstab tmp/fstab.shadow
|
|
SYMLINK /tmp/fstab.shadow etc/fstab
|
|
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
|
|
SYMLINK /tmp/hosts etc/hosts
|
|
|
|
# copy the MAKEDEV script and make some devices
|
|
COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 555
|
|
COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 555
|
|
|
|
# copy the miniroot installation tools
|
|
COPY ${CURDIR}/profile .profile
|
|
COPY ${CURDIR}/termcap usr/share/misc/termcap
|
|
|
|
COPY ${CURDIR}/install.md install.md
|
|
COPY ${OBJDIR}/install.sub install.sub
|
|
|
|
COPY ${DISTRIBDIR}/miniroot/install.sh install 555
|
|
COPY ${DISTRIBDIR}/miniroot/upgrade.sh upgrade 555
|
|
|
|
# miniroot files from /sbin:
|
|
# Extras not in ../../miniroot/list:
|
|
# disklabel dmesg edlabel mount_kernfs restore
|
|
|
|
COPY ${DESTDIR}/sbin/dmesg sbin/dmesg 555
|
|
COPY ${DESTDIR}/sbin/edlabel sbin/edlabel 555
|
|
|
|
COPY ${DESTDIR}/sbin/fsck sbin/fsck 555
|
|
COPY ${DESTDIR}/sbin/fsck_ffs sbin/fsck_ffs 555
|
|
|
|
COPY ${DESTDIR}/sbin/ifconfig sbin/ifconfig 555
|
|
COPY ${DESTDIR}/sbin/init sbin/init 555
|
|
COPY ${DESTDIR}/sbin/mknod sbin/mknod 555
|
|
|
|
COPY ${DESTDIR}/sbin/mount sbin/mount 555
|
|
COPY ${DESTDIR}/sbin/mount_cd9660 sbin/mount_cd9660 555
|
|
COPY ${DESTDIR}/sbin/mount_ffs sbin/mount_ffs 555
|
|
COPY ${DESTDIR}/sbin/mount_kernfs sbin/mount_kernfs 555
|
|
COPY ${DESTDIR}/sbin/mount_nfs sbin/mount_nfs 555
|
|
|
|
COPY ${DESTDIR}/sbin/newfs sbin/newfs 555
|
|
COPY ${DESTDIR}/sbin/ping sbin/ping 555
|
|
COPY ${DESTDIR}/sbin/reboot sbin/reboot 555
|
|
LINK sbin/reboot sbin/halt
|
|
|
|
COPY ${DESTDIR}/sbin/restore sbin/restore 555
|
|
LINK sbin/restore sbin/rrestore
|
|
|
|
COPY ${DESTDIR}/sbin/route sbin/route 555
|
|
COPY ${DESTDIR}/sbin/shutdown sbin/shutdown 555
|
|
COPY ${DESTDIR}/sbin/slattach sbin/slattach 555
|
|
COPY ${DESTDIR}/sbin/swapctl sbin/swapctl 555
|
|
COPY ${DESTDIR}/sbin/sysctl sbin/sysctl 555
|
|
COPY ${DESTDIR}/sbin/umount sbin/umount 555
|
|
|
|
# miniroot files from /bin:
|
|
# Extras not in ../../miniroot/list:
|
|
# date ps rmdir
|
|
|
|
COPY ${DESTDIR}/bin/cat bin/cat 555
|
|
COPY ${DESTDIR}/bin/chmod bin/chmod 555
|
|
COPY ${DESTDIR}/bin/cp bin/cp 555
|
|
COPY ${DESTDIR}/bin/date bin/date 555
|
|
COPY ${DESTDIR}/bin/dd bin/dd 555
|
|
COPY ${DESTDIR}/bin/df bin/df 555
|
|
COPY ${DESTDIR}/bin/ed bin/ed 555
|
|
COPY ${DESTDIR}/bin/expr bin/expr 555
|
|
COPY ${DESTDIR}/bin/hostname bin/hostname 555
|
|
COPY ${DESTDIR}/bin/kill bin/kill 555
|
|
COPY ${DESTDIR}/bin/ln bin/ln 555
|
|
COPY ${DESTDIR}/bin/ls bin/ls 555
|
|
COPY ${DESTDIR}/bin/mkdir bin/mkdir 555
|
|
COPY ${DESTDIR}/bin/mt bin/mt 555
|
|
COPY ${DESTDIR}/bin/mv bin/mv 555
|
|
COPY ${DESTDIR}/bin/pax bin/pax 555
|
|
COPY ${DESTDIR}/bin/ps bin/ps 555
|
|
COPY ${DESTDIR}/bin/pwd bin/pwd 555
|
|
COPY ${DESTDIR}/bin/rm bin/rm 555
|
|
COPY ${DESTDIR}/bin/rmdir bin/rmdir 555
|
|
COPY ${DESTDIR}/bin/sh bin/sh 555
|
|
COPY ${DESTDIR}/bin/sleep bin/sleep 555
|
|
COPY ${DESTDIR}/bin/stty bin/stty 555
|
|
COPY ${DESTDIR}/bin/sync bin/sync 555
|
|
|
|
COPY ${DESTDIR}/bin/test bin/test 555
|
|
LINK bin/test bin/[
|
|
|
|
# new, combined pax,tar,cpio
|
|
LINK bin/pax usr/bin/tar
|
|
|
|
SYMLINK /usr/lib libexec
|
|
|
|
# Shared library stuff...
|
|
# libcurses: vi
|
|
# libedit: ftp
|
|
# libtermcap: ftp, less, vi
|
|
# libutil: rdate
|
|
COPY ${DESTDIR}/libexec/ld.elf_so usr/lib/ld.elf_so 555
|
|
COPY ${DESTDIR}/lib/libc.so usr/lib/libc.so
|
|
LINK usr/lib/libc.so usr/lib/libc.so.12
|
|
COPY ${DESTDIR}/usr/lib/libcurses.so usr/lib/libcurses.so
|
|
LINK usr/lib/libcurses.so usr/lib/libcurses.so.5
|
|
COPY ${DESTDIR}/lib/libedit.so usr/lib/libedit.so
|
|
LINK usr/lib/libedit.so usr/lib/libedit.so.2
|
|
COPY ${DESTDIR}/lib/libtermcap.so usr/lib/libtermcap.so
|
|
LINK usr/lib/libtermcap.so usr/lib/libtermcap.so.0
|
|
COPY ${DESTDIR}/lib/libutil.so usr/lib/libutil.so
|
|
LINK usr/lib/libutil.so usr/lib/libutil.so.6
|
|
|
|
# usr.sbin:
|
|
COPY ${DESTDIR}/usr/sbin/chown usr/sbin/chown 555
|
|
COPY ${DESTDIR}/usr/sbin/eeprom usr/sbin/eeprom 555
|
|
COPY ${DESTDIR}/usr/sbin/installboot usr/sbin/installboot 555
|
|
COPY ${DESTDIR}/usr/sbin/rdate usr/sbin/rdate 555
|
|
|
|
# usr.bin:
|
|
|
|
LINK usr/sbin/chown usr/bin/chgrp
|
|
|
|
COPY ${DESTDIR}/usr/bin/chflags usr/bin/chflags 555
|
|
COPY ${DESTDIR}/usr/bin/cksum usr/bin/cksum 555
|
|
COPY ${DESTDIR}/usr/bin/cmp usr/bin/cmp 555
|
|
COPY ${DESTDIR}/usr/bin/ftp usr/bin/ftp 555
|
|
COPY ${DESTDIR}/usr/bin/less usr/bin/less 555
|
|
LINK usr/bin/less usr/bin/more
|
|
COPY ${DESTDIR}/usr/bin/rsh usr/bin/rsh 555
|
|
COPY ${DESTDIR}/usr/bin/sed usr/bin/sed 555
|
|
COPY ${DESTDIR}/usr/bin/tip usr/bin/tip 555
|
|
COPY ${DESTDIR}/usr/bin/vi usr/bin/vi 555
|
|
|
|
# gnu/usr.bin:
|
|
COPY ${DESTDIR}/usr/bin/gzip usr/bin/gzip 555
|
|
LINK usr/bin/gzip usr/bin/gunzip
|
|
LINK usr/bin/gzip usr/bin/gzcat
|
|
|
|
# install.md still uses sort
|
|
COPY ${DESTDIR}/usr/bin/sort usr/bin/sort 555
|