diff options
Diffstat (limited to 'platforms/bananaPro/mageia4arm.cfg')
-rw-r--r-- | platforms/bananaPro/mageia4arm.cfg | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/platforms/bananaPro/mageia4arm.cfg b/platforms/bananaPro/mageia4arm.cfg index 5e00da6..06bba59 100644 --- a/platforms/bananaPro/mageia4arm.cfg +++ b/platforms/bananaPro/mageia4arm.cfg @@ -32,11 +32,7 @@ TARGET="bananaPro" TARGET_VERSION="1" # 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 -# INSTALL_PATH="./${TARGET}" -# Should not be in this configuration file, it isn't related to the configuration but to the build platform. +# MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/${MAGEIA_VERSION}/${ARM_VERSION}" # Build directory will be created here BUILD_PATH="${INSTALL_PATH}/build" @@ -46,15 +42,16 @@ IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img" # Default user # If not set, no user will be defined. -# ID_USER="banana" -# PASSWORD="bananaPro" +# ID_USER="user" +# PASSWORD="user" #root password #If not set, no root password, at the first login, the system will ask for a password. -# ROOT_PWD="ProR00t" +# ROOT_PWD="root" #Hostname -HOSTNAME="${TARGET}" +#If not define, the default value will be "localhost.localdomain". +# HOSTNAME="${TARGET}" #Filesystem of boot partitions (default ext4 raspberry pi need vfat) SEPARATE_BOOT_PARTITION=0 @@ -69,8 +66,3 @@ KERNEL="kernel-desktop" #The arguments for the Kernel BOOT_ARGS='console=ttyS0,115200 disp.screen0_output_mode=EDID:1024x768p50 hdmi.audio=EDID:0' - -#Path where the raspberry pi firmware is/will be installed ( just needed for raspberry pi ) -# FIRMWARE_PATH="${INSTALL_PATH}/" -#FIRMWARE_DIR="firmware-stable" -#FIRMWARE_DOWNLOAD_URL="https://github.com/raspberrypi/firmware/archive/stable.zip" |