Skip to content

Commit e28b2bf

Browse files
authored
size-change-report.sh: Register new filename for full/real initrd (#174)
The dracut initrd image under /usr should also be covered by file size change reports. Add the name of the image content file that has the detailed sizes. ## How to use With and required by flatcar/scripts#3241 ## Testing done None, this here needs to be merged first to be picked up by Jenkins
2 parents 3647475 + f93187e commit e28b2bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

size-change-report.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ function file_from_kind {
110110
initrd-wtd)
111111
echo 'flatcar_production_image_initrd_contents_wtd.txt'
112112
;;
113+
realinitrd-wtd)
114+
echo 'flatcar_production_image_realinitrd_contents_wtd.txt'
115+
;;
113116
oem-*-old)
114117
oemid=${kind}
115118
oemid=${oemid#oem-}

0 commit comments

Comments
 (0)