Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
alpine-conf
Commits
70b1ecf9
Commit
70b1ecf9
authored
Mar 02, 2012
by
Natanael Copa
Browse files
setup-disk: tell user that MBR might need be set manully
fixes
#715
parent
479380de
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup-disk.in
View file @
70b1ecf9
...
...
@@ -869,7 +869,8 @@ shift $(( $OPTIND - 1))
if
[
-d
"
$1
"
]
;
then
# install to given mounted root
apk add
-q
syslinux
install_mounted_root
"
${
1
%/
}
"
install_mounted_root
"
${
1
%/
}
"
\
&&
echo
"You might need fix the MBR to be able to boot"
>
&2
exit
$?
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment