inferno0230 ревизий этого фрагмента 1 month ago. К ревизии
1 file changed, 5 insertions, 4 deletions
config.static.yaml
| @@ -2,11 +2,12 @@ loaders: | |||
| 2 | 2 | alarm-radxa-dragon-q6a: | |
| 3 | 3 | bootargs: | |
| 4 | 4 | - console=ttyMSM0 earlycon=qcom_geni,0x994000 panic=30 loglevel=8 ro rootwait=10 | |
| 5 | - | root=PARTUUID=39a84df6-42ff-4b70-97d4-c3e1ed070a95 rootfstype=ext4 rootflags=discard | |
| 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 | |
| 6 | 7 | devicetree: /dtbs/qcom/qcs6490-radxa-dragon-q6a.dtb | |
| 7 | 8 | initramfs: | |
| 8 | - | - /Image.gz | |
| 9 | - | kernel: /Image | |
| 9 | + | - /initramfs-linux-radxa-q6a.img | |
| 10 | + | kernel: /vmlinuz-linux-radxa-q6a | |
| 10 | 11 | title: Arch Linux ARM for Radxa Dragon Q6A | |
| 11 | 12 | type: linux-efi | |
| 12 | 13 | efisetup: | |
| @@ -29,4 +30,4 @@ menu: | |||
| 29 | 30 | default: alarm-radxa-dragon-q6a | |
| 30 | 31 | sdboot: | |
| 31 | 32 | enabled: false | |
| 32 | - | timeout: 3 | |
| 33 | + | timeout: 5 | |
inferno0230 ревизий этого фрагмента 1 month ago. К ревизии
1 file changed, 32 insertions
config.static.yaml(файл создан)
| @@ -0,0 +1,32 @@ | |||
| 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=PARTUUID=39a84df6-42ff-4b70-97d4-c3e1ed070a95 rootfstype=ext4 rootflags=discard | |
| 6 | + | devicetree: /dtbs/qcom/qcs6490-radxa-dragon-q6a.dtb | |
| 7 | + | initramfs: | |
| 8 | + | - /Image.gz | |
| 9 | + | kernel: /Image | |
| 10 | + | title: Arch Linux ARM for Radxa Dragon Q6A | |
| 11 | + | type: linux-efi | |
| 12 | + | efisetup: | |
| 13 | + | complete: false | |
| 14 | + | priority: 1000 | |
| 15 | + | title: Reboot into Firmware Setup | |
| 16 | + | type: efisetup | |
| 17 | + | poweroff: | |
| 18 | + | complete: false | |
| 19 | + | mode: poweroff | |
| 20 | + | priority: 1010 | |
| 21 | + | title: Power Off | |
| 22 | + | type: reboot | |
| 23 | + | reboot: | |
| 24 | + | complete: false | |
| 25 | + | priority: 1020 | |
| 26 | + | title: Reboot | |
| 27 | + | type: reboot | |
| 28 | + | menu: | |
| 29 | + | default: alarm-radxa-dragon-q6a | |
| 30 | + | sdboot: | |
| 31 | + | enabled: false | |
| 32 | + | timeout: 3 | |