X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id EBD33DC00B2 for ; Fri, 19 Dec 2014 16:41:26 +0000 (UTC) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 4819A209D3; Fri, 19 Dec 2014 11:41:26 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Fri, 19 Dec 2014 11:41:26 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= bradfordembedded.com; h=x-sasl-enc:from:to:cc:subject:date :message-id; s=mesmtp; bh=Cq1EZ/aYu0rZp6Lirn9e7jTLae8=; b=pGuzsb 3vPLsKMx6Ko85XAvBpM2HjjN4Oe0pUs43K+uz+QukwHwhfP4VHxPfhQFWxFvcQru 65KCZtl9EeRuv4p6Kro1fYcg2cUhy6zUfsHBhFSuUzSduWD12eLyvhz1/DrMNV+p ACt493fgKGsGOUO4ohIdCW7fT98x/SODJz/Gg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:cc:subject:date :message-id; s=smtpout; bh=Cq1EZ/aYu0rZp6Lirn9e7jTLae8=; b=J+GG8 ElL4Uc3l0y5DgGO24pv/p1y9MCuJBuyDqk39hIJDvA5dUA5HUedcLbpGRaaeozsp rIUSYh2btL893YUQIpW5+nkJ0ek4tPdB9si1x8r3FPN1aOtfH9rrWH2IOfAFBBNG Xzs/ehqcBcGxiyQXHvlAEC5KA8iHTY4f9YghK8= X-Sasl-enc: tocV48gFwcnZkUR+SKRyDsyPzqhzB/pIPOu58bOy4zI4 1419007286 Received: from boomboom.roc.omni-id.com (unknown [173.225.52.242]) by mail.messagingengine.com (Postfix) with ESMTPA id EDC2FC0027F; Fri, 19 Dec 2014 11:41:25 -0500 (EST) From: Andrew Bradford To: alpine-devel@lists.alpinelinux.org Cc: Andrew Bradford Subject: [alpine-devel] [PATCH] setup-disk: Correct typo for fixing MBR message Date: Fri, 19 Dec 2014 11:41:14 -0500 Message-Id: <1419007274-13304-1-git-send-email-andrew@bradfordembedded.com> X-Mailer: git-send-email 1.7.10.4 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- setup-disk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-disk.in b/setup-disk.in index f4401dd..132176e 100644 --- a/setup-disk.in +++ b/setup-disk.in @@ -937,7 +937,7 @@ if [ -d "$1" ]; then # install to given mounted root apk add --quiet syslinux install_mounted_root "${1%/}" \ - && echo "You might need fix the MBR to be able to boot" >&2 + && echo "You might need to fix the MBR to be able to boot" >&2 exit $? fi -- 1.7.10.4 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---