From 87b995597ca6804e989f667096a1b726ccddaaa1 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sat, 28 Mar 2020 12:22:26 +0000 Subject: config: obsolete unused --isohybrid-options option --- scripts/build/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/build/config b/scripts/build/config index d486707ea..e572e55d2 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -82,7 +82,6 @@ USAGE="${PROGRAM} [--apt apt|apt-get|aptitude]\n\ \t [--iso-preparer NAME]\n\ \t [--iso-publisher NAME]\n\ \t [--iso-volume NAME]\n\ -\t [--isohybrid-options OPTION|\"OPTIONS\"]\n\ \t [--jffs2-eraseblock SIZE]\n\ \t [--keyring-packages PACKAGE|\"PACKAGES\"]\n\ \t [-k|--linux-flavours FLAVOUR|\"FLAVOURS\"]\n\ @@ -610,7 +609,7 @@ Local_arguments () ;; --isohybrid-options) - LB_ISOHYBRID_OPTIONS="${2}" + Echo_warning "--isohybrid-options is an obsolete option" shift 2 ;; -- cgit v1.2.3