mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-15 12:11:44 +00:00
Remove subarch hack for ubuntu-mid, it was never used.
This commit is contained in:
parent
53b458f97e
commit
cdd54485ed
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (0.91) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Remove subarch hack for ubuntu-mid, it was never used.
|
||||||
|
|
||||||
|
-- Steve Kowalik <stevenk@ubuntu.com> Thu, 13 Aug 2009 17:22:31 +1000
|
||||||
|
|
||||||
livecd-rootfs (0.90) karmic; urgency=low
|
livecd-rootfs (0.90) karmic; urgency=low
|
||||||
|
|
||||||
* make armel imx51 build from universe for alpha4 until our kernel package
|
* make armel imx51 build from universe for alpha4 until our kernel package
|
||||||
|
13
livecd.sh
13
livecd.sh
@ -338,19 +338,6 @@ link_in_boot = $link_in_boot
|
|||||||
*) echo "Unknown architecture: no kernel."; exit 1;;
|
*) echo "Unknown architecture: no kernel."; exit 1;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ $FS = "ubuntu-mid" ]; then
|
|
||||||
case "$SUBARCH" in
|
|
||||||
*proprietary*)
|
|
||||||
case "$SUBARCH" in
|
|
||||||
menlow*)
|
|
||||||
LIST="$LIST marvell-8686-firmware-9 psb-video libgl1-mesa-dri-psb xorg-modules-xpsb"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
LIST="$LIST mobile-usb-client-utils mobile-usb-host-utils"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
for x in $EXCLUDE; do
|
for x in $EXCLUDE; do
|
||||||
LIST="$(without_package "$x" "$LIST")"
|
LIST="$(without_package "$x" "$LIST")"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user