Import patches-unapplied version 2.97 to ubuntu/raring-proposed

Imported using git-ubuntu import.

Changelog parent: 1d42aa78bb

New changelog entries:
  * add linux-firmware-nexus7 and nvidia-graphics-drivers-tegra3 to nexus7
    builds
  * preseed the license popup of linux-firmware-nexus7, we will show
    it in the installer for full image installs.
impish
Oliver Grawert 12 years ago committed by usd-importer
parent 1d42aa78bb
commit 82caa29542

9
debian/changelog vendored

@ -1,3 +1,12 @@
livecd-rootfs (2.97) raring; urgency=low
* add linux-firmware-nexus7 and nvidia-graphics-drivers-tegra3 to nexus7
builds
* preseed the license popup of linux-firmware-nexus7, we will show
it in the installer for full image installs.
-- Oliver Grawert <ogra@ubuntu.com> Mon, 19 Nov 2012 12:58:36 +0100
livecd-rootfs (2.96) raring; urgency=low livecd-rootfs (2.96) raring; urgency=low
* add nexus7 specific kernel cmdline * add nexus7 specific kernel cmdline

@ -308,9 +308,11 @@ case $ARCH in
;; ;;
nexus7) nexus7)
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'
add_package install zram-config add_package install zram-config linux-firmware-nexus7 nvidia-graphics-drivers-tegra3
add_package live ac100-tarball-installer add_package live ac100-tarball-installer
BINARY_REMOVE_LINUX=false BINARY_REMOVE_LINUX=false
mkdir -p config/preseed
echo "linux-firmware-nexus7 shared/nexus7_notice_accepted boolean true" >config/preseed/linux-firmware-nexus7.preseed.chroot
;; ;;
esac esac
;; ;;

Loading…
Cancel
Save