summaryrefslogtreecommitdiff
path: root/setup-disk.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-disk.in')
-rw-r--r--setup-disk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-disk.in b/setup-disk.in
index 90c9c2d..9258df2 100644
--- a/setup-disk.in
+++ b/setup-disk.in
@@ -539,7 +539,7 @@ install_mounted_root() {
mnt_boot="$mnt"/boot
fi
boot_fs=$(find_mount_fs "$mnt_boot")
- if ! supported_boot_fs "$boot_fs"; then
+ if [ "$BOOTLOADER" != none ] && ! supported_boot_fs "$boot_fs"; then
[ -z "$FORCE_BOOTFS" ] && return 1
echo "Continuing at your own risk."
fi