Skip to content

Commit 727abdd

Browse files
meatorericonr
authored andcommitted
Fully remove unused -S option
A -S option was added in 7d89972. This option was removed in 7744259. This option was not removed completely. This removes the -S option from getopts.
1 parent c1a4194 commit 727abdd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mklive.sh.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ generate_iso_image() {
282282
#
283283
# main()
284284
#
285-
while getopts "a:b:r:c:C:T:Kk:l:i:I:s:S:o:p:v:h" opt; do
285+
while getopts "a:b:r:c:C:T:Kk:l:i:I:s:o:p:v:h" opt; do
286286
case $opt in
287287
a) BASE_ARCH="$OPTARG";;
288288
b) BASE_SYSTEM_PKG="$OPTARG";;
@@ -294,7 +294,6 @@ while getopts "a:b:r:c:C:T:Kk:l:i:I:s:S:o:p:v:h" opt; do
294294
i) INITRAMFS_COMPRESSION="$OPTARG";;
295295
I) INCLUDE_DIRECTORY="$OPTARG";;
296296
s) SQUASHFS_COMPRESSION="$OPTARG";;
297-
S) ROOTFS_FREESIZE="$OPTARG";;
298297
o) OUTPUT_FILE="$OPTARG";;
299298
p) PACKAGE_LIST="$OPTARG";;
300299
C) BOOT_CMDLINE="$OPTARG";;

0 commit comments

Comments
 (0)