diff options
Diffstat (limited to 'platforms/bananaPro/mageia4arm.cfg')
-rw-r--r-- | platforms/bananaPro/mageia4arm.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platforms/bananaPro/mageia4arm.cfg b/platforms/bananaPro/mageia4arm.cfg index f5730fd..a701573 100644 --- a/platforms/bananaPro/mageia4arm.cfg +++ b/platforms/bananaPro/mageia4arm.cfg @@ -30,9 +30,6 @@ 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}" -#name of the image -IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img" - # Default user # If not set, no user will be defined. # ID_USER="user" @@ -53,5 +50,8 @@ BOOTFS="vfat" #kernel package to install KERNEL="kernel-desktop" +#Size of the image by default +IMAGE_SIZE=1 + #The arguments for the Kernel BOOT_ARGS='console=ttyS0,115200 disp.screen0_output_mode=EDID:1024x768p50 hdmi.audio=EDID:0 audit=0' |