Skip to content

Commit 453a5b2

Browse files
committed
Kconfig.bringup: use guestfs *if* cloud was not initialized
A minor kconfig semantic fix, if we we never ran: make cloud-config That means we stick to the guestfs default. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 3fd9708 commit 453a5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kconfigs/Kconfig.bringup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ config CLOUD_INITIALIZED
1616
choice
1717
prompt "Node bring up method"
1818
default TERRAFORM if CLOUD_INITIALIZED
19-
default GUESTFS
19+
default GUESTFS if !CLOUD_INITIALIZED
2020

2121
config GUESTFS
2222
bool "Use guestfs-tools for local virtualization via KVM and libvirt"

0 commit comments

Comments
 (0)