Skip to content

Commit

Permalink
Make RHEL autoload the KS file inside floppy with special FAT label
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdonadio committed Apr 15, 2018
1 parent fe8697a commit 8fc55ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/step_create_floppy.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (s *StepCreateFloppy) Run(_ context.Context, state multistep.StateBag) mult
log.Println("Formatting the block device with a FAT filesystem...")
formatConfig := &fat.SuperFloppyConfig{
FATType: fat.FAT12,
Label: "packer",
Label: "OEMDRV",
OEMName: "packer",
}
if err := fat.FormatSuperFloppy(device, formatConfig); err != nil {
Expand Down

0 comments on commit 8fc55ce

Please sign in to comment.