mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-28 03:33:01 +02:00
- Adapt boot scripts to exepect the split FIT header/SquashFS image layout. - Make sure that we can boot from any kind of block device (most importantly virtio for GNS3). - Rename net -> dhcp as we might have more kinds of netboots in the future (http).
7 lines
140 B
Bash
7 lines
140 B
Bash
echo "Booting from ${devtype}${devnum} (order: ${BOOT_ORDER})"
|
|
|
|
for s in "${BOOT_ORDER}"; do
|
|
setenv slot "${s}"
|
|
run ixbootslot
|
|
done
|