mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Be sure to updateboot on g
If not generating a new site archive, generate a new boot.img anyway for genesis.
This commit is contained in:
parent
6bbbf92613
commit
d4b21ed5b9
@ -242,6 +242,8 @@ def initialize(cmdset):
|
||||
if cmdset.g:
|
||||
initialize_genesis()
|
||||
if not didsomething and (cmdset.k or cmdset.l or cmdset.g):
|
||||
if cmdset.g:
|
||||
updateboot('genesis-x86_64')
|
||||
sys.exit(0)
|
||||
if not didsomething:
|
||||
sys.stderr.write('Nothing was done, use initialize -i for '
|
||||
|
Loading…
Reference in New Issue
Block a user