|
|
@ -1504,7 +1504,7 @@ function module_check_build_dir() { |
|
|
|
echo -e "=====> the ${CYAN}${FUNCNAME[0]}${ENDCOLOUR} function is executing ..." |
|
|
|
if [ "$UNATTENDED" = "1" ]; then |
|
|
|
#echo -e "${RED}!!!Unattended installation!!!${ENDCOLOUR}" |
|
|
|
echo -e "The working directory is ${MAGENTA}$MODULE_UPPER_DIR{ENDCOLOUR}." |
|
|
|
echo -e "The working directory is ${MAGENTA}$MODULE_UPPER_DIR${ENDCOLOUR}." |
|
|
|
if [ "$(ls -A $MODULE_UPPER_DIR)" != "" ]; then |
|
|
|
module_cleanup |
|
|
|
module_check_mounted |
|
|
@ -1677,6 +1677,10 @@ EOF |
|
|
|
function build_modules() { |
|
|
|
current_process |
|
|
|
|
|
|
|
if [ $LIVE_TYPE = "casper" ]; then |
|
|
|
return 0 |
|
|
|
fi |
|
|
|
|
|
|
|
MODULES_DIR=$PARENT_DIR/modules |
|
|
|
|
|
|
|
cd $SCRIPT_DIR/linux-live/modules |
|
|
@ -1789,4 +1793,4 @@ EOF |
|
|
|
|
|
|
|
fi |
|
|
|
done |
|
|
|
} |
|
|
|
} |
|
|
|