Fix oem-config-remove on ac100

ubuntu/precise
Adam Conrad 13 years ago
parent be43abb06f
commit 7ba25854b4

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.40) oneiric; urgency=low
* Revert the previous change and apply it for all $PREINSTALLED
targets instead of just ext2|ext3|ext4, so ac100 gets the fix.
-- Adam Conrad <adconrad@ubuntu.com> Wed, 28 Sep 2011 15:20:38 -0600
livecd-rootfs (2.39) oneiric; urgency=low livecd-rootfs (2.39) oneiric; urgency=low
* Explicitely select the oem-config frontend to install on a * Explicitely select the oem-config frontend to install on a

@ -77,17 +77,7 @@ case $IMAGEFORMAT in
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'
;; ;;
*) *)
case $PROJECT in add_package live jasper
kubuntu*)
add_package live jasper oem-config-kde
;;
ubuntu-server)
add_package live jasper oem-config-debconf
;;
*)
add_package live jasper oem-config-gtk
;;
esac
;; ;;
esac esac
;; ;;
@ -102,6 +92,22 @@ case $IMAGEFORMAT in
;; ;;
esac esac
if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then
case $PROJECT in
kubuntu*)
add_package live oem-config-kde
;;
ubuntu-server)
add_package live oem-config-debconf
;;
ubuntu-core|base)
;;
*)
add_package live oem-config-gtk
;;
esac
fi
case $BINARYFORMAT in case $BINARYFORMAT in
iso*|usb*) iso*|usb*)
BINARY_IMAGES="$BINARYFORMAT" BINARY_IMAGES="$BINARYFORMAT"

Loading…
Cancel
Save