mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 02:41:12 +00:00
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
d9f90a7d36
commit
243d78495f
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.83) UNRELEASED; 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:40:12 +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