Deal with more netinst build options
This commit is contained in:
parent
97bc2c3dac
commit
4f1eb18328
|
@ -209,7 +209,7 @@ if [ $DISKNUM = 1 ] ; then
|
||||||
case "$INSTALLER_CD"x in
|
case "$INSTALLER_CD"x in
|
||||||
"1"x)
|
"1"x)
|
||||||
UDEB_INCLUDE=$DI_DATA_DIR/"$ARCH"_businesscard_udeb_include;;
|
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"_netinst_udeb_include;;
|
||||||
*)
|
*)
|
||||||
UDEB_INCLUDE=$DI_DATA_DIR/"$ARCH"_udeb_include;;
|
UDEB_INCLUDE=$DI_DATA_DIR/"$ARCH"_udeb_include;;
|
||||||
|
@ -220,7 +220,7 @@ if [ $DISKNUM = 1 ] ; then
|
||||||
case "$INSTALLER_CD"x in
|
case "$INSTALLER_CD"x in
|
||||||
"1"x)
|
"1"x)
|
||||||
UDEB_EXCLUDE=$DI_DATA_DIR/"$ARCH"_businesscard_udeb_exclude;;
|
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"_netinst_udeb_exclude;;
|
||||||
*)
|
*)
|
||||||
UDEB_EXCLUDE=$DI_DATA_DIR/"$ARCH"_udeb_exclude;;
|
UDEB_EXCLUDE=$DI_DATA_DIR/"$ARCH"_udeb_exclude;;
|
||||||
|
|
Loading…
Reference in New Issue