mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
Modify flash command to use generic flash.sh
This commit is contained in:
parent
b0ca83dbca
commit
85eebd0487
@ -9,7 +9,7 @@ gpg --home=/media/gpg_keys --export --armor e@mail.address > /media/gpg_keys/pub
|
||||
gpg --home=/media/gpg_keys --export-secret-keys --armor e@mail.address > /media/gpg_keys/private.key
|
||||
cbfs -o /media/coreboot.rom -a "heads/initrd/.gnupg/keys/public.key" -f /media/gpg_keys/public.key
|
||||
cbfs -o /media/coreboot.rom -a "heads/initrd/.gnupg/keys/private.key" -f /media/gpg_keys/private.key
|
||||
flashrom-x230.sh /media/coreboot.com
|
||||
umount /media
|
||||
mount -o remount,ro /media
|
||||
flash.sh /media/coreboot.com
|
||||
cbmem --console | grep '^ME'
|
||||
cbmem --console | less
|
||||
|
Loading…
Reference in New Issue
Block a user