Skip to content

Commit

Permalink
templates: Add usbvm
Browse files Browse the repository at this point in the history
Add usbvm to the build and images manifests, so it is included on the
ISO.

Signed-off-by: Jason Andryuk <[email protected]>
  • Loading branch information
jandryuk committed Oct 28, 2021
1 parent 8f196e7 commit 17c52b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/master/build-manifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ MACHINE=xenclient-dom0 bitbake xenclient-dom0-image
MACHINE=xenclient-uivm bitbake xenclient-uivm-image
MACHINE=xenclient-ndvm bitbake xenclient-ndvm-image
MACHINE=xenclient-syncvm bitbake xenclient-syncvm-image
MACHINE=usbvm bitbake usbvm-image
MACHINE=xenclient-dom0 bitbake package-index
1 change: 1 addition & 0 deletions templates/master/images-manifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ xenclient-dom0 dom0 xenclient-dom0-image ext3.gz dom0-rootfs /
xenclient-uivm uivm xenclient-uivm-image ext3.vhd.gz uivm-rootfs /storage/uivm
xenclient-ndvm ndvm xenclient-ndvm-image ext3.disk.vhd.gz ndvm-rootfs /storage/ndvm
xenclient-syncvm syncvm xenclient-syncvm-image ext3.vhd.gz syncvm-rootfs /storage/syncvm
usbvm file usbvm-image ext4.disk.vhd.gz usbvm.vhd /storage/disks/

0 comments on commit 17c52b7

Please sign in to comment.