Deal with more netinst build options

This commit is contained in:
Steve McIntyre 2017-05-18 23:22:42 +01:00
parent 97bc2c3dac
commit 4f1eb18328
1 changed files with 2 additions and 2 deletions

View File

@ -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;;