corrected extlinux.conf
This commit is contained in:
parent
1b9bb7ed50
commit
9a2af32600
@ -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=<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>
|
||||
|
@ -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=<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>
|
||||
|
@ -15,7 +15,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
MAGEIA_VERSION="6"
|
||||
MAGEIA_VERSION="7"
|
||||
ARM_VERSION="armv7hl"
|
||||
|
||||
#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