aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/bananaPro/mageia4arm.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/bananaPro/mageia4arm.cfg')
-rw-r--r--platforms/bananaPro/mageia4arm.cfg13
1 files changed, 4 insertions, 9 deletions
diff --git a/platforms/bananaPro/mageia4arm.cfg b/platforms/bananaPro/mageia4arm.cfg
index b3c2e98..5e00da6 100644
--- a/platforms/bananaPro/mageia4arm.cfg
+++ b/platforms/bananaPro/mageia4arm.cfg
@@ -22,24 +22,19 @@
# FEX (DTS) : https://github.com/LeMaker/sunxi-boards
# Mageia version 7 or later, cauldron.
-# TO MODIFY
MAGEIA_VERSION="7"
# Arm version armv7hl, aarch64
-# TO MODIFY
ARM_VERSION="armv7hl"
# Target plateform (odroid or rpi)
-# TO MODIFY
TARGET="bananaPro"
# Target version (0,2,3 for raspi, 3 or 4 for odroid)
-#TO MODIFY
TARGET_VERSION="1"
# 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}"
# image will be created here
-# TO MODIFY
# INSTALL_PATH="./${TARGET}"
# Should not be in this configuration file, it isn't related to the configuration but to the build platform.
@@ -49,10 +44,6 @@ BUILD_PATH="${INSTALL_PATH}/build"
#name of the image
IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img"
-#Mount point of image's partitions
-BOOT="/mnt/boot"
-ROOT="/mnt/root"
-
# Default user
# If not set, no user will be defined.
# ID_USER="banana"
@@ -69,6 +60,10 @@ HOSTNAME="${TARGET}"
SEPARATE_BOOT_PARTITION=0
BOOTFS="ext4"
+#Mount point of image's partitions
+BOOT="/mnt/boot"
+ROOT="/mnt/root"
+
#kernel package to install
KERNEL="kernel-desktop"