1
0

Added raspberry pi bootstrap in /boot

This commit is contained in:
Daniel Tartavel
2018-10-14 21:08:55 +02:00
parent 4796b8a6a7
commit 1e5184088c
3 changed files with 29 additions and 15 deletions

View File

@ -25,7 +25,7 @@ TARGET="rpi"
MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/$MAGEIA_VERSION/$ARM_VERSION"
#MIRROR="/mnt/STOCK/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION"
# image will be created here
INSTALL_PATH="/miroirs/raspi"
INSTALL_PATH="/mnt/perso/raspi-test/"
# Build directory will be created here
BUILD_PATH="$INSTALL_PATH/build"