Fix miniroot overflow by switching to x_fsck_ffs and x_newfs

(drop byte-swapped and Apple UFS support).
This commit is contained in:
rin 2020-10-04 09:34:18 +00:00
parent 6e682a454c
commit 5958de7d2a

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.17 2016/10/04 14:00:27 christos Exp $
# $NetBSD: list,v 1.18 2020/10/04 09:34:18 rin Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -51,9 +51,11 @@ ARGVLN sh -sh
SPECIAL disklabel srcdir distrib/utils/x_disklabel
SPECIAL ed srcdir distrib/utils/x_ed
SPECIAL fsck_ffs srcdir distrib/utils/x_fsck_ffs
SPECIAL gzip srcdir distrib/utils/x_gzip
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
SPECIAL more srcdir distrib/utils/more
SPECIAL newfs srcdir distrib/utils/x_newfs
SPECIAL ping srcdir distrib/utils/x_ping
SPECIAL route srcdir distrib/utils/x_route
SPECIAL umount srcdir distrib/utils/x_umount