1
0

Big update

This commit is contained in:
Daniel Tartavel
2018-12-16 14:21:26 +01:00
parent 47e85a6d3a
commit 1169b7fc76
12 changed files with 179 additions and 20 deletions

View File

@ -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"