diff --git a/size-change-report.sh b/size-change-report.sh index 2415406..43e0717 100755 --- a/size-change-report.sh +++ b/size-change-report.sh @@ -110,6 +110,9 @@ function file_from_kind { initrd-wtd) echo 'flatcar_production_image_initrd_contents_wtd.txt' ;; + realinitrd-wtd) + echo 'flatcar_production_image_realinitrd_contents_wtd.txt' + ;; oem-*-old) oemid=${kind} oemid=${oemid#oem-}