Skip to content

Commit 3ec48ec

Browse files
authored
add floppy_content support
1 parent 56cbcdc commit 3ec48ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

builder/parallels/iso/builder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ func (b *Builder) Run(ctx context.Context, ui packersdk.Ui, hook packersdk.Hook)
213213
Files: b.config.FloppyConfig.FloppyFiles,
214214
Directories: b.config.FloppyConfig.FloppyDirectories,
215215
Label: b.config.FloppyConfig.FloppyLabel,
216+
Content: b.config.FloppyConfig.FloppyContent,
216217
},
217218
commonsteps.HTTPServerFromHTTPConfig(&b.config.HTTPConfig),
218219
new(stepCreateVM),

builder/parallels/pvm/builder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ func (b *Builder) Run(ctx context.Context, ui packersdk.Ui, hook packersdk.Hook)
6666
Files: b.config.FloppyConfig.FloppyFiles,
6767
Directories: b.config.FloppyConfig.FloppyDirectories,
6868
Label: b.config.FloppyConfig.FloppyLabel,
69+
Content: b.config.FloppyConfig.FloppyContent,
6970
},
7071
&parallelscommon.StepImport{
7172
Name: b.config.VMName,

0 commit comments

Comments
 (0)