mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
Drop dead wubi subproject.
This commit is contained in:
parent
188218b166
commit
6d02eac861
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.588) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Drop dead wubi subproject.
|
||||||
|
|
||||||
|
-- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 30 May 2019 11:04:02 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.587) eoan; urgency=medium
|
livecd-rootfs (2.587) eoan; urgency=medium
|
||||||
|
|
||||||
* Strip translation files out of the minimal images, another thing that
|
* Strip translation files out of the minimal images, another thing that
|
||||||
|
1
debian/tests/default-bootstraps
vendored
1
debian/tests/default-bootstraps
vendored
@ -45,7 +45,6 @@ ALL_TRIPLETS="
|
|||||||
ubuntu-server::
|
ubuntu-server::
|
||||||
ubuntu-server:ubuntu-rtm:
|
ubuntu-server:ubuntu-rtm:
|
||||||
ubuntu-server:ubuntu-rtm/foo:
|
ubuntu-server:ubuntu-rtm/foo:
|
||||||
ubuntu-server:wubi:
|
|
||||||
ubuntu-touch-custom::ubuntu-touch-custom
|
ubuntu-touch-custom::ubuntu-touch-custom
|
||||||
ubuntu-touch::ubuntu-touch
|
ubuntu-touch::ubuntu-touch
|
||||||
xubuntu::"
|
xubuntu::"
|
||||||
|
@ -303,10 +303,6 @@ case $IMAGEFORMAT in
|
|||||||
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
|
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
|
||||||
PREINSTALLED=true
|
PREINSTALLED=true
|
||||||
case ${SUBPROJECT:-} in
|
case ${SUBPROJECT:-} in
|
||||||
wubi)
|
|
||||||
add_package install lupin-support
|
|
||||||
COMPONENTS='main restricted universe multiverse'
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
ubuntu-cpc)
|
ubuntu-cpc)
|
||||||
@ -1019,12 +1015,6 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case ${SUBPROJECT:-} in
|
|
||||||
wubi)
|
|
||||||
add_binary_hook build-wubildr
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
lb config noauto \
|
lb config noauto \
|
||||||
--mode ubuntu \
|
--mode ubuntu \
|
||||||
--distribution "$SUITE" \
|
--distribution "$SUITE" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user