Merge branch 'master' of https://git.labolyon.fr/DTux/mageia4arm
This commit is contained in:
commit
b4e21eca05
@ -69,7 +69,7 @@ function help()
|
|||||||
echo "--create-image Create the image of Mageia $MAGEIA_VERSION"
|
echo "--create-image Create the image of Mageia $MAGEIA_VERSION"
|
||||||
echo "--build-path Path to the build directory of the image of Mageia $MAGEIA_VERSION"
|
echo "--build-path Path to the build directory of the image of Mageia $MAGEIA_VERSION"
|
||||||
echo "--target target system (for now rpi, odroid)"
|
echo "--target target system (for now rpi, odroid)"
|
||||||
echo "--target-version version of the taget (0, 1, 2, 3 for rpi, xu3 or xu4 for odroid)"
|
echo "--target-version version of the target (0, 1, 2, 3 for rpi, 3 or 4 for odroid)"
|
||||||
echo "--config Path to config files"
|
echo "--config Path to config files"
|
||||||
echo "--bootfs filesystem of boot partition (ext4 or vfat) default: etx4"
|
echo "--bootfs filesystem of boot partition (ext4 or vfat) default: etx4"
|
||||||
echo -e "\nFor image size, make sure it fit on physical support. (Default size is 7 Go)"
|
echo -e "\nFor image size, make sure it fit on physical support. (Default size is 7 Go)"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# Mageia version 7 or later, cauldron.
|
# Mageia version 7 or later, cauldron.
|
||||||
# TO MODIFY
|
# TO MODIFY
|
||||||
MAGEIA_VERSION=""
|
MAGEIA_VERSION=""
|
||||||
# Arm version arm7hl, aarch64
|
# Arm version armv7hl, aarch64
|
||||||
# TO MODIFY
|
# TO MODIFY
|
||||||
ARM_VERSION=""
|
ARM_VERSION=""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user