corrected extlinux.conf
This commit is contained in:
parent
1b9bb7ed50
commit
9a2af32600
@ -1,8 +1,8 @@
|
|||||||
menu Welcome to Mageia-Minimal.
|
menu Welcome to Mageia-Minimal.
|
||||||
timeout 20
|
timeout 20
|
||||||
default Mageia
|
default linux
|
||||||
|
|
||||||
label Mageia
|
label linux
|
||||||
kernel /boot/vmlinuz
|
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> 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/<FDTDIR>
|
fdtdir /usr/lib/<FDTDIR>
|
||||||
|
@ -19,7 +19,7 @@ MAGEIA_VERSION="7"
|
|||||||
ARM_VERSION="armv7hl"
|
ARM_VERSION="armv7hl"
|
||||||
|
|
||||||
#target plateform (xu3-4 or rpi)
|
#target plateform (xu3-4 or rpi)
|
||||||
TARGET="rpi"
|
TARGET="rpi"
|
||||||
#version of the target
|
#version of the target
|
||||||
# 0, 1, 2 ,3_32 for rpi and 3 or 4 for odroid
|
# 0, 1, 2 ,3_32 for rpi and 3 or 4 for odroid
|
||||||
TARGET_VERSION="3_32"
|
TARGET_VERSION="3_32"
|
||||||
@ -47,8 +47,8 @@ PASSWORD="raspberry"
|
|||||||
#root password
|
#root password
|
||||||
ROOT_PWD="piroot"
|
ROOT_PWD="piroot"
|
||||||
|
|
||||||
#Hostname
|
#Hostname
|
||||||
HOSTNAME="$TARGET.$ID_USER"
|
HOSTNAME="$TARGET.$ID_USER"
|
||||||
|
|
||||||
#Filesystem of boot partitions (default ext4 raspberry pi need vfat)
|
#Filesystem of boot partitions (default ext4 raspberry pi need vfat)
|
||||||
#DO NOT CHANGE THIS
|
#DO NOT CHANGE THIS
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
menu Welcome to Mageia-Minimal.
|
menu Welcome to Mageia-Minimal.
|
||||||
timeout 20
|
timeout 20
|
||||||
default Mageia
|
default linux
|
||||||
|
|
||||||
label Mageia
|
label linux
|
||||||
kernel /boot/vmlinuz
|
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> 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/<FDTDIR>
|
fdtdir /usr/lib/<FDTDIR>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
MAGEIA_VERSION="6"
|
MAGEIA_VERSION="7"
|
||||||
ARM_VERSION="armv7hl"
|
ARM_VERSION="armv7hl"
|
||||||
|
|
||||||
#target plateform (xu3-4 or rpi)
|
#target plateform (xu3-4 or rpi)
|
||||||
|
10
rpi3+/extlinux.conf
Normal file
10
rpi3+/extlinux.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
menu Welcome to Mageia-Minimal.
|
||||||
|
timeout 20
|
||||||
|
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
|
||||||
|
fdtdir /usr/lib/<FDTDIR>
|
||||||
|
initrd /boot/initrd
|
||||||
|
|
Reference in New Issue
Block a user