There needs to be a way to easily install the bootloader onto a disk image or physical disk without having to use dd and manually calculate offsets. This tool should be able to consider any of the file systems that vboot supports, which is currently only RawFS (however future file systems should be considered).
There needs to be a way to easily install the bootloader onto a disk image or physical disk without having to use
dd
and manually calculate offsets. This tool should be able to consider any of the file systems that vboot supports, which is currently only RawFS (however future file systems should be considered).