1
0

Improve extlinux.conf doc and process.

This commit is contained in:
Jybz
2019-12-30 11:03:16 +01:00
parent 1a545d74b3
commit 68db69c9bf
15 changed files with 695 additions and 635 deletions

View 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>

View File

@ -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"