diff options
author | Jybz <j.biernacki@free.fr> | 2020-09-10 17:20:37 +0200 |
---|---|---|
committer | Jybz <j.biernacki@free.fr> | 2020-09-10 17:20:37 +0200 |
commit | fe7d04dd1befbd48f4b7f22a3808da5306a6e6eb (patch) | |
tree | faf833d0eaa60dafeee9ae32b4bb2c52921d9e03 /platforms/rpi3+ | |
parent | a30406b8fc802c5889bffba4332b848bc0ce59d9 (diff) | |
download | mageia4arm-fe7d04dd1befbd48f4b7f22a3808da5306a6e6eb.tar mageia4arm-fe7d04dd1befbd48f4b7f22a3808da5306a6e6eb.tar.gz mageia4arm-fe7d04dd1befbd48f4b7f22a3808da5306a6e6eb.tar.bz2 mageia4arm-fe7d04dd1befbd48f4b7f22a3808da5306a6e6eb.tar.xz mageia4arm-fe7d04dd1befbd48f4b7f22a3808da5306a6e6eb.zip |
Remove unused variable (redefined in the script).
Diffstat (limited to 'platforms/rpi3+')
-rw-r--r-- | platforms/rpi3+/mageia4arm.cfg | 10 |
1 files changed, 0 insertions, 10 deletions
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' |