summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-03-29 13:15:33 +0000
committerru <ru@FreeBSD.org>2008-03-29 13:15:33 +0000
commit0ffc2929eeece8d598a50872502f467f4eec2ac4 (patch)
tree7e5faa19c307cfa8e42cf62c194d4426288d6749 /rescue
parentbcb0495c0e640a2861b18b44ae513591afe94dd2 (diff)
downloadFreeBSD-src-0ffc2929eeece8d598a50872502f467f4eec2ac4.zip
FreeBSD-src-0ffc2929eeece8d598a50872502f467f4eec2ac4.tar.gz
Adding glabel alias killed gpart alias; fix it.
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 0c103cf..01b3a89 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -185,8 +185,7 @@ CRUNCH_ALIAS_reboot= fastboot halt fasthalt
CRUNCH_ALIAS_restore= rrestore
CRUNCH_ALIAS_dump= rdump
CRUNCH_ALIAS_fsck_ffs= fsck_4.2bsd fsck_ufs
-CRUNCH_ALIAS_geom= gpart
-CRUNCH_ALIAS_geom= glabel
+CRUNCH_ALIAS_geom= glabel gpart
# dhclient has historically been troublesome...
CRUNCH_PROGS_sbin+= dhclient
OpenPOWER on IntegriCloud