Austin Schuh | 74617c0 | 2023-02-05 18:44:18 -0800 | [diff] [blame] | 1 | if test ${devnum} -eq 1; |
2 | then | ||||
3 | sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} sdcard_extlinux.conf | ||||
4 | else | ||||
5 | sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} emmc_extlinux.conf | ||||
6 | fi |