From b59e8a152b79e2e234e476a66c195cdf5e5eed6e Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Fri, 23 Nov 2012 12:22:38 +0100 Subject: [PATCH] preseed autologin in the nexus7 tarball, use ubuntu-defaults-nexus7 package in the nexus7 images --- debian/changelog | 7 +++++++ live-build/auto/config | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c919f4e3..95f2a29d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/live-build/auto/config b/live-build/auto/config index 3bf53a8c..2962bb86 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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 ;;