From 089103218a2046934d7239cc5c1c732288a42ee4 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 29 Mar 2008 13:15:33 +0000 Subject: [PATCH] Adding glabel alias killed gpart alias; fix it. --- rescue/rescue/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 0c103cf9588..01b3a89124c 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