summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorAdrian Gibanel Lopez <adrian.gibanel@btactic.com>2016-03-21 15:36:19 +0100
committerAdrian Gibanel Lopez <adrian.gibanel@btactic.com>2016-07-31 15:09:13 +0200
commitee9a6de2ccdda16cee641eb9d6faf625d48e0cfd (patch)
treec0a2f0f31082f8a65914211e1a769f86cd3cf73b /functions
parent7becd08e4d721ee2c187e82fba8168d76dfb33aa (diff)
downloadvyos-live-build-ee9a6de2ccdda16cee641eb9d6faf625d48e0cfd.tar.gz
vyos-live-build-ee9a6de2ccdda16cee641eb9d6faf625d48e0cfd.zip
defaults.sh LB_BOOTLOADER updated to be: LB_BOOTLOADERS in incompatible warning
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index deeaf2dc6..6b28837b3 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -854,7 +854,7 @@ Check_defaults ()
fat*|ntfs|ext[234]|btrfs)
;;
*)
- Echo_warning "You have selected values of LB_BOOTLOADER and LB_BINARY_FILESYSTEM which are incompatible - the syslinux family only support FAT, NTFS, ext[234] or btrfs filesystems."
+ Echo_warning "You have selected values of LB_BOOTLOADERS and LB_BINARY_FILESYSTEM which are incompatible - the syslinux family only support FAT, NTFS, ext[234] or btrfs filesystems."
;;
esac
fi