config.static.yaml
· 906 B · YAML
Raw
loaders:
alarm-radxa-dragon-q6a:
bootargs:
- console=ttyMSM0 earlycon=qcom_geni,0x994000 panic=30 loglevel=8 ro rootwait=10
root=/dev/sda2 rootfstype=ext4 rootflags=discard coherent_pool=2M irqchip.gicv3_pseudo_nmi=0
cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
devicetree: /dtbs/qcom/qcs6490-radxa-dragon-q6a.dtb
initramfs:
- /initramfs-linux-radxa-q6a.img
kernel: /vmlinuz-linux-radxa-q6a
title: Arch Linux ARM for Radxa Dragon Q6A
type: linux-efi
efisetup:
complete: false
priority: 1000
title: Reboot into Firmware Setup
type: efisetup
poweroff:
complete: false
mode: poweroff
priority: 1010
title: Power Off
type: reboot
reboot:
complete: false
priority: 1020
title: Reboot
type: reboot
menu:
default: alarm-radxa-dragon-q6a
sdboot:
enabled: false
timeout: 5
| 1 | loaders: |
| 2 | alarm-radxa-dragon-q6a: |
| 3 | bootargs: |
| 4 | - console=ttyMSM0 earlycon=qcom_geni,0x994000 panic=30 loglevel=8 ro rootwait=10 |
| 5 | root=/dev/sda2 rootfstype=ext4 rootflags=discard coherent_pool=2M irqchip.gicv3_pseudo_nmi=0 |
| 6 | cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 |
| 7 | devicetree: /dtbs/qcom/qcs6490-radxa-dragon-q6a.dtb |
| 8 | initramfs: |
| 9 | - /initramfs-linux-radxa-q6a.img |
| 10 | kernel: /vmlinuz-linux-radxa-q6a |
| 11 | title: Arch Linux ARM for Radxa Dragon Q6A |
| 12 | type: linux-efi |
| 13 | efisetup: |
| 14 | complete: false |
| 15 | priority: 1000 |
| 16 | title: Reboot into Firmware Setup |
| 17 | type: efisetup |
| 18 | poweroff: |
| 19 | complete: false |
| 20 | mode: poweroff |
| 21 | priority: 1010 |
| 22 | title: Power Off |
| 23 | type: reboot |
| 24 | reboot: |
| 25 | complete: false |
| 26 | priority: 1020 |
| 27 | title: Reboot |
| 28 | type: reboot |
| 29 | menu: |
| 30 | default: alarm-radxa-dragon-q6a |
| 31 | sdboot: |
| 32 | enabled: false |
| 33 | timeout: 5 |
| 34 |