1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-21 07:15:49 +00:00
freebsd/tools
Jose Luis Duran 87e87fecb1
nanobsd: Remove dependency on bsdlabel
The bsdlabel utility is deprecated, gpart should be used instead:

  - Offset the first 16 sectors, just like bsdlabel did (used for
    metadata)
  - Use a freebsd-ufs partition type (regardless bsdlabel creating a
    '!0')

Reviewed by:	emaste, imp
Approved by:	emaste (mentor)
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D47653
2024-11-20 22:31:56 +00:00
..
boot
bsdbox
build Retire MK_PROFILE infrastructure 2024-11-12 12:11:51 -05:00
bus_space
coccinelle
debugscripts
diag
ifnet
kerneldoc
LibraryReport
lua
pkgbase
regression
sched
test stress2: Added zfs test scenarios 2024-11-18 10:46:28 +01:00
tools nanobsd: Remove dependency on bsdlabel 2024-11-20 22:31:56 +00:00
uma/smrstress
install.sh
make_libdeps.sh
README
tinder.sh

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.