aboutsummaryrefslogtreecommitdiffstats
path: root/mageia4arm.cfg.template
diff options
context:
space:
mode:
Diffstat (limited to 'mageia4arm.cfg.template')
-rw-r--r--mageia4arm.cfg.template22
1 files changed, 15 insertions, 7 deletions
diff --git a/mageia4arm.cfg.template b/mageia4arm.cfg.template
index 8db59e0..1aaafdd 100644
--- a/mageia4arm.cfg.template
+++ b/mageia4arm.cfg.template
@@ -14,18 +14,25 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# Mageia version 7 or later, cauldron.
+# TO MODIFY
+MAGEIA_VERSION=""
+# Arm version arm7hl, aarch64
+# TO MODIFY
+ARM_VERSION=""
-MAGEIA_VERSION="6"
-ARM_VERSION="armv7hl"
-
-#target plateform (xu3-4 or rpi)
-TARGET="odroid"
-TARGET_VERSION="4"
+# Target plateform (xu or rpi)
+# TO MODIFY
+TARGET=""
+# Target version (0,2,3 for raspi, 3or 4 for odroid)
+#TO MODIFY
+TARGET_VERSION=""
# 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="/path/to/$TARGET"
# Build directory will be created here
@@ -38,7 +45,8 @@ IMAGE="Mageia-${MAGEIA_VERSION}-$TARGET.img"
BOOT="/mnt/boot"
ROOT="/mnt/root"
-#Default user
+# Default user
+# TO MODIFY
ID_USER="user login"
PASSWORD="user password"