diff options
Diffstat (limited to 'setup-disk.in')
-rw-r--r-- | setup-disk.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/setup-disk.in b/setup-disk.in index 6f49e6a..4d98f19 100644 --- a/setup-disk.in +++ b/setup-disk.in @@ -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 |