diff options
author | Daniel Tartavel <contact@librepc.com> | 2018-12-16 14:21:26 +0100 |
---|---|---|
committer | Daniel Tartavel <contact@librepc.com> | 2018-12-16 14:21:26 +0100 |
commit | 1169b7fc768f5ea8a91d9d9892ff89ec4722eb1c (patch) | |
tree | 801769663b125dcf690abfc4375519aeefb5b7c2 /rpi/extlinux.conf | |
parent | 47e85a6d3a727cbe86208e3ae5a69a24b6e818c2 (diff) | |
download | mageia4arm-1169b7fc768f5ea8a91d9d9892ff89ec4722eb1c.tar mageia4arm-1169b7fc768f5ea8a91d9d9892ff89ec4722eb1c.tar.gz mageia4arm-1169b7fc768f5ea8a91d9d9892ff89ec4722eb1c.tar.bz2 mageia4arm-1169b7fc768f5ea8a91d9d9892ff89ec4722eb1c.tar.xz mageia4arm-1169b7fc768f5ea8a91d9d9892ff89ec4722eb1c.zip |
Big update
Diffstat (limited to 'rpi/extlinux.conf')
-rw-r--r-- | rpi/extlinux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpi/extlinux.conf b/rpi/extlinux.conf index 7f6b846..3226883 100644 --- a/rpi/extlinux.conf +++ b/rpi/extlinux.conf @@ -1,10 +1,10 @@ -menu autoboot Welcome to Mageia-Minimal. +menu title Boot menu timeout 20 default Mageia label Mageia kernel /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" + append root=UUID=78fa0462-5bcf-46ea-beb3-40cab8fe97c3 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 /dtb/ initrd /initrd |