Skip to content

Commit

Permalink
fix x86/x64 vmdk boot
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Jan 10, 2018
1 parent cef216d commit 7247801
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/Config-images.in
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ menu "Target Images"
config GRUB_TIMEOUT
string "Seconds to wait before booting the default entry"
depends on GRUB_IMAGES
default "5"
default "0"
help
If you don't know, 5 seconds is a reasonable default.

Expand All @@ -233,6 +233,7 @@ menu "Target Images"
config VMDK_IMAGES
bool "Build VMware image files (VMDK)"
depends on TARGET_x86 || TARGET_x86_64
default y
select GRUB_IMAGES
select TARGET_IMAGES_PAD
select PACKAGE_kmod-e1000
Expand All @@ -244,7 +245,7 @@ menu "Target Images"
config TARGET_IMAGES_GZIP
bool "GZip images"
depends on TARGET_IMAGES_PAD || TARGET_ROOTFS_EXT4FS || TARGET_x86
default y
default n

comment "Image Options"

Expand All @@ -258,7 +259,7 @@ menu "Target Images"
config TARGET_ROOTFS_PARTSIZE
int "Root filesystem partition size (in MB)"
depends on GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 || TARGET_mvebu || TARGET_uml
default 256
default 90
help
Select the root filesystem partition size.

Expand Down

0 comments on commit 7247801

Please sign in to comment.