modified mirror path and disable raspberry pi fondation firmware
This commit is contained in:
parent
10ce931950
commit
f5fc05820b
@ -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"
|
||||||
|
Reference in New Issue
Block a user