From 4f1eb18328d6d03d04e7e5d1cfcb1a555d46769f Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Thu, 18 May 2017 23:22:42 +0100 Subject: [PATCH] Deal with more netinst build options --- tools/start_new_disc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/start_new_disc b/tools/start_new_disc index fc084023..1d3d814c 100755 --- a/tools/start_new_disc +++ b/tools/start_new_disc @@ -209,7 +209,7 @@ if [ $DISKNUM = 1 ] ; then case "$INSTALLER_CD"x in "1"x) UDEB_INCLUDE=$DI_DATA_DIR/"$ARCH"_businesscard_udeb_include;; - "2"x|"C"x) + "2"x|"7"x|"8"x|"C"x|"F"x|"G"x) UDEB_INCLUDE=$DI_DATA_DIR/"$ARCH"_netinst_udeb_include;; *) UDEB_INCLUDE=$DI_DATA_DIR/"$ARCH"_udeb_include;; @@ -220,7 +220,7 @@ if [ $DISKNUM = 1 ] ; then case "$INSTALLER_CD"x in "1"x) UDEB_EXCLUDE=$DI_DATA_DIR/"$ARCH"_businesscard_udeb_exclude;; - "2"x|"C"x) + "2"x|"7"x|"8"x|"C"x|"F"x|"G"x) UDEB_EXCLUDE=$DI_DATA_DIR/"$ARCH"_netinst_udeb_exclude;; *) UDEB_EXCLUDE=$DI_DATA_DIR/"$ARCH"_udeb_exclude;;