~alpine/devel

setup-disk: Correct typo for fixing MBR message v1 PROPOSED

Andrew Bradford: 1
 setup-disk: Correct typo for fixing MBR message

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/903/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] setup-disk: Correct typo for fixing MBR message Export this patch

---
 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
---