mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 17:02:30 +00:00
Fix getopts options, and give i386 its kernel back.
This commit is contained in:
parent
00d2e2782a
commit
3cb4f22949
@ -113,7 +113,7 @@ EXCLUDE=""
|
|||||||
LIST=""
|
LIST=""
|
||||||
SUBARCH=""
|
SUBARCH=""
|
||||||
|
|
||||||
while getopts :d:e:i:I:m:S:s: name; do case $name in
|
while getopts :d:e:i:I:m:S:s:a: name; do case $name in
|
||||||
d) STE=$OPTARG;;
|
d) STE=$OPTARG;;
|
||||||
e) EXCLUDE="$EXCLUDE $OPTARG";;
|
e) EXCLUDE="$EXCLUDE $OPTARG";;
|
||||||
i) LIST="$LIST $OPTARG";;
|
i) LIST="$LIST $OPTARG";;
|
||||||
@ -286,7 +286,7 @@ link_in_boot = $link_in_boot
|
|||||||
|
|
||||||
case $TARGETARCH in
|
case $TARGETARCH in
|
||||||
amd64) LIST="$LIST linux-generic";;
|
amd64) LIST="$LIST linux-generic";;
|
||||||
i386)
|
i386) LIST="$LIST linux-generic";;
|
||||||
|
|
||||||
# and the bastard stepchildren
|
# and the bastard stepchildren
|
||||||
lpia) LIST="$LIST linux-lpia";;
|
lpia) LIST="$LIST linux-lpia";;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user