Improve extlinux.conf doc and process.
This commit is contained in:
@ -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