Big update
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user