diff --git a/AMZ_README_FIRST.md b/AMZ_README_FIRST.md deleted file mode 100644 index 1fd70bdbf..000000000 --- a/AMZ_README_FIRST.md +++ /dev/null @@ -1,12 +0,0 @@ -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 one of the amazonlinxu-2*-build.sh scripts - -These scripts will: - -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 and . -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 on successful completion diff --git a/NOTICE.md b/COPYRIGHT.md similarity index 100% rename from NOTICE.md rename to COPYRIGHT.md diff --git a/README.md b/README.md index a035e3959..4f60ceee0 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,22 @@ Hyper-V Gen 2 VMs do not support floppy drives. If you previously provided resou Please use GitHub issues to report bugs, features, or other problems. +## Amazon Linux Boxes + +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 one of the amazonlinxu-2*-build.sh scripts + +These scripts will: + +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 and . +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 on successful completion + + ## Related projects A huge thank you to these related projects from which we've taken inspiration and often used as a source for workarounds in complex world of base box building.