Home | History | Annotate | Line # | Download | only in common
list.zfsroot revision 1.2.4.2
      1  1.2.4.2  martin #	$NetBSD: list.zfsroot,v 1.2.4.2 2020/04/08 14:03:44 martin Exp $
      2  1.2.4.2  martin #
      3  1.2.4.2  martin # list file (c.f. parselist.awk) for ZFS on root.
      4  1.2.4.2  martin #
      5  1.2.4.2  martin 
      6  1.2.4.2  martin SRCDIRS	external/cddl/osnet/sbin
      7  1.2.4.2  martin PROG	sbin/zfs
      8  1.2.4.2  martin PROG	sbin/zpool
      9  1.2.4.2  martin LINK	sbin/zfs sbin/mount_zfs
     10  1.2.4.2  martin ARGVLN	zfs mount_zfs
     11  1.2.4.2  martin 
     12  1.2.4.2  martin # We need sysctl to set init.root=/altroot
     13  1.2.4.2  martin PROG	sbin/sysctl
     14  1.2.4.2  martin 
     15  1.2.4.2  martin # We need modload as we cannot build CDDL modules in the kernel
     16  1.2.4.2  martin PROG	sbin/modload
     17  1.2.4.2  martin PROG	sbin/modunload
     18  1.2.4.2  martin PROG	sbin/modstat
     19  1.2.4.2  martin 
     20  1.2.4.2  martin LIBS	-lnvpair
     21  1.2.4.2  martin LIBS	-luutil
     22  1.2.4.2  martin LIBS	-lzfs
     23  1.2.4.2  martin LIBS	-lavl
     24  1.2.4.2  martin LIBS	-lm
     25  1.2.4.2  martin LIBS	-lpthread
     26  1.2.4.2  martin LIBS	-lumem
     27  1.2.4.2  martin #LIBS	-lutil		# replaced by libhack
     28  1.2.4.2  martin LIBS	-lz
     29  1.2.4.2  martin LIBS	-lzfs_core
     30  1.2.4.2  martin 
     31  1.2.4.2  martin COPY	${NETBSDSRCDIR}/distrib/common/zfsroot.rc etc/rc
     32  1.2.4.2  martin 
     33  1.2.4.2  martin # Make modules and firmware images available
     34  1.2.4.2  martin SYMLINK	altroot/stand stand
     35  1.2.4.2  martin SYMLINK	altroot/libdata libdata
     36