mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-13 04:11:11 +00:00
Import patches-unapplied version 2.83 to ubuntu/quantal
Imported using git-ubuntu import. Changelog parent: 2eff0cadbc3d4be53c972f5067afcd4f39b5370b New changelog entries: * live-build/auto/config: Remove standard and server tasks from ubuntu-server squashfs, and build it with no kernel packages so that they can be added more correctly later by the installer (LP: #1028453).
This commit is contained in:
parent
2eff0cadbc
commit
8bc91f092f
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.83) quantal; urgency=low
|
||||
|
||||
* live-build/auto/config: Remove standard and server tasks from
|
||||
ubuntu-server squashfs, and build it with no kernel packages so that
|
||||
they can be added more correctly later by the installer (LP: #1028453).
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Sun, 09 Sep 2012 20:41:19 +0100
|
||||
|
||||
livecd-rootfs (2.82) quantal; urgency=low
|
||||
|
||||
* live-build/auto/build: live-build now calls hybrid ISO9660 images
|
||||
|
@ -230,7 +230,8 @@ case $PROJECT in
|
||||
;;
|
||||
|
||||
ubuntu-server)
|
||||
add_task install minimal standard server
|
||||
add_task install minimal
|
||||
OPTS="${OPTS:+$OPTS }--linux-packages=none"
|
||||
COMPONENTS='main'
|
||||
PREINSTALL_POOL_SEEDS='server-ship'
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user