mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-10-23 04:54:25 +00:00
remove temporary enablement of universe from teh armel subarchitectures
This commit is contained in:
parent
2f352abf2d
commit
470472f998
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (0.93) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* remove temporary enablement of universe from the armel subarchitectures
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Tue, 25 Aug 2009 18:38:07 +0200
|
||||||
|
|
||||||
livecd-rootfs (0.92) karmic; urgency=low
|
livecd-rootfs (0.92) karmic; urgency=low
|
||||||
|
|
||||||
* change armel+imx51 back to the proper metapackage name
|
* change armel+imx51 back to the proper metapackage name
|
||||||
|
@ -330,12 +330,10 @@ link_in_boot = $link_in_boot
|
|||||||
imx51)
|
imx51)
|
||||||
LIST="$LIST linux-imx51"
|
LIST="$LIST linux-imx51"
|
||||||
# temporarily enable universe until kernel is in main
|
# temporarily enable universe until kernel is in main
|
||||||
COMP="main restricted universe"
|
|
||||||
;;
|
;;
|
||||||
dove)
|
dove)
|
||||||
LIST="$LIST linux-dove"
|
LIST="$LIST linux-dove"
|
||||||
# temporarily enable universe until kernel is in main
|
# temporarily enable universe until kernel is in main
|
||||||
COMP="main restricted universe"
|
|
||||||
;;
|
;;
|
||||||
esac;;
|
esac;;
|
||||||
*) echo "Unknown architecture: no kernel."; exit 1;;
|
*) echo "Unknown architecture: no kernel."; exit 1;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user