Skip to content

Commit

Permalink
skip match
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jan 13, 2021
1 parent ed24791 commit 541b4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packer/libvirt-20.10/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ autoinstall:
swap:
size: 0
config:
- { type: disk, id: disk-0, match: {}, ptable: gpt, wipe: superblock-recursive, grub_device: true }
- { type: disk, id: disk-0, ptable: gpt, wipe: superblock-recursive, grub_device: true }
- { type: partition, id: partition-0, number: 1, device: disk-0, size: 1M, wipe: superblock, flag: bios_grub }
- { type: partition, id: partition-1, number: 2, device: disk-0, size: 512M, wipe: superblock, flag: boot }
- { type: partition, id: partition-2, number: 3, device: disk-0, size: 4G, wipe: superblock, flag: swap }
Expand Down
2 changes: 1 addition & 1 deletion packer/virtualbox-20.10/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ autoinstall:
swap:
size: 0
config:
- { type: disk, id: disk-0, match: {}, ptable: gpt, wipe: superblock-recursive, grub_device: true }
- { type: disk, id: disk-0, ptable: gpt, wipe: superblock-recursive, grub_device: true }
- { type: partition, id: partition-0, number: 1, device: disk-0, size: 1M, wipe: superblock, flag: bios_grub }
- { type: partition, id: partition-1, number: 2, device: disk-0, size: 512M, wipe: superblock, flag: boot }
- { type: partition, id: partition-2, number: 3, device: disk-0, size: 4G, wipe: superblock, flag: swap }
Expand Down

0 comments on commit 541b4b6

Please sign in to comment.