mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-05 16:01:34 +00:00
make sure preinstalled ac100 images have multiverse enabled in their sources.list
This commit is contained in:
parent
de5591be0f
commit
9bc128e750
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.91) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* make sure preinstalled ac100 images have multiverse enabled in their
|
||||||
|
sources.list
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Fri, 12 Oct 2012 14:18:53 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.90) quantal; urgency=low
|
livecd-rootfs (2.90) quantal; urgency=low
|
||||||
|
|
||||||
* live-build/auto/build: If they exist, link *.efi.signed versions of the
|
* live-build/auto/build: If they exist, link *.efi.signed versions of the
|
||||||
|
@ -297,7 +297,7 @@ case $ARCH in
|
|||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
ac100)
|
ac100)
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
add_package install zram-config
|
add_package install zram-config
|
||||||
add_package live ac100-tarball-installer
|
add_package live ac100-tarball-installer
|
||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user