mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-18 14:21:45 +00:00
* Add abootimg explicitly to ac100 and nexus7 images, so it's marked
as manually installed and apt doesn't autoremove it (LP: #1041290) * Remove linux-firmware-nexus7 from the install list, it gets pulled in automatically by linux-image-nexus7, so this is redundant.
This commit is contained in:
parent
c304ced763
commit
b660991a76
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,9 +1,16 @@
|
|||||||
livecd-rootfs (2.108) UNRELEASED; urgency=low
|
livecd-rootfs (2.108) raring; urgency=low
|
||||||
|
|
||||||
|
[ Colin Watson ]
|
||||||
* live-build/auto/build: Use slightly safer code for kernel handling just
|
* live-build/auto/build: Use slightly safer code for kernel handling just
|
||||||
in case 'set -o pipefail' is ever reinstated here.
|
in case 'set -o pipefail' is ever reinstated here.
|
||||||
|
|
||||||
-- Colin Watson <cjwatson@ubuntu.com> Mon, 07 Jan 2013 21:24:13 +0000
|
[ Adam Conrad ]
|
||||||
|
* Add abootimg explicitly to ac100 and nexus7 images, so it's marked
|
||||||
|
as manually installed and apt doesn't autoremove it (LP: #1041290)
|
||||||
|
* Remove linux-firmware-nexus7 from the install list, it gets pulled
|
||||||
|
in automatically by linux-image-nexus7, so this is redundant.
|
||||||
|
|
||||||
|
-- Adam Conrad <adconrad@ubuntu.com> Tue, 29 Jan 2013 12:34:37 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.107) raring; urgency=low
|
livecd-rootfs (2.107) raring; urgency=low
|
||||||
|
|
||||||
|
@ -298,13 +298,14 @@ case $ARCH in
|
|||||||
;;
|
;;
|
||||||
ac100)
|
ac100)
|
||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
add_package install zram-config
|
add_package install zram-config abootimg
|
||||||
add_package live ac100-tarball-installer
|
add_package live ac100-tarball-installer
|
||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
nexus7)
|
nexus7)
|
||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
add_package install zram-config linux-firmware-nexus7 nvidia-tegra3 ubuntu-defaults-nexus7
|
add_package install zram-config abootimg
|
||||||
|
add_package install 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user