From 9a2af3260038ce09d77f1b4b056ef317e36926d6 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sat, 30 Mar 2019 22:28:14 +0100 Subject: corrected extlinux.conf --- rpi/extlinux.conf | 4 ++-- rpi/mageia4arm.cfg.original | 6 +++--- rpi2/extlinux.conf | 4 ++-- rpi2/mageia4arm.cfg | 2 +- rpi3+/extlinux.conf | 10 ++++++++++ 5 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 rpi3+/extlinux.conf diff --git a/rpi/extlinux.conf b/rpi/extlinux.conf index 91a46a2..2678b8e 100644 --- a/rpi/extlinux.conf +++ b/rpi/extlinux.conf @@ -1,8 +1,8 @@ menu Welcome to Mageia-Minimal. timeout 20 -default Mageia +default linux -label Mageia +label linux kernel /boot/vmlinuz append root=UUID= 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 fdtdir /usr/lib/ diff --git a/rpi/mageia4arm.cfg.original b/rpi/mageia4arm.cfg.original index ae56885..8e492d6 100644 --- a/rpi/mageia4arm.cfg.original +++ b/rpi/mageia4arm.cfg.original @@ -19,7 +19,7 @@ MAGEIA_VERSION="7" ARM_VERSION="armv7hl" #target plateform (xu3-4 or rpi) -TARGET="rpi" +TARGET="rpi" #version of the target # 0, 1, 2 ,3_32 for rpi and 3 or 4 for odroid TARGET_VERSION="3_32" @@ -47,8 +47,8 @@ PASSWORD="raspberry" #root password ROOT_PWD="piroot" -#Hostname -HOSTNAME="$TARGET.$ID_USER" +#Hostname +HOSTNAME="$TARGET.$ID_USER" #Filesystem of boot partitions (default ext4 raspberry pi need vfat) #DO NOT CHANGE THIS diff --git a/rpi2/extlinux.conf b/rpi2/extlinux.conf index 91a46a2..2678b8e 100644 --- a/rpi2/extlinux.conf +++ b/rpi2/extlinux.conf @@ -1,8 +1,8 @@ menu Welcome to Mageia-Minimal. timeout 20 -default Mageia +default linux -label Mageia +label linux kernel /boot/vmlinuz append root=UUID= 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 fdtdir /usr/lib/ diff --git a/rpi2/mageia4arm.cfg b/rpi2/mageia4arm.cfg index 1b28d6e..1b6d34c 100644 --- a/rpi2/mageia4arm.cfg +++ b/rpi2/mageia4arm.cfg @@ -15,7 +15,7 @@ # along with this program. If not, see . -MAGEIA_VERSION="6" +MAGEIA_VERSION="7" ARM_VERSION="armv7hl" #target plateform (xu3-4 or rpi) diff --git a/rpi3+/extlinux.conf b/rpi3+/extlinux.conf new file mode 100644 index 0000000..2678b8e --- /dev/null +++ b/rpi3+/extlinux.conf @@ -0,0 +1,10 @@ +menu Welcome to Mageia-Minimal. +timeout 20 +default linux + +label linux + kernel /boot/vmlinuz + append root=UUID= 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 + fdtdir /usr/lib/ + initrd /boot/initrd + -- cgit v1.2.1