Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Mar 20, 2024
1 parent 69ffc0e commit ad6c170
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
12 changes: 6 additions & 6 deletions AMZ_README_FIRST.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
This is not your normal Bento box. Instead of building a system from an ISO we're building a system from an Amazon provided VirtualBox VDI file. This means the process is a bit different than usual.
This is not your normal Bento box. Instead of building a system from an ISO we're building a system from an Amazon provided vm hdd image files. This means the process is a bit different than usual.

# Building this box

Simply run the AMZ_build_virtualbox-ovf.sh script
Simply run one of the amazonlinxu-2*-build.sh scripts

This script will:
These scripts will:

1. Download the VirtualBox .vdi file for Amazon Linux 2 and place it in the amz_working_files directory. Amazon hosts these at <https://cdn.amazonlinux.com/os-images/latest/virtualbox/>. It will name it amazon.vdi instead of the version specific name that Amazon gives it on their site
1. It will prepare this VDI file for packer and export it as a OVF file
1. Download the vm image file for Amazon Linux 2 or 2023 and place it in the amz_working_files directory. Amazon hosts these at <https://cdn.amazonlinux.com/os-images/latest/> and <https://cdn.amazonlinux.com/al2023/os-images/latest/>.
1. It will prepare the VDI file for packer and export it as a OVF file
1. It will run the packer build
1. Lastly it will clean up the leftover files in the working directory
1. Lastly it will clean up the leftover files in the working directory on successful completion
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,15 @@ Markdown table generated at <https://www.tablesgenerator.com/markdown_tables#>
## [v4.0.2] (2024-02-28)

- Update upload message to show architecture
- fix open-vm-tools install for vmware builds
-
- Fix open-vm-tools install for vmware builds
- Fix amazonlinux 2 build script
- Added amazonlinux 2023 build scripts
- Allow failed tests to continue and report at the end each test that failed
- Added amazonlinux aarch64 packer templates
- removed unneeded config from amazon user-data script for seed.iso
- Added additional qemu variables for various qemu source properties
- Added virtualbox-ovf vbox_source_path and vbox_checksum variables
- Added recursive flag to rhel cleanup scripts for persistent network files

## [v4.0.1] (2024-02-16)

Expand Down
File renamed without changes.

0 comments on commit ad6c170

Please sign in to comment.