summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index df48caa..d265522 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -953,7 +953,7 @@ installFixupBase(dialogMenuItem *self)
vsystem("mtree -deU -f /etc/mtree/BSD.usr.dist -p /usr");
#ifdef __ia64__
- /* Move /boot to the the EFI partition and make /boot a link to it. */
+ /* Move /boot to the EFI partition and make /boot a link to it. */
efi_mntpt = (EfiChunk != NULL) ? ((PartInfo *)EfiChunk->private_data)->mountpoint : NULL;
if (efi_mntpt != NULL) {
vsystem("if [ ! -L /boot ]; then mv /boot %s; fi", efi_mntpt);
OpenPOWER on IntegriCloud