diff --git a/helpers/make-console-setup b/helpers/make-console-setup index 60bb444aac99144c7fc2976ae70baceffe8dddaa..28d81791cc911b436a216d4db80ab51bec2a01e1 100644 --- a/helpers/make-console-setup +++ b/helpers/make-console-setup @@ -24,7 +24,7 @@ # or fetch such packages from Debian in order to build the required udeb packages. ## -VERSION=5.4 +VERSION=6 NETINST=true . ./config @@ -34,6 +34,7 @@ sed 's/CHARMAP=ISO-8859-15/CHARMAP=UTF-8/' -i debian/console-setup.config #Remove ubuntu's dependency. sed -i "s|cdebconf-newt-detect-keys, ||" debian/control +#Fix 20console-setup script patch. patch -p2 < $DATA/modify_20console-setup.patch changelog "Rebuild upstream to get udeb dependency for debian-installer. Default to UTF-8" diff --git a/helpers/make-netcfg b/helpers/make-netcfg index 18f6ef7b6de6b147c5b16237b1ce8895de76e29e..74ca8ed26cb57319b5423b8545a582f8fe2ca510 100644 --- a/helpers/make-netcfg +++ b/helpers/make-netcfg @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=2.4 +VERSION=3 EXTERNAL='deb-src http://ftp.debian.org/debian stable main' REPOKEY=648ACFD622F3D138 NETINST=true