mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-23 08:42:00 +00:00
Merge lp:~tsimonq2/livecd-rootfs/proper-task-names
This commit is contained in:
commit
45cb5a0447
@ -348,7 +348,7 @@ case $PROJECT in
|
|||||||
|
|
||||||
lubuntu-next)
|
lubuntu-next)
|
||||||
add_task install minimal standard lubuntu-qt-desktop
|
add_task install minimal standard lubuntu-qt-desktop
|
||||||
LIVE_TASK='lubuntu-next-live'
|
LIVE_TASK='lubuntu-live-qt'
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64) add_package live linux-signed-generic ;;
|
amd64) add_package live linux-signed-generic ;;
|
||||||
esac
|
esac
|
||||||
@ -356,6 +356,10 @@ case $PROJECT in
|
|||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64|i386) KERNEL_FLAVOURS=generic ;;
|
amd64|i386) KERNEL_FLAVOURS=generic ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# The Lubuntu STRUCTURE file has "feature
|
||||||
|
# no-follow-recommends". Mirror this.
|
||||||
|
export APT_OPTIONS="--yes --no-install-recommends"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-gnome)
|
ubuntu-gnome)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user