Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions emulation/README-onie-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ Since the KVM has Secure Boot enabled by default, encryption keys and a signed s
`cd onie/build-config`
### 2 Generate cryptographic signing keys in ./encryption
`make MACHINE=kvm_x86_64 signing-keys-generate`
### 3 Copy the keys to ./emulation for run time use
`make MACHINE=kvm_x86_64 signing-keys-generate`
### 4 Build a self-signed shim efi bootloader
### 3 Build a self-signed shim efi bootloader
`make MACHINE=kvm_x86_64 -j4 shim-self-sign`
### 5 Build ONIE, the boot iso, and the Demo OS
### 4 Build ONIE, the boot iso, and the Demo OS
`make MACHINE=kvm_x86_64 -j4 all demo recovery-iso`
...and do something else while it builds. ``

Expand Down