mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-24 23:31:30 +00:00
Import patches-unapplied version 2.71 to ubuntu/quantal
Imported using git-ubuntu import. Changelog parent: 219d69bc3dc366deb01f24c4ba8f38f03cf30852 New changelog entries: * live-build/auto/config: Don't purge .pyc files on ubuntu-server images. * live-build/auto/config: Build ubuntu-server with --debian-installer=live.
This commit is contained in:
parent
219d69bc3d
commit
fca5765e72
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.71) quantal; urgency=low
|
||||||
|
|
||||||
|
* live-build/auto/config: Don't purge .pyc files on ubuntu-server images.
|
||||||
|
* live-build/auto/config: Build ubuntu-server with
|
||||||
|
--debian-installer=live.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Mon, 23 Jul 2012 17:57:59 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.70) quantal; urgency=low
|
livecd-rootfs (2.70) quantal; urgency=low
|
||||||
|
|
||||||
* live-build/auto/config: Don't install lupin-casper on ubuntu-server
|
* live-build/auto/config: Don't install lupin-casper on ubuntu-server
|
||||||
|
@ -199,6 +199,7 @@ case $PROJECT in
|
|||||||
add_task install minimal standard server
|
add_task install minimal standard server
|
||||||
COMPONENTS='main'
|
COMPONENTS='main'
|
||||||
PREINSTALL_POOL_SEEDS='server-ship'
|
PREINSTALL_POOL_SEEDS='server-ship'
|
||||||
|
OPTS="${OPTS:+$OPTS }--debian-installer=live"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-core)
|
ubuntu-core)
|
||||||
@ -284,7 +285,9 @@ boot/initrd.img-*
|
|||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ln -s /usr/share/live/build/examples/hooks/all_chroot_pyc-purge.sh config/chroot_local-hooks/
|
if [ "$PROJECT" != ubuntu-server ]; then
|
||||||
|
ln -s /usr/share/live/build/examples/hooks/all_chroot_pyc-purge.sh config/chroot_local-hooks/
|
||||||
|
fi
|
||||||
|
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
kubuntu|kubuntu-active)
|
kubuntu|kubuntu-active)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user