From 7c6b7c6d070540493450aa1d086e2d803e955686 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Tue, 4 Nov 2008 19:33:35 -0600 Subject: [PATCH] default BuildLiveCD to jaunty --- BuildLiveCD | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BuildLiveCD b/BuildLiveCD index 3162751e..daaf3bae 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -27,7 +27,7 @@ fi ARCH=$(dpkg --print-installation-architecture) SUBARCH="" SUBARCHARG="" -DEFAULTSUITE="intrepid" +DEFAULTSUITE="jaunty" NEWSUITE="" SUITES="" PROPOSED="" diff --git a/debian/changelog b/debian/changelog index 5868ffd3..30547436 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ livecd-rootfs (0.73) UNRELEASED; urgency=low * Add ubuntu-umpc support (equivalent to previous ubuntu-mobile). * Add Mythbuntu support. + * BuildLiveCD: default to jaunty. -- Mario Limonciello Tue, 04 Nov 2008 19:28:35 -0600