Skip to content

Commit

Permalink
Remove -rock when creating user-data ISO
Browse files Browse the repository at this point in the history
Workaround for #2
  • Loading branch information
mudler committed Jan 27, 2022
1 parent f3eba8c commit e3f22d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_oem_iso
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ name: "Setup for the vagrant user"
EOF

rm -f seed.iso
mkisofs -output seed.iso -volid cidata -joliet -rock user-data meta-data
mkisofs -output seed.iso -volid cidata -joliet user-data meta-data

0 comments on commit e3f22d9

Please sign in to comment.