Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#	$NetBSD: list,v 1.12 2017/11/25 09:41:45 tsutsui Exp $

PROG	bin/cat
PROG	bin/chmod
PROG	bin/dd
PROG	bin/df
PROG	bin/ln
PROG	bin/ls
PROG	bin/mkdir
PROG	bin/mv
PROG	bin/pax		usr/bin/tar
PROG	bin/rm
PROG	bin/sh
PROG	bin/stty

PROG	sbin/chown	bin/chgrp
PROG	sbin/edlabel
PROG	sbin/fsck
PROG	sbin/fsck_ffs
PROG	sbin/init
PROG	sbin/mknod
PROG	sbin/mount
PROG	sbin/mount_cd9660
PROG	sbin/mount_ffs
PROG	sbin/mount_kernfs
PROG	sbin/mount_msdos
PROG	sbin/mount_nfs
PROG	sbin/newfs	sbin/mount_mfs
PROG	sbin/reboot	sbin/halt
PROG	sbin/umount

PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
PROG	usr/bin/sed
PROG	usr/bin/sort

PROG	usr/sbin/chroot

PROG	sbin/ahdilabel
PROG	usr/sbin/loadkmap

SPECIAL	gzip		srcdir	distrib/utils/x_gzip
SPECIAL	umount		srcdir	distrib/utils/x_umount
SPECIAL	edlabel		srcdir	distrib/utils/edlabel

# The installation scripts
COPY	${CURDIR}/install.md		install.md
COPY	${CURDIR}/install.sh		install		555
CMD	sed "/^VERSION=/s/=.*/=${DISTRIBREV}/" < ${CURDIR}/../../../miniroot/install.sub > install.sub
MTREE	./install.sub	type=file uname=root gname=wheel mode=0444