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
- Reduced the kernel+initrd size on `/boot` by half. Flatcar now uses a minimal first stage initrd just to access the `/usr` partition and then switches to the full initrd that does the full system preparation as before. Since this means that the set of kernel modules available in the first initrd is reduced, please report any impact.
Copy file name to clipboardExpand all lines: ci-automation/image_changes.sh
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -729,6 +729,15 @@ function print_image_reports() {
729
729
echo"Note that vmlinuz-a also contains the kernel code, which might have changed too, so the reported difference does not accurately describe the change in initrd."
730
730
echo
731
731
732
+
yell "Real/full init ramdisk (bootengine.img) differences compared to ${previous_version_description}"
733
+
underline "Real/full init ramdisk (bootengine.img) file changes, compared to ${previous_version_description}:"
0 commit comments