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

Imported using git-ubuntu import.

Changelog parent: ecfcd4308c

New changelog entries:
  * preseed autologin in the nexus7 tarball
  * use ubuntu-defaults-nexus7 package in the nexus7 images
impish
Oliver Grawert 12 years ago committed by usd-importer
parent ecfcd4308c
commit befa2e4252

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.105) raring; urgency=low
* preseed autologin in the nexus7 tarball
* use ubuntu-defaults-nexus7 package in the nexus7 images
-- Oliver Grawert <ogra@ubuntu.com> Fri, 23 Nov 2012 12:20:30 +0100
livecd-rootfs (2.104) raring; urgency=low
* use a subarch based approach for the ac100 and nexus7 bootimg.cfg files

@ -308,11 +308,12 @@ case $ARCH in
;;
nexus7)
COMPONENTS='main restricted universe multiverse'
add_package install zram-config linux-firmware-nexus7 nvidia-tegra3
add_package install zram-config linux-firmware-nexus7 nvidia-tegra3 ubuntu-defaults-nexus7
add_package live ac100-tarball-installer
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
echo "d-i passwd/auto-login boolean true" >config/preseed/autologin.preseed.chroot
;;
esac
;;

Loading…
Cancel
Save