mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Also customize image if only a cloudinit payload exists
This commit is contained in:
parent
ac72c0ddc9
commit
12e024ad7f
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ void DownloadThread::_writeComplete()
|
|||
|
||||
emit finalizing();
|
||||
|
||||
if (!_config.isEmpty() || !_cmdline.isEmpty() || !_firstrun.isEmpty())
|
||||
if (!_config.isEmpty() || !_cmdline.isEmpty() || !_firstrun.isEmpty() || !_cloudinit.isEmpty())
|
||||
{
|
||||
if (!_customizeImage())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue