Browse Source

OS-8386 vmware vmdk number of blocks is wrong (#1045)

Reviewed by: Dan McDonald <danmcd@kebe.com>
Approved by: Dan McDonald <danmcd@kebe.com>
release-20220616
Brian Bennett 10 months ago committed by GitHub
parent
commit
48e69277e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      tools/SmartOS.vmwarevm/SmartOS.vmdk
  2. 3
      tools/build_boot_image

6
tools/SmartOS.vmwarevm/SmartOS.vmdk

@ -7,12 +7,12 @@ isNativeSnapshot="no"
createType="monolithicFlat"
# Extent description
RW 3906250 FLAT "smartos.img" 0
RW 3789063 FLAT "smartos.img" 0
# The Disk Data Base
# The Disk Data Base
#DDB
ddb.geometry.cylinders = "3875"
ddb.geometry.cylinders = "3758"
ddb.geometry.heads = "16"
ddb.geometry.sectors = "63"
ddb.adapterType = "ide"

3
tools/build_boot_image

@ -12,6 +12,7 @@
#
# Copyright (c) 2019, Joyent, Inc.
# Copyright 2022 MNX Cloud, Inc.
#
#
@ -48,6 +49,8 @@ bi_make_iso=0
bi_proforma_only=0
bi_nocleanup=0
bi_proforma_prefix="2"
# Note, if this changes you also need to update SmartOS.vmwarevm/SmartOS.vmdk
# See OS-8386
bi_imgsz="1940000256"
bi_wsroot=
bi_lofi_blkdev=

Loading…
Cancel
Save