You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Behavior:
The root= tokens in the chroot()ed /boot/grub2/grub.cfg should be set to root=LABEL=<LABEL>
Actual Behavior:
The root= tokens in the chroot()ed /boot/grub2/grub.cfg are set to root=/chroot/devnode
(Detailed) Steps to reproduce:
Run GrubSetup.sh to create non-LVM'ed AMI
The text was updated successfully, but these errors were encountered:
Problem Description:
When generating new "recovery" AMIs, the
GrubSetup.sh
currently sets theroot=
token to the chroot-built device's real devnode rather than properly referencing itsLABEL
valueExpected Behavior:
The
root=
tokens in thechroot()
ed/boot/grub2/grub.cfg
should be set toroot=LABEL=<LABEL>
Actual Behavior:
The
root=
tokens in thechroot()
ed/boot/grub2/grub.cfg
are set toroot=/chroot/devnode
(Detailed) Steps to reproduce:
Run
GrubSetup.sh
to create non-LVM'ed AMIThe text was updated successfully, but these errors were encountered: