1
0
This commit is contained in:
Daniel Tartavel 2018-10-12 21:00:43 +02:00
commit 4796b8a6a7

View File

@ -22,10 +22,10 @@ ARM_VERSION="armv7hl"
TARGET="rpi" TARGET="rpi"
# URL of the Mageia mirror used to install ( see mirrors.mageia.org ) # URL of the Mageia mirror used to install ( see mirrors.mageia.org )
#MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/$MAGEIA_VERSION/$ARM_VERSION" MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/$MAGEIA_VERSION/$ARM_VERSION"
MIRROR="/mnt/STOCK/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION" #MIRROR="/mnt/STOCK/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION"
# image will be created here # image will be created here
INSTALL_PATH="/mnt/perso/raspi-test" INSTALL_PATH="/miroirs/raspi"
# Build directory will be created here # Build directory will be created here
BUILD_PATH="$INSTALL_PATH/build" BUILD_PATH="$INSTALL_PATH/build"
@ -54,5 +54,5 @@ BOOTFS="vfat"
KERNEL="" KERNEL=""
#Path where the raspberry pi firmware is/will be installed #Path where the raspberry pi firmware is/will be installed
FIRMWARE_PATH="$INSTALL_PATH/" #FIRMWARE_PATH="$INSTALL_PATH/"
FIRMWARE_DIR="firmware-stable" #FIRMWARE_DIR="firmware-stable"