config: obsolete unused --isohybrid-options option

This commit is contained in:
Lyndon Brown 2020-03-28 12:22:26 +00:00 committed by Raphaël Hertzog
parent c3f0d39675
commit 87b995597c
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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
;;