mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-13 19:21:36 +00:00
do not install recommends in system-image
This commit is contained in:
parent
6fbfa2924b
commit
5529dcea7a
@ -341,6 +341,7 @@ case $PROJECT in
|
|||||||
# and PREINSTALLED means something different. So
|
# and PREINSTALLED means something different. So
|
||||||
# we use SUBPROJECT to pass on the information
|
# we use SUBPROJECT to pass on the information
|
||||||
if [ "$SUBPROJECT" = "system-image" ]; then
|
if [ "$SUBPROJECT" = "system-image" ]; then
|
||||||
|
OPTS="${OPTS:+$OPTS }--apt-recommends false"
|
||||||
add_task install ubuntu-core
|
add_task install ubuntu-core
|
||||||
# Only in
|
# Only in
|
||||||
# ppa:ubuntu-foundations-team/ubuntu/ubuntu-core-system-image
|
# ppa:ubuntu-foundations-team/ubuntu/ubuntu-core-system-image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user