mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-28 19:22:17 +00:00
Import patches-unapplied version 2.105 to ubuntu/raring-proposed
Imported using git-ubuntu import. Changelog parent: ecfcd4308ca6d58198e19fc41da2df00693c693f New changelog entries: * preseed autologin in the nexus7 tarball * use ubuntu-defaults-nexus7 package in the nexus7 images
This commit is contained in:
parent
ecfcd4308c
commit
befa2e4252
7
debian/changelog
vendored
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
|
livecd-rootfs (2.104) raring; urgency=low
|
||||||
|
|
||||||
* use a subarch based approach for the ac100 and nexus7 bootimg.cfg files
|
* use a subarch based approach for the ac100 and nexus7 bootimg.cfg files
|
||||||
|
@ -308,11 +308,12 @@ case $ARCH in
|
|||||||
;;
|
;;
|
||||||
nexus7)
|
nexus7)
|
||||||
COMPONENTS='main restricted universe multiverse'
|
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
|
add_package live ac100-tarball-installer
|
||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
mkdir -p config/preseed
|
mkdir -p config/preseed
|
||||||
echo "linux-firmware-nexus7 shared/nexus7_notice_accepted boolean true" >config/preseed/linux-firmware-nexus7.preseed.chroot
|
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
|
esac
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user