mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix output file name for openstack images.
No further conversion is necessary for this VM file target, so there is no need to append the '.raw' suffix here. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
573e7cca4b
commit
6943fb9ff2
2 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ vm_create_openstack() {
|
|||
-b /boot/pmbr -p freebsd-boot/bootfs:=/boot/gptboot \
|
||||
-p freebsd-swap/swapfs::1G \
|
||||
-p freebsd-ufs/rootfs:=${VMBASE} \
|
||||
-o ${VMIMAGE}.raw
|
||||
-o ${VMIMAGE}
|
||||
|
||||
return 0
|
||||
}
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ vm_create_openstack() {
|
|||
-b /boot/pmbr -p freebsd-boot/bootfs:=/boot/gptboot \
|
||||
-p freebsd-swap/swapfs::1G \
|
||||
-p freebsd-ufs/rootfs:=${VMBASE} \
|
||||
-o ${VMIMAGE}.raw
|
||||
-o ${VMIMAGE}
|
||||
|
||||
return 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue