From fe7d04dd1befbd48f4b7f22a3808da5306a6e6eb Mon Sep 17 00:00:00 2001 From: Jybz Date: Thu, 10 Sep 2020 17:20:37 +0200 Subject: Remove unused variable (redefined in the script). --- platforms/bananaPro/mageia4arm.cfg | 11 ----------- platforms/rpi1/mageia4arm.cfg | 9 --------- platforms/rpi2/mageia4arm.cfg | 10 ---------- platforms/rpi3+/mageia4arm.cfg | 10 ---------- platforms/rpi3+64/mageia4arm.cfg | 10 ---------- platforms/rpi3/mageia4arm.cfg | 10 ---------- platforms/rpi4/mageia4arm.cfg | 10 ---------- platforms/xu4/mageia4arm.cfg | 9 --------- 8 files changed, 79 deletions(-) diff --git a/platforms/bananaPro/mageia4arm.cfg b/platforms/bananaPro/mageia4arm.cfg index 06bba59..963386c 100644 --- a/platforms/bananaPro/mageia4arm.cfg +++ b/platforms/bananaPro/mageia4arm.cfg @@ -16,10 +16,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -#BananaPro informations : http://wiki.lemaker.org/BananaPro/Pi:Building_u-boot,_script.bin_and_linux-kernel#Installation -#BananaPro sources : https://github.com/LeMaker/lemaker-bsp -# Kernel : https://github.com/LeMaker/linux-sunxi -# FEX (DTS) : https://github.com/LeMaker/sunxi-boards # Mageia version 7 or later, cauldron. MAGEIA_VERSION="7" @@ -34,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}" -# Build directory will be created here -BUILD_PATH="${INSTALL_PATH}/build" - #name of the image IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img" @@ -57,10 +50,6 @@ IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img" SEPARATE_BOOT_PARTITION=0 BOOTFS="ext4" -#Mount point of image's partitions -BOOT="/mnt/boot" -ROOT="/mnt/root" - #kernel package to install KERNEL="kernel-desktop" diff --git a/platforms/rpi1/mageia4arm.cfg b/platforms/rpi1/mageia4arm.cfg index 71cbe2b..6f4ac16 100644 --- a/platforms/rpi1/mageia4arm.cfg +++ b/platforms/rpi1/mageia4arm.cfg @@ -29,18 +29,9 @@ MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/$MAGEIA_VERSION/$ARM_VERSI #MIRROR="/mnt/STOCK/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION" # image will be created here -INSTALL_PATH="/mnt/perso/raspi1" - -# Build directory will be created here -BUILD_PATH="$INSTALL_PATH/build" - #name of the image IMAGE="Mageia-${MAGEIA_VERSION}-$TARGET$TARGET_VERSION.img" -#Mount point of image's partitions -BOOT="/mnt/boot" -ROOT="/mnt/root" - #Default user ID_USER="pi" PASSWORD="raspberry" diff --git a/platforms/rpi2/mageia4arm.cfg b/platforms/rpi2/mageia4arm.cfg index 0a249bc..a466d97 100644 --- a/platforms/rpi2/mageia4arm.cfg +++ b/platforms/rpi2/mageia4arm.cfg @@ -27,20 +27,10 @@ TARGET_VERSION="2" # 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" #MIRROR="/mnt/STOCK/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION" -# image will be created here - -INSTALL_PATH="/mnt/perso/raspi2" - -# Build directory will be created here -BUILD_PATH="$INSTALL_PATH/build" #name of the image IMAGE="Mageia-${MAGEIA_VERSION}-$TARGET$TARGET_VERSION.img" -#Mount point of image's partitions -BOOT="/mnt/boot" -ROOT="/mnt/root" - #Default user ID_USER="pi" PASSWORD="raspberry" diff --git a/platforms/rpi3+/mageia4arm.cfg b/platforms/rpi3+/mageia4arm.cfg index 8667978..0100f89 100644 --- a/platforms/rpi3+/mageia4arm.cfg +++ b/platforms/rpi3+/mageia4arm.cfg @@ -28,12 +28,6 @@ TARGET_VERSION="3+" MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/${MAGEIA_VERSION}/${ARM_VERSION}" #MIRROR="/mnt/STOCK/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION" -# image will be created here -# INSTALL_PATH="/mnt/perso/raspi-test" - -# Build directory will be created here -BUILD_PATH="${INSTALL_PATH}/build" - #name of the image IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img" @@ -51,10 +45,6 @@ HOSTNAME="${TARGET}" SEPARATE_BOOT_PARTITION=1 BOOTFS="vfat" -#Mount point of image's partitions -BOOT="/mnt/boot" -ROOT="/mnt/root" - #The arguments for the Kernel BOOT_ARGS='dwc_otg.lpm_enable=0 console=ttyS0,115200 kgdboc=ttyS0,115200 console=tty1 rootwait fsck.repair=1 8250.nr_uarts=1 elevator=deadline cma=256M\@512M audit=0' diff --git a/platforms/rpi3+64/mageia4arm.cfg b/platforms/rpi3+64/mageia4arm.cfg index 7efe3b8..70144c9 100644 --- a/platforms/rpi3+64/mageia4arm.cfg +++ b/platforms/rpi3+64/mageia4arm.cfg @@ -29,12 +29,6 @@ TARGET_VERSION="3+64" MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/${MAGEIA_VERSION}/${ARM_VERSION}" #MIRROR="/mnt/STOCK/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION" -# image will be created here -# INSTALL_PATH="/mnt/perso/raspi-test" - -# Build directory will be created here -BUILD_PATH="${INSTALL_PATH}/build" - #name of the image IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img" @@ -48,10 +42,6 @@ IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img" #Hostname HOSTNAME="${TARGET}" -#Mount point of image's partitions -BOOT="/mnt/boot" -ROOT="/mnt/root" - #Filesystem of boot partitions (default ext4 raspberry pi need vfat) SEPARATE_BOOT_PARTITION=1 BOOTFS="vfat" diff --git a/platforms/rpi3/mageia4arm.cfg b/platforms/rpi3/mageia4arm.cfg index 3c7b5f2..42a8315 100644 --- a/platforms/rpi3/mageia4arm.cfg +++ b/platforms/rpi3/mageia4arm.cfg @@ -31,20 +31,10 @@ TARGET_VERSION="3_32" # 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" #MIRROR="/mnt/STOCK/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION" -# image will be created here - -INSTALL_PATH="/mnt/perso/raspi-test" - -# Build directory will be created here -BUILD_PATH="$INSTALL_PATH/build" #name of the image IMAGE="Mageia-${MAGEIA_VERSION}-$TARGET.img" -#Mount point of image's partitions -BOOT="/mnt/boot" -ROOT="/mnt/root" - #Default user ID_USER="pi" PASSWORD="raspberry" diff --git a/platforms/rpi4/mageia4arm.cfg b/platforms/rpi4/mageia4arm.cfg index e1b3d24..b7ba0cb 100644 --- a/platforms/rpi4/mageia4arm.cfg +++ b/platforms/rpi4/mageia4arm.cfg @@ -29,12 +29,6 @@ TARGET_VERSION="4" MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/${MAGEIA_VERSION}/${ARM_VERSION}" #MIRROR="/mnt/STOCK/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION" -# image will be created here -# INSTALL_PATH="/mnt/perso/raspi-test" - -# Build directory will be created here -BUILD_PATH="${INSTALL_PATH}/build" - #name of the image IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img" @@ -48,10 +42,6 @@ IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img" #Hostname HOSTNAME="${TARGET}" -#Mount point of image's partitions -BOOT="/mnt/boot" -ROOT="/mnt/root" - #Filesystem of boot partitions (default ext4 raspberry pi need vfat) SEPARATE_BOOT_PARTITION=1 BOOTFS="vfat" diff --git a/platforms/xu4/mageia4arm.cfg b/platforms/xu4/mageia4arm.cfg index b977235..11471b7 100644 --- a/platforms/xu4/mageia4arm.cfg +++ b/platforms/xu4/mageia4arm.cfg @@ -23,19 +23,10 @@ TARGET_VERSION="xu4" # 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" MIRROR="http://192.168.1.252/mageia/distrib/$MAGEIA_VERSION/$ARM_VERSION" -# image will be created here -INSTALL_PATH="/mnt/perso/xu4-test/" - -# Build directory will be created here -BUILD_PATH="$INSTALL_PATH/build" #name of the image IMAGE="Mageia-${MAGEIA_VERSION}-$TARGET.img" -#Mount point of image's partitions -BOOT="/mnt/boot_xu4" -ROOT="/mnt/root_xu4" - #Default user ID_USER="odroid" PASSWORD="xu4" -- cgit v1.2.1