1
0

minor update

This commit is contained in:
Daniel Tartavel
2019-01-05 20:58:18 +01:00
parent a22918ebab
commit 8cdf11965a
4 changed files with 86 additions and 51 deletions

View File

@ -21,10 +21,10 @@ MAGEIA_VERSION=""
# TO MODIFY
ARM_VERSION=""
# Target plateform (xu or rpi)
# Target plateform (odroid or rpi)
# TO MODIFY
TARGET=""
# Target version (0,2,3 for raspi, 3or 4 for odroid)
# Target version (0,2,3 for raspi, 3 or 4 for odroid)
#TO MODIFY
TARGET_VERSION=""
@ -53,8 +53,8 @@ PASSWORD="user password"
#root password
ROOT_PWD="root password"
#Hostname
HOSTNAME="$TARGET.$ID_USER"
#Hostname
HOSTNAME="$TARGET.$ID_USER"
#Filesystem of boot partitions (default ext4 raspberry pi need vfat)
#BOOTFS=ext4
@ -62,5 +62,5 @@ HOSTNAME="$TARGET.$ID_USER"
#kernel package to install (just needed for odroid)
#KERNEL=kernel-odroid
#Path where the raspberry pi firmware is/will be installed
#Path where the raspberry pi firmware is/will be installed ( just needed for raspberry pi )
FIRMWARE_PATH="$INSTALL_PATH/"