add special case to ubuntu-netbook on omap3 and 4, we want jasper instead of casper in the initramfs

ubuntu/precise
Oliver Grawert 15 years ago
parent daed1e5a7d
commit 581444ae18

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (1.120) UNRELEASED; urgency=low
* add special case to ubuntu-netbook on omap3 and 4, we want jasper instead of
casper in the initramfs
-- Oliver Grawert <ogra@ubuntu.com> Tue, 15 Jun 2010 16:17:05 +0200
livecd-rootfs (1.119) maverick; urgency=low
* Depends: lzma

@ -255,6 +255,11 @@ Flags: seen
ubuntu-netbook)
LIST="$LIST minimal^ standard^ ubuntu-netbook^"
LIVELIST="netbook-live^ laptop-detect casper lupin-casper"
case $TARGETARCH+$SUBARCH in
armel+omap*)
LIVELIST="netbook-live^ laptop-detect jasper"
;;
esac
;;
mythbuntu)
LIST="$LIST minimal^ standard^ mythbuntu-desktop^"

Loading…
Cancel
Save