mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
preseed autologin in the nexus7 tarball, use ubuntu-defaults-nexus7 package in the nexus7 images
This commit is contained in:
parent
b86b4c5ef4
commit
b59e8a152b
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user