diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-04 19:27:17 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-04 19:27:17 (EDT) |
commit | 175fa122909aaec478b9a8d484fbc577bbfc6b37 (patch) | |
tree | 91cedc329c1a9fe09c4242cf11c41dd3facbb666 /docs/maintain | |
parent | c136b69b4cc1e65b5aea333a727555e0a4ff2bab (diff) | |
download | libreboot-175fa122909aaec478b9a8d484fbc577bbfc6b37.zip libreboot-175fa122909aaec478b9a8d484fbc577bbfc6b37.tar.gz libreboot-175fa122909aaec478b9a8d484fbc577bbfc6b37.tar.bz2 |
docs/maintain/index.html: fix broken commands
Diffstat (limited to 'docs/maintain')
-rw-r--r-- | docs/maintain/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index fce269c..9f2d4e9 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -341,12 +341,12 @@ <p> Examples (GRUB payload):<br/> - $ <b>./build config corebootmodify grub/x60</b><br/> - $ <b>./build config corebootreplace grub/x60</b><br/> - $ <b>./build config corebootupdate grub/x60</b><br/> - $ <b>./build config corebootmodify grub/kfsn4-dre</b><br/> - $ <b>./build config corebootreplace grub/kfsn4-dre</b><br/> - $ <b>./build config corebootupdate grub/kfsn4-dre</b><br/> + $ <b>./build config corebootmodify x60</b><br/> + $ <b>./build config corebootreplace x60</b><br/> + $ <b>./build config corebootupdate x60</b><br/> + $ <b>./build config corebootmodify kfsn4-dre</b><br/> + $ <b>./build config corebootreplace kfsn4-dre</b><br/> + $ <b>./build config corebootupdate kfsn4-dre</b><br/> </p> <p> |