Improve extlinux.conf doc and process.
This commit is contained in:
9
platforms/bananaPro/extlinux.conf
Normal file
9
platforms/bananaPro/extlinux.conf
Normal file
@ -0,0 +1,9 @@
|
||||
default linux
|
||||
timeout 20
|
||||
menu title Welcome to Mageia-Minimal.
|
||||
|
||||
label linux
|
||||
kernel /boot/vmlinuz
|
||||
initrd /boot/initrd.img
|
||||
fdtdir /usr/lib/<FDTDIR>
|
||||
append root=UUID=<UUID> <BOOT_ARGS>
|
@ -71,7 +71,10 @@ BOOTFS="ext4"
|
||||
#kernel package to install
|
||||
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_PATH="${INSTALL_PATH}/"
|
||||
#FIRMWARE_DIR="firmware-stable"
|
||||
#FIRMWARE_DOWNLOAD_URL="https://github.com/raspberrypi/firmware/archive/stable.zip"
|
||||
|
@ -4,7 +4,7 @@ default linux
|
||||
|
||||
label linux
|
||||
kernel /boot/vmlinuz
|
||||
append root=UUID=<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
|
||||
append root=UUID=<UUID> <BOOT_ARGS>
|
||||
fdtdir /usr/lib/<FDTDIR>
|
||||
initrd /boot/initrd
|
||||
|
||||
|
@ -54,6 +54,9 @@ HOSTNAME="$TARGET.$ID_USER"
|
||||
#Filesystem of boot partitions (default ext4 raspberry pi need vfat)
|
||||
BOOTFS="vfat"
|
||||
|
||||
#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'
|
||||
|
||||
#Path where the raspberry pi firmware is/will be installed
|
||||
FIRMWARE_PATH="$INSTALL_PATH"
|
||||
FIRMWARE_DIR="firmware-stable"
|
||||
|
@ -4,7 +4,7 @@ default linux
|
||||
|
||||
label linux
|
||||
kernel /boot/vmlinuz
|
||||
append root=UUID=<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
|
||||
append root=UUID=<UUID> <BOOT_ARGS>
|
||||
fdtdir /usr/lib/<FDTDIR>
|
||||
initrd /boot/initrd
|
||||
|
||||
|
@ -54,6 +54,10 @@ HOSTNAME="$TARGET.$ID_USER"
|
||||
#Filesystem of boot partitions (default ext4 raspberry pi need vfat)
|
||||
BOOTFS="vfat"
|
||||
|
||||
#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'
|
||||
|
||||
|
||||
#Path where the raspberry pi firmware is/will be installed
|
||||
FIRMWARE_PATH="$INSTALL_PATH"
|
||||
FIRMWARE_DIR="firmware-stable"
|
||||
|
@ -4,7 +4,7 @@ default linux
|
||||
|
||||
label linux
|
||||
kernel /boot/vmlinuz
|
||||
append root=UUID=<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
|
||||
append root=UUID=<UUID> <BOOT_ARGS>
|
||||
fdtdir /usr/lib/<FDTDIR>
|
||||
initrd /boot/initrd
|
||||
|
||||
|
@ -54,6 +54,9 @@ HOSTNAME="$TARGET.$ID_USER"
|
||||
#Filesystem of boot partitions (default ext4 raspberry pi need vfat)
|
||||
BOOTFS="vfat"
|
||||
|
||||
#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'
|
||||
|
||||
#Path where the raspberry pi firmware is/will be installed
|
||||
FIRMWARE_PATH="$INSTALL_PATH"
|
||||
FIRMWARE_DIR="firmware-stable"
|
||||
|
@ -4,7 +4,7 @@ default linux
|
||||
|
||||
label linux
|
||||
kernel /boot/vmlinuz
|
||||
append root=UUID=<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
|
||||
append root=UUID=<UUID> <BOOT_ARGS>
|
||||
fdtdir /usr/lib/<FDTDIR>
|
||||
initrd /boot/initrd
|
||||
|
||||
|
@ -58,6 +58,10 @@ HOSTNAME="$TARGET.$ID_USER"
|
||||
#Filesystem of boot partitions (default ext4 raspberry pi need vfat)
|
||||
BOOTFS="vfat"
|
||||
|
||||
#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'
|
||||
|
||||
|
||||
#Path where the raspberry pi firmware is/will be installed
|
||||
FIRMWARE_PATH="$INSTALL_PATH"
|
||||
FIRMWARE_DIR="firmware-stable"
|
||||
|
@ -4,7 +4,7 @@ default Mageia
|
||||
|
||||
label Mageia
|
||||
kernel /boot/vmlinuz
|
||||
append root=UUID=<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
|
||||
append root=UUID=<UUID> <BOOT_ARGS>
|
||||
fdtdir /usr/lib/<FDTDIR>
|
||||
initrd /boot/initrd
|
||||
|
||||
|
@ -49,5 +49,8 @@ HOSTNAME="xu4.odroid"
|
||||
#Filesystem of boot partitions (default ext4)
|
||||
BOOTFS=ext4
|
||||
|
||||
#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'
|
||||
|
||||
#kernel package to install
|
||||
KERNEL=kernel-odroid
|
||||
|
Reference in New Issue
Block a user