preseed autologin in the nexus7 tarball, use ubuntu-defaults-nexus7 package in the nexus7 images

This commit is contained in:
Oliver Grawert 2012-11-23 12:22:38 +01:00
parent b86b4c5ef4
commit b59e8a152b
2 changed files with 9 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.105) UNRELEASED; 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

View File

@ -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
;;