aboutsummaryrefslogtreecommitdiff
path: root/release/amd64
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-05-17 19:16:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-05-17 19:16:28 +0000
commit5795760c4507d7b358c9dbe3456ec419d8c2ceed (patch)
tree4aa7a055cd8b9d7a8c34b6f73b6e8c648ef76c8c /release/amd64
parentc1941005a3fe09e27cf2cf9961311388cdd28f7c (diff)
downloadsrc-5795760c4507d7b358c9dbe3456ec419d8c2ceed.tar.gz
src-5795760c4507d7b358c9dbe3456ec419d8c2ceed.zip
disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.
Also make sure bsdlabel(8) (along with the disklabel(8) compat link) still appear on the fixit floppies of platforms that use it natively (alpha, i386, and pc98). Approved by: re (scottl)
Notes
Notes: svn path=/head/; revision=115106
Diffstat (limited to 'release/amd64')
-rw-r--r--release/amd64/fixit_crunch.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/amd64/fixit_crunch.conf b/release/amd64/fixit_crunch.conf
index 19f428adda30..45ad00e4de86 100644
--- a/release/amd64/fixit_crunch.conf
+++ b/release/amd64/fixit_crunch.conf
@@ -7,9 +7,10 @@ progs cat chmod cp dd df echo expr kill
progs ln ls mkdir mv rm rmdir sleep sync
srcdirs /usr/src/sbin
-progs clri disklabel dmesg fdisk mknod
+progs bsdlabel clri dmesg fdisk mknod
progs mount mount_cd9660 mount_msdosfs
progs reboot restore swapon umount
+ln bsdlabel disklabel
ln restore rrestore
srcdirs /usr/src/usr.bin
@@ -21,4 +22,4 @@ srcdirs /usr/src/usr.sbin
progs chown chroot
ln chown chgrp
-libs -lutil -lm -ledit -lncurses -ltermcap -lkvm
+libs -ledit -lgeom -lkvm -lm -lncurses -lutil