xref: /netbsd-src/distrib/virt68k/ramdisks/common/list.ramdisk (revision 75181558488858e2778a655c18a8b0c2c9fad87a)
1*75181558Sthorpej#	$NetBSD: list.ramdisk,v 1.1 2024/01/07 00:57:13 thorpej Exp $
2*75181558Sthorpej
3*75181558SthorpejSRCDIRS	external/bsd/less/bin
4*75181558SthorpejSRCDIRS	bin sbin usr.bin usr.sbin libexec
5*75181558Sthorpej
6*75181558Sthorpej# Programs for a minimal ramdisk image
7*75181558Sthorpej
8*75181558SthorpejPROG	bin/cat
9*75181558SthorpejPROG	bin/chmod
10*75181558SthorpejPROG	bin/cp
11*75181558SthorpejPROG	bin/dd
12*75181558SthorpejPROG	bin/df
13*75181558SthorpejPROG	bin/ed
14*75181558SthorpejPROG	bin/ln
15*75181558SthorpejPROG	bin/ls
16*75181558SthorpejPROG	bin/mkdir
17*75181558SthorpejPROG	bin/mv
18*75181558SthorpejPROG	bin/pax		usr/bin/tar
19*75181558SthorpejPROG	bin/pwd
20*75181558SthorpejPROG	bin/rm
21*75181558SthorpejPROG	bin/sh
22*75181558SthorpejPROG	bin/stty
23*75181558SthorpejPROG	bin/sync
24*75181558Sthorpej
25*75181558SthorpejPROG	sbin/chown	bin/chgrp
26*75181558SthorpejPROG	sbin/disklabel
27*75181558SthorpejPROG	sbin/dkctl
28*75181558SthorpejPROG	sbin/dmesg
29*75181558SthorpejPROG	sbin/fsck
30*75181558SthorpejPROG	sbin/fsck_ffs
31*75181558SthorpejPROG	sbin/gpt
32*75181558SthorpejPROG	sbin/ifconfig
33*75181558SthorpejPROG	sbin/init
34*75181558SthorpejPROG	sbin/mknod
35*75181558SthorpejPROG	sbin/mount
36*75181558SthorpejPROG	sbin/mount_cd9660
37*75181558SthorpejPROG	sbin/mount_ffs
38*75181558Sthorpej# PROG	sbin/mount_kernfs
39*75181558SthorpejPROG	sbin/mount_nfs
40*75181558SthorpejPROG	sbin/mount_tmpfs
41*75181558SthorpejPROG	sbin/newfs	sbin/mount_mfs
42*75181558SthorpejPROG	sbin/ping
43*75181558SthorpejPROG	sbin/reboot	sbin/halt
44*75181558SthorpejPROG	sbin/route
45*75181558SthorpejPROG	sbin/shutdown
46*75181558SthorpejPROG	sbin/sysctl
47*75181558SthorpejPROG	sbin/swapctl
48*75181558SthorpejPROG	sbin/umount
49*75181558Sthorpej
50*75181558SthorpejPROG	usr/bin/ftp
51*75181558SthorpejPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
52*75181558SthorpejPROG	usr/bin/less	usr/bin/more
53*75181558SthorpejPROG	usr/bin/sed
54*75181558SthorpejPROG	usr/bin/tset
55*75181558Sthorpej
56*75181558SthorpejPROG	usr/sbin/chroot
57*75181558Sthorpej
58*75181558SthorpejSPECIAL	ed		srcdir	distrib/utils/x_ed
59*75181558SthorpejSPECIAL	gzip		srcdir	distrib/utils/x_gzip
60*75181558SthorpejSPECIAL	ping		srcdir	distrib/utils/x_ping
61*75181558SthorpejSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
62*75181558SthorpejSPECIAL	route		srcdir	distrib/utils/x_route
63*75181558SthorpejSPECIAL	umount		srcdir	distrib/utils/x_umount
64*75181558Sthorpej
65*75181558SthorpejLIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lcrypt -ll -lm -lz -lprop
66*75181558Sthorpej
67*75181558Sthorpej# init invokes the shell as -sh
68*75181558SthorpejARGVLN	sh -sh
69*75181558Sthorpej
70*75181558Sthorpej# various files that we need in /etc for the install
71*75181558SthorpejCOPY	${NETBSDSRCDIR}/etc/group		etc/group
72*75181558SthorpejCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
73*75181558SthorpejCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
74*75181558SthorpejCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
75*75181558SthorpejCOPY	${DISTRIBDIR}/common/services		etc/services
76*75181558Sthorpej
77*75181558Sthorpej# and the boot script
78*75181558SthorpejCOPY	${CURDIR}/../common/dot.profile		.profile
79