mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-05 16:31:13 +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=""
|
||||
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;;
|
||||
e) EXCLUDE="$EXCLUDE $OPTARG";;
|
||||
i) LIST="$LIST $OPTARG";;
|
||||
@ -286,7 +286,7 @@ link_in_boot = $link_in_boot
|
||||
|
||||
case $TARGETARCH in
|
||||
amd64) LIST="$LIST linux-generic";;
|
||||
i386)
|
||||
i386) LIST="$LIST linux-generic";;
|
||||
|
||||
# and the bastard stepchildren
|
||||
lpia) LIST="$LIST linux-lpia";;
|
||||
|
Loading…
x
Reference in New Issue
Block a user