aboutsummaryrefslogtreecommitdiffstats
path: root/rpi/mageia4arm.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'rpi/mageia4arm.cfg')
-rw-r--r--rpi/mageia4arm.cfg13
1 files changed, 8 insertions, 5 deletions
diff --git a/rpi/mageia4arm.cfg b/rpi/mageia4arm.cfg
index e1b78d9..5bea977 100644
--- a/rpi/mageia4arm.cfg
+++ b/rpi/mageia4arm.cfg
@@ -1,5 +1,5 @@
-# Copyright (C) 2017-2018 Daniel Tartavel-jeannot <dtux@free.fr>
+# Copyright (C) 2017-2018 Daniel Tartavel-jeannot <contact@librepc.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,11 +20,16 @@ ARM_VERSION="armv7hl"
#target plateform (xu3-4 or rpi)
TARGET="rpi"
+#version of the target
+# 0, 1, 2 ,3_32 for rpi and 3 or 4 for odroid
+TARGET_VERSION="3_32"
# 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="/mnt/STOCK/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION"
# image will be created here
-INSTALL_PATH="<change this>"
+
+INSTALL_PATH="/mnt/perso/raspi-test"
# Build directory will be created here
BUILD_PATH="$INSTALL_PATH/build"
@@ -33,7 +38,6 @@ BUILD_PATH="$INSTALL_PATH/build"
IMAGE="Mageia-${MAGEIA_VERSION}-$TARGET.img"
#Mount point of image's partitions
-#no need to be changed
BOOT="/mnt/boot"
ROOT="/mnt/root"
@@ -48,9 +52,8 @@ ROOT_PWD="piroot"
HOSTNAME="$TARGET.$ID_USER"
#Filesystem of boot partitions (default ext4 raspberry pi need vfat)
-#DO NOT CHANGE THIS
BOOTFS="vfat"
-#Path where the raspberry pi firmware is/will be downloaded
+#Path where the raspberry pi firmware is/will be installed
FIRMWARE_PATH="$INSTALL_PATH"
FIRMWARE_DIR="firmware-stable"