From 87b995597ca6804e989f667096a1b726ccddaaa1 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sat, 28 Mar 2020 12:22:26 +0000 Subject: [PATCH] config: obsolete unused --isohybrid-options option --- manpages/en/lb_config.1 | 4 ---- scripts/build/config | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index be4e8b314..6ed12264c 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -137,8 +137,6 @@ [\fB\-\-iso\-publisher\fR \fINAME\fR] .br [\fB\-\-iso\-volume\fR \fINAME\fR] -.br - [\fB\-\-isohybrid\-options\fR \fIOPTION\fR|"\fIOPTIONS\fR"] .br [\fB\-\-jffs2\-eraseblock\fR \fISIZE\fR] .br @@ -380,8 +378,6 @@ sets the PREPARER field in the header of a resulting CD/DVD image. By default th sets the PUBLISHED field in the header of a resulting CD/DVD image. By default, this is set to 'Debian Live project; https://wiki.debian.org/DebianLive; debian\-live@lists.debian.org'. Remember to change this to the appropriate value when distributing custom and unofficial images. .IP "\fB\-\-iso\-volume\fR \fINAME\fR" 4 sets the VOLUME field in the header of a resulting CD/DVD and defaults to 'Debian (\fIDISTRIBUTION\fR) (\fIDATE\fR)' whereas DISTRIBUTION the distribution name, and DATE with the current date and time of the generation. -.IP "\fB\-\-isohybrid\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4 -defines options to pass to isohybrid. .IP "\fB\-\-jffs2\-eraseblock\fR \fISIZE\fR" 4 sets the eraseblock size for a JFFS2 (Second Journaling Flash File System) filesystem. The default is 64 KiB. If you use an erase block size different than the erase block size of the target MTD device, JFFS2 may not perform optimally. If the SIZE specified is below 4096, the units are assumed to be KiB. .IP "\fB\-\-keyring\-packages\fR \fIPACKAGE\fI|""\fIPACKAGES\fR""" 4 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 ;;