mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-03 06:01:30 +00:00
Replace 'ubuntustudio-dvd' project with an almost identical 'ubuntustudio' project.
This commit is contained in:
parent
52b244f4d5
commit
626dced7a2
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (24.10.2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Replace 'ubuntustudio-dvd' project with an almost identical 'ubuntustudio'
|
||||||
|
project.
|
||||||
|
|
||||||
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Thu, 09 May 2024 08:54:33 +0200
|
||||||
|
|
||||||
livecd-rootfs (24.10.1) oracular; urgency=medium
|
livecd-rootfs (24.10.1) oracular; urgency=medium
|
||||||
|
|
||||||
[ Łukasz 'sil2100' Zemczak ]
|
[ Łukasz 'sil2100' Zemczak ]
|
||||||
|
@ -634,7 +634,7 @@ case $PROJECT in
|
|||||||
edubuntu|ubuntu-budgie|ubuntucinnamon|ubuntukylin)
|
edubuntu|ubuntu-budgie|ubuntucinnamon|ubuntukylin)
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
;;
|
;;
|
||||||
lubuntu|kubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|xubuntu)
|
lubuntu|kubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio|xubuntu)
|
||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -947,11 +947,10 @@ case $PROJECT in
|
|||||||
do_layered_desktop_image
|
do_layered_desktop_image
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntustudio-dvd)
|
ubuntustudio)
|
||||||
# By default Ubuntu Studio now ships the new installer.
|
# By default Ubuntu Studio now ships the new installer.
|
||||||
UCFLAVOUR="Ubuntu Studio"
|
UCFLAVOUR="Ubuntu Studio"
|
||||||
STANDARD_TASKS="ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography"
|
STANDARD_TASKS="ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography"
|
||||||
LIVE_TASK=ubuntustudio-dvd-live
|
|
||||||
KERNEL_FLAVOURS=lowlatency
|
KERNEL_FLAVOURS=lowlatency
|
||||||
do_layered_desktop_image
|
do_layered_desktop_image
|
||||||
;;
|
;;
|
||||||
@ -1417,27 +1416,10 @@ Pin-Priority: 500
|
|||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $PROJECT:${SUBPROJECT:-} in
|
|
||||||
*-dvd:*)
|
|
||||||
. config/bootstrap
|
|
||||||
|
|
||||||
cat > config/archives/dvd.list.binary << EOF
|
|
||||||
deb $LB_PARENT_MIRROR_BINARY $SUITE universe multiverse
|
|
||||||
deb $LB_PARENT_MIRROR_BINARY_VOLATILE $SUITE-updates universe multiverse
|
|
||||||
deb $LB_PARENT_MIRROR_BINARY_SECURITY $SUITE-security universe multiverse
|
|
||||||
EOF
|
|
||||||
if [ "$PROPOSED" ]; then
|
|
||||||
cat >> config/archives/dvd.list.binary << EOF
|
|
||||||
deb $LB_PARENT_MIRROR_BINARY_VOLATILE $SUITE-proposed universe multiverse
|
|
||||||
EOF
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
case $PROJECT:${SUBPROJECT:-} in
|
case $PROJECT:${SUBPROJECT:-} in
|
||||||
ubuntu-cpc:*|ubuntu-server:live|ubuntu:desktop-preinstalled| \
|
ubuntu-cpc:*|ubuntu-server:live|ubuntu:desktop-preinstalled| \
|
||||||
ubuntu-wsl:*|ubuntu-mini-iso:*|ubuntu:|ubuntu-oem:*| \
|
ubuntu-wsl:*|ubuntu-mini-iso:*|ubuntu:|ubuntu-oem:*| \
|
||||||
ubuntustudio-dvd:*|edubuntu:*|ubuntu-budgie:*|ubuntucinnamon:*|xubuntu:*| \
|
ubuntustudio:*|edubuntu:*|ubuntu-budgie:*|ubuntucinnamon:*|xubuntu:*| \
|
||||||
ubuntukylin:*|ubuntu-mate:*|ubuntu-core-desktop:*)
|
ubuntukylin:*|ubuntu-mate:*|ubuntu-core-desktop:*)
|
||||||
# Ensure that most things e.g. includes.chroot are copied as is
|
# Ensure that most things e.g. includes.chroot are copied as is
|
||||||
for entry in /usr/share/livecd-rootfs/live-build/${PROJECT}/*; do
|
for entry in /usr/share/livecd-rootfs/live-build/${PROJECT}/*; do
|
||||||
@ -1473,7 +1455,7 @@ case $PROJECT:${SUBPROJECT:-} in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
ubuntu-oem|ubuntustudio-dvd|edubuntu|ubuntu-budgie|ubuntucinnamon| \
|
ubuntu-oem|ubuntustudio|edubuntu|ubuntu-budgie|ubuntucinnamon| \
|
||||||
xubuntu|ubuntukylin|ubuntu-mate)
|
xubuntu|ubuntukylin|ubuntu-mate)
|
||||||
cp -af /usr/share/livecd-rootfs/live-build/ubuntu/includes.chroot \
|
cp -af /usr/share/livecd-rootfs/live-build/ubuntu/includes.chroot \
|
||||||
config/includes.chroot
|
config/includes.chroot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user