Bug #181
create a lava job with linuxboot + write to hdd image
Status: | New | Start date: | 11/10/2018 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
the lava job should look like:
- deploy: coreboot+linux GOLD
- minimal boot:
- wget image + image.sha256
- sha256 -c image
- dd of=/dev/sda
- echo success
- deploy: flasher: unknown coreboot + x
- minimal boot: until linux boots from HDD
- deploy: ssh: (or via wget from slave dispatcher)
- test: ...