amigen7 icon indicating copy to clipboard operation
amigen7 copied to clipboard

Set of tools to provide automation of tasks for creating STIG-partitioned EL7 AMIs

Results 9 amigen7 issues
Sort by recently updated
recently updated
newest added

**Nature of documentation error** - [ ] Typographical or Grammar Errors - [ ] Vague - [x] Misleading/Counter-intuitive - [ ] Wholly Incorrect - [ ] Missing Document (e.g., broken...

bug
documentation

**Is your feature request related to a problem? Please describe.** When creating non-AWS build-types – particularly those that don't typically include execution of userData, it will be necessary for the...

enhancement

**Describe the bug** When using to generate VMware and other image-types, `/var/run` does not get created as a symlink to `/run` **Severity** - [x] Completely Broken (No work-around evident) -...

bug

Lines 82-83 have a silent failure if named EPEL repository is already present in CHROOT. Probably want to implement a pre-flight so that anything invoking script with stop-on-error doesn't abort.

enhancement

**Is your feature request related to a problem? Please describe.** By default, `cloud-init` creates the provisioning-user with the first available `uid` value higher than the `SYS_UID_MAX` value declared in `/etc/login.defs`....

enhancement

### Problem Description: On instances launched RHEL 7 AMIs `/var/run` is not a link to `/run`. This breaks DBUS upgrades ### Expected Behavior: `/var/run` is a link to `/run` in...

enhancement

### Problem Description: When generating new "recovery" AMIs, the `GrubSetup.sh` currently sets the `root=` token to the chroot-built device's real devnode rather than properly referencing its `LABEL` value ### Expected...

bug

### Problem Description: Due to NVMe devices using different naming conventions for disks/partition (`/dev/nvmeXnYpN` vice `/dev/xvdXN`), script fails when using `${CHROOTDEV}N` as targeting-method. See: * [Line 56](https://github.com/plus3it/AMIgen7/blob/master/DiskSetup.sh#L56) * [Line 84](https://github.com/plus3it/AMIgen7/blob/master/DiskSetup.sh#L84)...

bug