mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-27 11:01:18 +00:00
make sure ac100 images have universe enabled since the kernel lives there
This commit is contained in:
parent
26a117ed03
commit
6ff8bfb69f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.21) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* make sure ac100 images have universe enabled since the kernel lives there.
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Wed, 10 Aug 2011 13:13:25 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.20) oneiric; urgency=low
|
livecd-rootfs (2.20) oneiric; urgency=low
|
||||||
|
|
||||||
* make sure the right packages are installed on armel+ac100 subarch builds
|
* make sure the right packages are installed on armel+ac100 subarch builds
|
||||||
|
@ -198,6 +198,7 @@ case $ARCH in
|
|||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
ac100)
|
ac100)
|
||||||
|
COMPONENTS='main restricted universe'
|
||||||
add_package install abootimg linux-ac100 flash-kernel
|
add_package install abootimg linux-ac100 flash-kernel
|
||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user