Projet

Général

Profil

« Précédent | Suivant » 

Révision 71c28154

Ajouté par Ermal il y a presque 10 ans

If defined INSTALL_EXTRA_KERNELS copy the kernls to images

Voir les différences:

builder_scripts/builder_common.sh
348 348
		print_error_pfS
349 349
	fi
350 350
	mkdir -p $PFSENSEISODIR/kernels
351
	if [ -z "${2}" ]; then
351
	if [ -z "${2}" -o -n "${INSTALL_EXTRA_KERNELS}"]; then
352 352
		cp $KERNEL_BUILD_PATH/kernels/kernel_${KERNEL_NAME}.gz $PFSENSEISODIR/kernels
353 353
		if [ -n "${INSTALL_EXTRA_KERNELS}" ]; then
354 354
			for _EXTRA_KERNEL in $INSTALL_EXTRA_KERNELS; do

Formats disponibles : Unified diff